All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
@ 2021-02-25 21:02 Marek Vasut
  2021-02-25 21:22 ` Fabio Estevam
  2021-03-01 11:55 ` sbabic at denx.de
  0 siblings, 2 replies; 6+ messages in thread
From: Marek Vasut @ 2021-02-25 21:02 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 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	0x40000000
 
 #define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000
+#define FEC_QUIRK_ENET_MAC
 
 #if !defined(__ASSEMBLY__)
 #include <asm/types.h>
-- 
2.30.0

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

* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
  2021-02-25 21:02 [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M Marek Vasut
@ 2021-02-25 21:22 ` Fabio Estevam
  2021-02-25 23:21   ` Marek Vasut
  2021-03-01 11:55 ` sbabic at denx.de
  1 sibling, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2021-02-25 21:22 UTC (permalink / raw)
  To: u-boot

Hi Marek,

On Thu, Feb 25, 2021 at 6:02 PM Marek Vasut <marex@denx.de> wrote:
>
> The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>

Thanks for the fix:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
  2021-02-25 21:22 ` Fabio Estevam
@ 2021-02-25 23:21   ` Marek Vasut
  2021-02-25 23:29     ` Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2021-02-25 23:21 UTC (permalink / raw)
  To: u-boot

On 2/25/21 10:22 PM, Fabio Estevam wrote:
> Hi Marek,
> 
> On Thu, Feb 25, 2021 at 6:02 PM Marek Vasut <marex@denx.de> wrote:
>>
>> The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Fabio Estevam <festevam@gmail.com>
>> Cc: Peng Fan <peng.fan@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
> 
> Thanks for the fix:
> 
> Reviewed-by: Fabio Estevam <festevam@gmail.com>

Sure, thanks for the RB.

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

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

* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
  2021-02-25 23:21   ` Marek Vasut
@ 2021-02-25 23:29     ` Fabio Estevam
  2021-02-25 23:34       ` Marek Vasut
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2021-02-25 23:29 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 25, 2021 at 8:21 PM Marek Vasut <marex@denx.de> 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

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

* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
  2021-02-25 23:29     ` Fabio Estevam
@ 2021-02-25 23:34       ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2021-02-25 23:34 UTC (permalink / raw)
  To: u-boot

On 2/26/21 12:29 AM, Fabio Estevam wrote:
> On Thu, Feb 25, 2021 at 8:21 PM Marek Vasut <marex@denx.de> 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

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

* [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M
  2021-02-25 21:02 [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M Marek Vasut
  2021-02-25 21:22 ` Fabio Estevam
@ 2021-03-01 11:55 ` sbabic at denx.de
  1 sibling, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2021-03-01 11:55 UTC (permalink / raw)
  To: u-boot

> The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Reviewed-by: Fabio Estevam <festevam@gmail.com>
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: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2021-03-01 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 21:02 [PATCH][RESEND] ARM: imx: Add missing FEC ethernet quirk for MX8M Marek Vasut
2021-02-25 21:22 ` Fabio Estevam
2021-02-25 23:21   ` Marek Vasut
2021-02-25 23:29     ` Fabio Estevam
2021-02-25 23:34       ` Marek Vasut
2021-03-01 11:55 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.