diff options
author | 2016-08-22 11:16:02 +0200 | |
---|---|---|
committer | 2016-08-31 09:30:14 +0200 | |
commit | e272b7eef54d1565739b91f332c49fcb13551da4 (patch) | |
tree | 43505e2ac2785ff5225249bca1274908bc2662dc | |
parent | Linux 4.8-rc1 (diff) | |
download | wireguard-linux-e272b7eef54d1565739b91f332c49fcb13551da4.tar.xz wireguard-linux-e272b7eef54d1565739b91f332c49fcb13551da4.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index cf06e32ee108..33b253d5e244 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -39,6 +39,7 @@ #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <14745600>; + clocks = <&xtal24mhz>; }; syscon { |