linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property
@ 2022-07-20  6:47 Alexander Stein
  2022-08-15 11:31 ` Alexander Stein
  2022-08-21  3:23 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Stein @ 2022-07-20  6:47 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Fabio Estevam, Lukasz Majewski
  Cc: Alexander Stein, devicetree, linux-arm-kernel

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";
 };
 
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property
  2022-07-20  6:47 [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property Alexander Stein
@ 2022-08-15 11:31 ` Alexander Stein
  2022-08-16  5:56   ` Krzysztof Kozlowski
  2022-08-21  3:23 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Stein @ 2022-08-15 11:31 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Shawn Guo, Sascha Hauer, Fabio Estevam, Lukasz Majewski,
	devicetree, linux-arm-kernel

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";
>  };





_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property
  2022-08-15 11:31 ` Alexander Stein
@ 2022-08-16  5:56   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-16  5:56 UTC (permalink / raw)
  To: Alexander Stein, Rob Herring, Krzysztof Kozlowski
  Cc: Shawn Guo, Sascha Hauer, Fabio Estevam, Lukasz Majewski,
	devicetree, linux-arm-kernel

On 15/08/2022 14:31, Alexander Stein wrote:
> Hello Rob & Krzysztof,
> 
> ping.
> 

Why? These are not DT bindings.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property
  2022-07-20  6:47 [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property Alexander Stein
  2022-08-15 11:31 ` Alexander Stein
@ 2022-08-21  3:23 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2022-08-21  3:23 UTC (permalink / raw)
  To: Alexander Stein
  Cc: Rob Herring, Krzysztof Kozlowski, Sascha Hauer, Fabio Estevam,
	Lukasz Majewski, devicetree, linux-arm-kernel

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!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-21  3:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20  6:47 [PATCH 1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property Alexander Stein
2022-08-15 11:31 ` Alexander Stein
2022-08-16  5:56   ` Krzysztof Kozlowski
2022-08-21  3:23 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).