[RFC PATCH 0/5] Use SRC to reset IP modules on i.MX5 and i.MX6

Fabio Estevam festevam at gmail.com
Wed Jan 9 12:57:05 EST 2013


On Wed, Jan 9, 2013 at 3:53 PM, Fabio Estevam <festevam at gmail.com> wrote:
> On Wed, Jan 9, 2013 at 3:40 PM, Philipp Zabel <p.zabel at pengutronix.de> wrote:
>
>> I rebased them onto next-20130109 (with this base compile-tested only).
>
> Just tested it, but unfortunately I still get the crash.

Ok, since I am on mx51 I just added a:

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 1f5d45e..8380b14 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -67,6 +67,7 @@
                        compatible = "fsl,imx51-ipu";
                        reg = <0x40000000 0x20000000>;
                        interrupts = <11 10>;
+                       reset = <&src 2>;
                };

and now it works fine.

Thanks,

Fabio Estevam



More information about the linux-arm-kernel mailing list