Skip to content

Commit

Permalink
ARM: dts: set the 24MHz xtal as parent of the UART clock
Browse files Browse the repository at this point in the history
This has no practical effect but reflects the actual clock
hierarchy of the system.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Aug 31, 2016
1 parent 29b4817 commit e272b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/integratorap.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <14745600>;
clocks = <&xtal24mhz>;
};

syscon {
Expand Down

0 comments on commit e272b7e

Please sign in to comment.