]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mp-debix-model-a: Fix ethernet PHY address
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 26 Oct 2025 12:17:29 +0000 (14:17 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Nov 2025 13:49:16 +0000 (21:49 +0800)
The RTL8211E ethernet PHY on the Debix Model A board it located at
address 1. Replace the broadcast address with the correct unicast
address.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts

index af02af9e5334daf3d2b30dd58e86d5355adb9558..9422beee30b29c5a551b08476c80fbff96af3439 100644 (file)
@@ -96,9 +96,9 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethphy0: ethernet-phy@0 { /* RTL8211E */
+               ethphy0: ethernet-phy@1 { /* RTL8211E */
                        compatible = "ethernet-phy-ieee802.3-c22";
-                       reg = <0>;
+                       reg = <1>;
                        reset-gpios = <&gpio4 18 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <20>;
                        reset-deassert-us = <200000>;