summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-13 22:41:37 +0100
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-20 18:56:46 +0200
commit7ad1fb7ff608957618511f3c94bcaa697483806a (patch)
tree68c5c6a9b7048ad4886864682db784e04736d367
parent677f885d8a8c404d0d80ac3b821c8d6288d78e1c (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>;
};
};
};