summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Alonso <adrian.alonso@nxp.com>2020-05-15 17:49:53 -0500
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:50:39 +0800
commit15fd052dec19e500ea97726b1d362b9d8c129f9e (patch)
tree733757eba65bef21ecc4752c12d661dcc216bf83
parent0a1805a4fc6405906846ec66c51fc40317390ce7 (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>
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mm-ab2.dts2
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn-ab2.dts2
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn-ddr4-ab2.dts2
3 files changed, 3 insertions, 3 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;
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-ab2.dts b/arch/arm64/boot/dts/freescale/imx8mn-ab2.dts
index f2921082f352..f37086205d76 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-ab2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-ab2.dts
@@ -699,7 +699,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <1>;
+ reg = <0>;
eee-broken-1000t;
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-ddr4-ab2.dts b/arch/arm64/boot/dts/freescale/imx8mn-ddr4-ab2.dts
index bd75d6173257..ebbc21811d7d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-ddr4-ab2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-ddr4-ab2.dts
@@ -494,7 +494,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <1>;
+ reg = <0>;
eee-broken-1000t;
};
};