[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170625170020.11791-6-afaerber@suse.de>
Date: Sun, 25 Jun 2017 19:00:20 +0200
From: Andreas Färber <afaerber@...e.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Satoru OKAMOTO <okamoto.satoru@...ionext.com>,
Andreas Färber <afaerber@...e.de>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Russell King <linux@...linux.org.uk>,
devicetree@...r.kernel.org
Subject: [PATCH 5/5] ARM: dts: mb86s71-f-cue: Add fake UART0 clock
As long as the clk driver is not building, use a fixed-clock for the UART.
Signed-off-by: Andreas Färber <afaerber@...e.de>
---
arch/arm/boot/dts/mb86s71-f-cue.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/mb86s71-f-cue.dts b/arch/arm/boot/dts/mb86s71-f-cue.dts
index 148d1aee11a6..726bf189e8e7 100644
--- a/arch/arm/boot/dts/mb86s71-f-cue.dts
+++ b/arch/arm/boot/dts/mb86s71-f-cue.dts
@@ -27,6 +27,12 @@
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
+
+ uart0_clk: uart0-clk {
+ compatible = "fixed-clock";
+ clock-frequency = <7813000>;
+ #clock-cells = <0>;
+ };
};
&arch_timer {
@@ -35,4 +41,6 @@
&uart0 {
status = "okay";
+ clocks = <&uart0_clk>;
+ clock-names = "apb_pclk";
};
--
2.12.3
Powered by blists - more mailing lists