Message ID | 20220720064712.1414438-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property | expand |
Hello Rob & Krzysztof, ping. Thanks and best regards Alexander Am Mittwoch, 20. Juli 2022, 08:47:12 CEST schrieb Alexander Stein: > Add property for ERR006687 hardware workaround. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > I do not have any access to the hardware, but given the redefinition of fec > interrupts this is most likely to address ERR006687. So add the relevant > property accordingly. > > Put original author on To: to get feedback. > > arch/arm/boot/dts/imx6q-mccmon6.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx6q-mccmon6.dts > b/arch/arm/boot/dts/imx6q-mccmon6.dts index 64ab01018b71..f08b37010291 > 100644 > --- a/arch/arm/boot/dts/imx6q-mccmon6.dts > +++ b/arch/arm/boot/dts/imx6q-mccmon6.dts > @@ -103,6 +103,7 @@ &fec { > /delete-property/ interrupts; > interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, > <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; > + fsl,err006687-workaround-present; > status = "okay"; > };
On 15/08/2022 14:31, Alexander Stein wrote: > Hello Rob & Krzysztof, > > ping. > Why? These are not DT bindings. Best regards, Krzysztof
On Wed, Jul 20, 2022 at 08:47:12AM +0200, Alexander Stein wrote: > Add property for ERR006687 hardware workaround. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Applied, thanks!
diff --git a/arch/arm/boot/dts/imx6q-mccmon6.dts b/arch/arm/boot/dts/imx6q-mccmon6.dts index 64ab01018b71..f08b37010291 100644 --- a/arch/arm/boot/dts/imx6q-mccmon6.dts +++ b/arch/arm/boot/dts/imx6q-mccmon6.dts @@ -103,6 +103,7 @@ &fec { /delete-property/ interrupts; interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>, <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>; + fsl,err006687-workaround-present; status = "okay"; };
Add property for ERR006687 hardware workaround. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- I do not have any access to the hardware, but given the redefinition of fec interrupts this is most likely to address ERR006687. So add the relevant property accordingly. Put original author on To: to get feedback. arch/arm/boot/dts/imx6q-mccmon6.dts | 1 + 1 file changed, 1 insertion(+)