From 9d92fc0f4cbdbc2ff5014839758b6b48d4430a75 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 14 Dec 2020 09:28:00 +0100 Subject: 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 --- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi') 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>; }; }; }; -- cgit v1.2.3