imprecise external abort using the flexcan driver on i.MX6Q

Fabio Estevam festevam at gmail.com
Thu Sep 26 11:22:48 EDT 2013


Hi Lothar,

On Thu, Sep 26, 2013 at 11:01 AM, =?utf-8?Q?Lothar_Wa=C3=9Fmann?=
<LW at karo-electronics.de> wrote:
> Does anyone have any clue how this can happen?
>
> Can anyone reproduce this on another machine?

Is the change below needed?

--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -310,7 +310,7 @@
                        };

                        can1: flexcan at 02090000 {
-                               compatible = "fsl,imx6q-flexcan";
+                               compatible = "fsl,imx6q-flexcan",
"fsl,p1010-flexcan";
                                reg = <0x02090000 0x4000>;
                                interrupts = <0 110 0x04>;
                                clocks = <&clks 108>, <&clks 109>;
@@ -318,7 +318,7 @@
                        };

                        can2: flexcan at 02094000 {
-                               compatible = "fsl,imx6q-flexcan";
+                               compatible = "fsl,imx6q-flexcan",
"fsl,p1010-flexcan";
                                reg = <0x02094000 0x4000>;
                                interrupts = <0 111 0x04>;
                                clocks = <&clks 110>, <&clks 111>;



More information about the linux-arm-kernel mailing list