Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658279 > unrolled thread

[PATCH v4 17/28] ARM64: dts: actions: s900-bubblegum-96: Add fake uart5 clock

Started byAndreas Färber <afaerber@suse.de>
First post2017-06-06 03:00 +0200
Last post2017-06-06 03:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 17/28] ARM64: dts: actions: s900-bubblegum-96: Add fake uart5 clock Andreas Färber <afaerber@suse.de> - 2017-06-06 03:00 +0200

#1658279 — [PATCH v4 17/28] ARM64: dts: actions: s900-bubblegum-96: Add fake uart5 clock

FromAndreas Färber <afaerber@suse.de>
Date2017-06-06 03:00 +0200
Subject[PATCH v4 17/28] ARM64: dts: actions: s900-bubblegum-96: Add fake uart5 clock
Message-ID<tPb0M-1BU-85@gated-at.bofh.it>
Give the serial driver a fixed-clock as input for baudrate 115200.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 v2 -> v3 -> v4: unchanged
 
 v2: new
 
 arch/arm64/boot/dts/actions/s900-bubblegum-96.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
index a0c3484dbd12..21ca80f9941c 100644
--- a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
+++ b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts
@@ -24,6 +24,12 @@
 		device_type = "memory";
 		reg = <0x0 0x0 0x0 0x80000000>;
 	};
+
+	uart5_clk: uart5-clk {
+		compatible = "fixed-clock";
+		clock-frequency = <921600>;
+		#clock-cells = <0>;
+	};
 };
 
 &timer {
@@ -32,4 +38,5 @@
 
 &uart5 {
 	status = "okay";
+	clocks = <&uart5_clk>;
 };
-- 
2.12.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web