[PATCH 1/4] ARM: dts: set the 24MHz xtal as parent of the UART clock
Linus Walleij
linus.walleij at linaro.org
Tue Aug 30 05:12:33 PDT 2016
This has no practical effect but reflects the actual clock
hierarchy of the system.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
arch/arm/boot/dts/integratorap.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts
index 4b34b54e09a1..c1e3abf5d072 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 {
--
2.7.4
More information about the linux-arm-kernel
mailing list