linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm64: dts: imx8mp: add "fsl, imx6sx-fec" compatible string
@ 2020-04-29 10:04 fugang.duan
  2020-04-29 10:13 ` [PATCH 1/1] arm64: dts: imx8mp: add "fsl,imx6sx-fec" " Aisheng Dong
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: fugang.duan @ 2020-04-29 10:04 UTC (permalink / raw)
  To: robh+dt, shawnguo, s.hauer
  Cc: aisheng.dong, devicetree, fugang.duan, Anson.Huang, linux-kernel,
	kernel, festevam, linux-arm-kernel

From: Fugang Duan <fugang.duan@nxp.com>

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>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 9b1616e59d58..b5df957c5063 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -615,7 +615,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>,
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-05-17 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-29 10:04 [PATCH 1/1] arm64: dts: imx8mp: add "fsl, imx6sx-fec" compatible string fugang.duan
2020-04-29 10:13 ` [PATCH 1/1] arm64: dts: imx8mp: add "fsl,imx6sx-fec" " Aisheng Dong
2020-05-13  8:49 ` Shawn Guo
2020-05-13  8:58   ` [EXT] " Andy Duan
2020-05-17 14:14 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).