diff options
author | Fugang Duan <fugang.duan@nxp.com> | 2020-04-29 18:04:14 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-17 22:13:47 +0800 |
commit | f9654d26e11c7e366949427234807372e1e6d0b6 (patch) | |
tree | 738c6520958ce8a960899a578898bf2988a7ff88 /arch/arm64 | |
parent | e98ad55989df047a8f12401433850a137eb7aa6f (diff) | |
download | linux-f9654d26e11c7e366949427234807372e1e6d0b6.tar.gz linux-f9654d26e11c7e366949427234807372e1e6d0b6.tar.bz2 linux-f9654d26e11c7e366949427234807372e1e6d0b6.zip |
arm64: dts: imx8mp: add "fsl,imx6sx-fec" compatible string
Add "fsl,imx6sx-fec" compatible string for fec node, then
i.MX8MP EVK ethernet function can work now.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 77aff14155b2..8fb11dc8d3b6 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -689,7 +689,7 @@ }; fec: ethernet@30be0000 { - compatible = "fsl,imx8mp-fec", "fsl,imx8mq-fec"; + compatible = "fsl,imx8mp-fec", "fsl,imx8mq-fec", "fsl,imx6sx-fec"; reg = <0x30be0000 0x10000>; interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, |