summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-12-14 09:28:00 +0100
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-28 14:48:18 +0200
commit9d92fc0f4cbdbc2ff5014839758b6b48d4430a75 (patch)
tree85a5f7ed75ab538fa8469a73dbfdf33953ea9905 /arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
parent3902035743f19331a05b18735f39b730ab1d19eb (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/boot/dts/freescale/imx8mp-verdin.dtsi')
-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 c827664718fe..929b9366f9f2 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>;
};
};
};