]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Correct gmac phy address on QNAP TS433
authorUwe Kleine-König <uwe@kleine-koenig.org>
Tue, 18 Mar 2025 21:08:45 +0000 (22:08 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 7 Apr 2025 07:15:45 +0000 (09:15 +0200)
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@kleine-koenig.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/6b8ef7e37e646f4cd399ceb2f46017644d76da9d.1742331667.git.ukleinek@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

index 7bd32d230ad2f1fd7af4f3f1710270213e2ceaf9..70e88769e21c369a08aa346170d23695e71f0f52 100644 (file)
 };
 
 &mdio0 {
-       rgmii_phy0: ethernet-phy@0 {
+       rgmii_phy0: ethernet-phy@3 {
+               /* Motorcomm YT8521 phy */
                compatible = "ethernet-phy-ieee802.3-c22";
-               reg = <0x0>;
+               reg = <0x3>;
        };
 };