[PATCH] arm64: dts: imx8mp-debix-model-a: Fix ethernet PHY address
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sun Oct 26 05:17:29 PDT 2025
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 at ideasonboard.com>
---
arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
index af02af9e5334..9422beee30b2 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
@@ -96,9 +96,9 @@ mdio {
#address-cells = <1>;
#size-cells = <0>;
- ethphy0: ethernet-phy at 0 { /* RTL8211E */
+ ethphy0: ethernet-phy at 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>;
base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
--
Regards,
Laurent Pinchart
More information about the linux-arm-kernel
mailing list