Browse Source

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>
Linus Walleij 9 years ago
parent
commit
e272b7eef5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/boot/dts/integratorap.dts

+ 1 - 0
arch/arm/boot/dts/integratorap.dts

@@ -39,6 +39,7 @@
 		#clock-cells = <0>;
 		compatible = "fixed-clock";
 		clock-frequency = <14745600>;
+		clocks = <&xtal24mhz>;
 	};
 
 	syscon {