diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-08-22 11:16:02 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-31 09:30:14 +0200 |
commit | e272b7eef54d1565739b91f332c49fcb13551da4 (patch) | |
tree | 43505e2ac2785ff5225249bca1274908bc2662dc /arch | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-stable-e272b7eef54d1565739b91f332c49fcb13551da4.tar.gz linux-stable-e272b7eef54d1565739b91f332c49fcb13551da4.tar.bz2 linux-stable-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 'arch')
-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 { |