[U-Boot] [PATCH 1/7] ARM: dts: sama5d2: add clock property for uart1 node

Wenyou Yang wenyou.yang at atmel.com
Thu Mar 23 06:26:22 UTC 2017


Add clock property for uart1 node.

Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
---

 arch/arm/dts/sama5d2.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index a881d9e05c..d976fd4936 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -600,6 +600,8 @@
 			uart1: serial at f8020000 {
 				compatible = "atmel,at91sam9260-usart";
 				reg = <0xf8020000 0x100>;
+				clocks = <&uart1_clk>;
+				clock-names = "usart";
 				status = "disabled";
 			};
 
-- 
2.11.0



More information about the U-Boot mailing list