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:
parent
29b4817d40
commit
e272b7eef5
arch/arm/boot/dts
|
@ -39,6 +39,7 @@
|
|||
#clock-cells = <0>;
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <14745600>;
|
||||
clocks = <&xtal24mhz>;
|
||||
};
|
||||
|
||||
syscon {
|
||||
|
|
Loading…
Reference in New Issue