diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-11-16 22:38:29 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-11-18 09:21:29 +0800 |
commit | 793b4b10720174b6b27beaf915425248858d7fc5 (patch) | |
tree | 820c21efe99dd59e781854811c2eee40a55afab5 /arch | |
parent | 036e29918078e38b0b127b89deb4c595028c1bc0 (diff) | |
download | linux-stable-793b4b10720174b6b27beaf915425248858d7fc5.tar.gz linux-stable-793b4b10720174b6b27beaf915425248858d7fc5.tar.bz2 linux-stable-793b4b10720174b6b27beaf915425248858d7fc5.zip |
ARM: dts: imx6qdl: disable spdif "rxtx5" clock option
The spdif "rxtx5" clock option is being set to ipg clk (62) by mistake.
This causes an incorrect time keeping when spdif driver is running,
because ipg is ancestor clock for clocksource while spdif driver will
change the rate of this clock in certain circumstance. Before the
correct clock for "rxtx5" option can be supplied, let's disable this
option for now by filling a dummy clock for it.
Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 59154dc15fe4..fb28b2ecb1db 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -161,7 +161,7 @@ clocks = <&clks 197>, <&clks 3>, <&clks 197>, <&clks 107>, <&clks 0>, <&clks 118>, - <&clks 62>, <&clks 139>, + <&clks 0>, <&clks 139>, <&clks 0>; clock-names = "core", "rxtx0", "rxtx1", "rxtx2", |