1
0
Fork 0

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>
5.4-rM2-2.2.x-imx-squashed
Adrian Alonso 2020-05-15 17:49:53 -05:00
parent c012f4ddbc
commit 0622c744ed
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
reg = <0>;
eee-broken-1000t;
};
};

View File

@ -699,7 +699,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
reg = <0>;
eee-broken-1000t;
};
};

View File

@ -494,7 +494,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
reg = <0>;
eee-broken-1000t;
};
};