summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:41:37 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:41:37 +0100
commita097c28b3f386403691f71c9a19d6b9b0f27244b (patch)
tree207067e90debd165b986c1cc8d760eaa07673ce2
parentf7bd7906f174024aa09c24ce388a6fa724d7c568 (diff)
verdin imx8mp: change on-carrier phy address
Both Verdin Developer Board V1.0A and V1.1A have their PHYs at address 7. Only V1.0B had it at the address 3! Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm/dts/imx8mp-verdin.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx8mp-verdin.dts b/arch/arm/dts/imx8mp-verdin.dts
index 0d31769bed..e72b1bd4a9 100644
--- a/arch/arm/dts/imx8mp-verdin.dts
+++ b/arch/arm/dts/imx8mp-verdin.dts
@@ -94,10 +94,10 @@
#address-cells = <1>;
#size-cells = <0>;
- ethphy1: ethernet-phy@3 {
+ ethphy1: ethernet-phy@7 {
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <3>;
micrel,led-mode = <0>;
+ reg = <7>;
};
};
};