Skip to content

Commit f9654d2

Browse files
fugangduanShawn Guo
authored andcommitted
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 <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent e98ad55 commit f9654d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
};
690690

691691
fec: ethernet@30be0000 {
692-
compatible = "fsl,imx8mp-fec", "fsl,imx8mq-fec";
692+
compatible = "fsl,imx8mp-fec", "fsl,imx8mq-fec", "fsl,imx6sx-fec";
693693
reg = <0x30be0000 0x10000>;
694694
interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
695695
<GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)