mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#clock-cells = <0>;
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <14745600>;
|
||||
clocks = <&xtal24mhz>;
|
||||
};
|
||||
|
||||
syscon {
|
||||
|
|
Loading…
Add table
Reference in a new issue