* [patch 1/1] imx51.dtsi: fix PATA device clock
@ 2013-09-07 13:23 Arnaud Patard (Rtp)
2013-09-07 13:32 ` Steev Klimaszewski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Arnaud Patard (Rtp) @ 2013-09-07 13:23 UTC (permalink / raw)
To: linux-arm-kernel
An embedded and charset-unspecified text was scrubbed...
Name: imx51-fix-pata-clock.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130907/3f084c74/attachment.ksh>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx51.dtsi: fix PATA device clock
2013-09-07 13:23 [patch 1/1] imx51.dtsi: fix PATA device clock Arnaud Patard (Rtp)
@ 2013-09-07 13:32 ` Steev Klimaszewski
2013-09-07 13:36 ` Sergei Shtylyov
2013-09-09 14:41 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Steev Klimaszewski @ 2013-09-07 13:32 UTC (permalink / raw)
To: linux-arm-kernel
Minor nit: It's Steev Klimaszewski, not Steve.
On Sat, Sep 7, 2013 at 8:23 AM, Arnaud Patard <arnaud.patard@rtp-net.org> wrote:
> Commit 718a35006f3fa48540d69bd649ff76ea4cdc1ef2 adds pata support to the
> imx51.dtsi file and is using clock 161. The problem is that the right clock
> is 172, according to 5d530bb0ad84d403d1aac79a8a8acf2c2b0a8dd7.
> Using the clock 172 makes things work again (and kills a nasty system freeze)
>
>
> Tested-by: Steve Klimaszewski <steev@gentoo.org>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
>
> Index: linux-next/arch/arm/boot/dts/imx51.dtsi
> ===================================================================
> --- linux-next.orig/arch/arm/boot/dts/imx51.dtsi 2013-09-07 15:08:05.042280170 +0200
> +++ linux-next/arch/arm/boot/dts/imx51.dtsi 2013-09-07 15:08:37.338278750 +0200
> @@ -490,7 +490,7 @@
> compatible = "fsl,imx51-pata", "fsl,imx27-pata";
> reg = <0x83fe0000 0x4000>;
> interrupts = <70>;
> - clocks = <&clks 161>;
> + clocks = <&clks 172>;
> status = "disabled";
> };
>
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
This e-mail and any attachments are for the sole use of the intended
recipients(s) and may be confidential. Use of any Pwnie Express product
signifies your agreement to the Rapid Focus Security EULA<http://pwnieexpress.com/pdfs/RFSEULA.pdf>and is subject to export controls under the U.S. Commerce Department's
Export Administration Regulations ("EAR").
^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx51.dtsi: fix PATA device clock
2013-09-07 13:23 [patch 1/1] imx51.dtsi: fix PATA device clock Arnaud Patard (Rtp)
2013-09-07 13:32 ` Steev Klimaszewski
@ 2013-09-07 13:36 ` Sergei Shtylyov
2013-09-09 14:41 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2013-09-07 13:36 UTC (permalink / raw)
To: linux-arm-kernel
Hello.
On 07-09-2013 17:23, Arnaud Patard (Rtp) wrote:
Why you sent the patch as attachment?
> Commit 718a35006f3fa48540d69bd649ff76ea4cdc1ef2 adds pata support to the
> imx51.dtsi file and is using clock 161. The problem is that the right clock
> is 172, according to 5d530bb0ad84d403d1aac79a8a8acf2c2b0a8dd7.
Please specify those commits' summaries in paren
> Using the clock 172 makes things work again (and kills a nasty system freeze)
> Tested-by: Steve Klimaszewski<steev@gentoo.org>
> Signed-off-by: Arnaud Patard<arnaud.patard@rtp-net.org>
WBR, Sergei
^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx51.dtsi: fix PATA device clock
2013-09-07 13:23 [patch 1/1] imx51.dtsi: fix PATA device clock Arnaud Patard (Rtp)
2013-09-07 13:32 ` Steev Klimaszewski
2013-09-07 13:36 ` Sergei Shtylyov
@ 2013-09-09 14:41 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-09-09 14:41 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Sep 07, 2013 at 03:23:14PM +0200, Arnaud Patard wrote:
> Commit 718a35006f3fa48540d69bd649ff76ea4cdc1ef2 adds pata support to the
> imx51.dtsi file and is using clock 161. The problem is that the right clock
> is 172, according to 5d530bb0ad84d403d1aac79a8a8acf2c2b0a8dd7.
> Using the clock 172 makes things work again (and kills a nasty system freeze)
>
>
> Tested-by: Steve Klimaszewski <steev@gentoo.org>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Applied with the commit log as below.
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>
Shawn
>
> Index: linux-next/arch/arm/boot/dts/imx51.dtsi
> ===================================================================
> --- linux-next.orig/arch/arm/boot/dts/imx51.dtsi 2013-09-07 15:08:05.042280170 +0200
> +++ linux-next/arch/arm/boot/dts/imx51.dtsi 2013-09-07 15:08:37.338278750 +0200
> @@ -490,7 +490,7 @@
> compatible = "fsl,imx51-pata", "fsl,imx27-pata";
> reg = <0x83fe0000 0x4000>;
> interrupts = <70>;
> - clocks = <&clks 161>;
> + clocks = <&clks 172>;
> status = "disabled";
> };
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-09 14:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-07 13:23 [patch 1/1] imx51.dtsi: fix PATA device clock Arnaud Patard (Rtp)
2013-09-07 13:32 ` Steev Klimaszewski
2013-09-07 13:36 ` Sergei Shtylyov
2013-09-09 14:41 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox