[PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-03-01 Thread sbabic
> The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
> Signed-off-by: Marek Vasut 
> Cc: Fabio Estevam 
> Cc: Peng Fan 
> Cc: Stefano Babic 
> Reviewed-by: Fabio Estevam 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-02-25 Thread Marek Vasut

On 2/26/21 12:29 AM, Fabio Estevam wrote:

On Thu, Feb 25, 2021 at 8:21 PM Marek Vasut  wrote:


There is similar fix for the other IMX8Q/X by Oleksandr too. It should
be applied as well.


Yes, I reviewed that one too. I think Stefano will apply it for the
upcoming 2021.04 release.


Yes


Re: [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-02-25 Thread Fabio Estevam
On Thu, Feb 25, 2021 at 8:21 PM Marek Vasut  wrote:

> There is similar fix for the other IMX8Q/X by Oleksandr too. It should
> be applied as well.

Yes, I reviewed that one too. I think Stefano will apply it for the
upcoming 2021.04 release.

Thanks


Re: [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-02-25 Thread Marek Vasut

On 2/25/21 10:22 PM, Fabio Estevam wrote:

Hi Marek,

On Thu, Feb 25, 2021 at 6:02 PM Marek Vasut  wrote:


The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.

Signed-off-by: Marek Vasut 
Cc: Fabio Estevam 
Cc: Peng Fan 
Cc: Stefano Babic 


Thanks for the fix:

Reviewed-by: Fabio Estevam 


Sure, thanks for the RB.

There is similar fix for the other IMX8Q/X by Oleksandr too. It should 
be applied as well.


Re: [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-02-25 Thread Fabio Estevam
Hi Marek,

On Thu, Feb 25, 2021 at 6:02 PM Marek Vasut  wrote:
>
> The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
>
> Signed-off-by: Marek Vasut 
> Cc: Fabio Estevam 
> Cc: Peng Fan 
> Cc: Stefano Babic 

Thanks for the fix:

Reviewed-by: Fabio Estevam 


[PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M

2021-02-25 Thread Marek Vasut
The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.

Signed-off-by: Marek Vasut 
Cc: Fabio Estevam 
Cc: Peng Fan 
Cc: Stefano Babic 
---
 arch/arm/include/asm/arch-imx8m/imx-regs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h 
b/arch/arm/include/asm/arch-imx8m/imx-regs.h
index f5711155b70..3f500146185 100644
--- a/arch/arm/include/asm/arch-imx8m/imx-regs.h
+++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h
@@ -63,6 +63,7 @@
 #define DDR_CSD1_BASE_ADDR 0x4000
 
 #define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x7
+#define FEC_QUIRK_ENET_MAC
 
 #if !defined(__ASSEMBLY__)
 #include 
-- 
2.30.0