MLK-22962 arm64: dts: imx8qxp: correct fec2 compatible string
authorFugang Duan <fugang.duan@nxp.com>
Wed, 13 Nov 2019 05:55:12 +0000 (13:55 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:56 +0000 (11:20 +0800)
commit 3a1309af0048(arm64: dts: imx8qxp: update fec fallback
compatible string) not completely correct the fec compatible
string that only change fec1 node, not fec2 node. So the patch
correct fec2 node compatible string.

Fixes: 4f3c854068e4(arm64: dts: imx8qxp: orginize dts in subsystems)
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/imx8qxp-ss-conn.dtsi

index 7a78993..f8ad22a 100644 (file)
@@ -17,5 +17,5 @@
 };
 
 &fec2 {
-       compatible = "fsl,imx8qxp-fec", "fsl,imx6sx-fec";
+       compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec";
 };