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>
This commit is contained in:
Linus Walleij 2016-08-22 11:16:02 +02:00
parent 29b4817d40
commit e272b7eef5
1 changed files with 1 additions and 0 deletions
arch/arm/boot/dts

View File

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