summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-ab2.dts
diff options
context:
space:
mode:
authorAdrian Alonso <adrian.alonso@nxp.com>2020-05-15 17:49:53 -0500
committerAdrian Alonso <adrian.alonso@nxp.com>2020-05-19 13:51:00 -0500
commit0622c744ed313460f86a3185e10e6650940e3cea (patch)
tree651f3bfe3c5bbb3bdddf2003c491c8a94b5126f8 /arch/arm64/boot/dts/freescale/imx8mm-ab2.dts
parentc012f4ddbcc825e5f4195a832aaa56abcbb4b126 (diff)
MLK-24058: dts: arm64: freescale: imx8mm ab2 fix fec phy
Correct fec phy reg id, allow to use nfsroot Fixes: mdio_bus 30be0000.ethernet-1: MDIO device at address 1 is missing. Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-ab2.dts')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mm-ab2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-ab2.dts b/arch/arm64/boot/dts/freescale/imx8mm-ab2.dts
index ecf8f6d5e89f..0c5eb9a96a5a 100755
--- a/arch/arm64/boot/dts/freescale/imx8mm-ab2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-ab2.dts
@@ -169,7 +169,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <1>;
+ reg = <0>;
eee-broken-1000t;
};
};