[PATCH v2 1/2] arm64: dts: rockchip: Correct gmac phy address
Uwe Kleine-König
uwe at kleine-koenig.org
Tue Mar 18 14:08:45 PDT 2025
The Motorcomm Phy can be talked to on mdio broadcast address 0, but the
actuall address is 3. Adapt the reg property and node name accordingly.
Signed-off-by: Uwe Kleine-König <uwe at kleine-koenig.org>
---
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
index 7bd32d230ad2..70e88769e21c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
@@ -481,9 +481,10 @@ eeprom at 56 {
};
&mdio0 {
- rgmii_phy0: ethernet-phy at 0 {
+ rgmii_phy0: ethernet-phy at 3 {
+ /* Motorcomm YT8521 phy */
compatible = "ethernet-phy-ieee802.3-c22";
- reg = <0x0>;
+ reg = <0x3>;
};
};
--
2.47.1
More information about the linux-arm-kernel
mailing list