From: Linus Walleij <linus.walleij@linaro.org>
Date: Mon, 22 Aug 2016 09:16:02 +0000 (+0200)
Subject: ARM: dts: set the 24MHz xtal as parent of the UART clock
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e272b7eef54d1565739b91f332c49fcb13551da4;p=linux.git

ARM: dts: set the 24MHz xtal as parent of the UART clock

This has no practical effect but reflects the actual clock
hierarchy of the system.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---

diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index cf06e32ee108a..33b253d5e244b 100644
--- a/arch/arm/boot/dts/integratorap.dts
+++ b/arch/arm/boot/dts/integratorap.dts
@@ -39,6 +39,7 @@
 		#clock-cells = <0>;
 		compatible = "fixed-clock";
 		clock-frequency = <14745600>;
+		clocks = <&xtal24mhz>;
 	};
 
 	syscon {