diff options
| author | Marek Vasut <[email protected]> | 2021-02-25 22:02:26 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-03-01 10:21:36 +0100 |
| commit | fb4c3387bcc467277eb9297a92e92520b3829b3f (patch) | |
| tree | 50898adecea3b68410ae480725b25d6aa4648913 | |
| parent | aacf04fb43408de30efb931eeadb1f76ec0ede0a (diff) | |
ARM: imx: Add missing FEC ethernet quirk for MX8M
The MX8M also contains a gigabit MAC, so define FEC_QUIRK_ENET_MAC.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-imx8m/imx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
