Skip to content
Snippets Groups Projects
Commit 6a030ee3 authored by Arnaud Patard's avatar Arnaud Patard Committed by Shawn Guo
Browse files

ARM: imx51.dtsi: fix PATA device clock


Commit 718a3500 (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 5d530bb0 (ARM: i.MX5: Add PATA and SRTC
clocks).  Using the clock 172 makes things work again (and kills a nasty
system freeze).

Tested-by: default avatarSteev Klimaszewski <steev@gentoo.org>
Signed-off-by: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 5d5248a6
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ pata: pata@83fe0000 {
compatible = "fsl,imx51-pata", "fsl,imx27-pata";
reg = <0x83fe0000 0x4000>;
interrupts = <70>;
clocks = <&clks 161>;
clocks = <&clks 172>;
status = "disabled";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment