summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-14 09:28:00 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-14 09:45:13 +0100
commitc1108d7fae5ff53483c2903e0e4622174854f62e (patch)
tree4736a9b4447e1a863252b0d822d4f6f4c4236f34 /arch/arm64
parent983333a91af0931cb0c7e8b0263e95c2fd8ac724 (diff)
arm64: dts: imx8mp-verdin: 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>
Diffstat (limited to 'arch/arm64')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
index cbe2ada77854..2e0dd66ce297 100755
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
@@ -209,12 +209,12 @@
#address-cells = <1>;
#size-cells = <0>;
- ethphy1: ethernet-phy@3 {
+ ethphy1: ethernet-phy@7 {
compatible = "ethernet-phy-ieee802.3-c22";
interrupt-parent = <&gpio4>;
interrupts = <18 IRQ_TYPE_LEVEL_LOW>;
micrel,led-mode = <0>;
- reg = <3>;
+ reg = <7>;
};
};
};