diff mbox series

[1/1] ARM: dts: imx6q-mccmon6: Add fsl,err006687-workaround-present property

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

Commit Message

Alexander Stein July 20, 2022, 6:47 a.m. UTC
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(+)

Comments

Alexander Stein Aug. 15, 2022, 11:31 a.m. UTC | #1
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";
>  };
Krzysztof Kozlowski Aug. 16, 2022, 5:56 a.m. UTC | #2
On 15/08/2022 14:31, Alexander Stein wrote:
> Hello Rob & Krzysztof,
> 
> ping.
> 

Why? These are not DT bindings.

Best regards,
Krzysztof
Shawn Guo Aug. 21, 2022, 3:23 a.m. UTC | #3
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 mbox series

Patch

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