diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2013-09-07 17:23:14 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-09-17 06:04:24 +0400 |
commit | 6a030ee36a3c3ed5f08a330e88060a6b71e6c7e3 (patch) | |
tree | d7106e719b5d7143af05829682c6eee04d1ec0aa /arch/arm/boot/dts/imx51.dtsi | |
parent | 5d5248a6d110d9ec58c1c1525d338e28357a25c2 (diff) | |
download | linux-6a030ee36a3c3ed5f08a330e88060a6b71e6c7e3.tar.xz |
ARM: imx51.dtsi: fix PATA device clock
Commit 718a350 (ARM: i.MX51: Add PATA support) adds pata support to the
imx51.dtsi file and is using clock 161. The problem is that the right
clock is 172, according to commit 5d530bb (ARM: i.MX5: Add PATA and SRTC
clocks). Using the clock 172 makes things work again (and kills a nasty
system freeze).
Tested-by: Steev Klimaszewski <steev@gentoo.org>
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index a85abb424c34..54cee6517902 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -474,7 +474,7 @@ compatible = "fsl,imx51-pata", "fsl,imx27-pata"; reg = <0x83fe0000 0x4000>; interrupts = <70>; - clocks = <&clks 161>; + clocks = <&clks 172>; status = "disabled"; }; |