arm64: dts: rockchip: adjust phy-handle name on rock-pi-e
authorTrevor Woerner <twoerner@gmail.com>
Tue, 16 Jan 2024 20:41:01 +0000 (15:41 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 13 Feb 2024 19:25:26 +0000 (20:25 +0100)
The rock-pi-e currently comes in 4 board spins, the latest one (v1.21)
swaps out the Realtek 8211e PHY for an 8211f PHY. Therefore modify the
phy-handle name to be more generic.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Link: https://lore.kernel.org/r/20240116204103.29318-1-twoerner@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts

index 3cda6c6..f09d60b 100644 (file)
        assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
        assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
        clock_in_out = "input";
-       phy-handle = <&rtl8211e>;
+       phy-handle = <&rtl8211>;
        phy-mode = "rgmii";
        phy-supply = <&vcc_io>;
        pinctrl-names = "default";
                #address-cells = <1>;
                #size-cells = <0>;
 
-               rtl8211e: ethernet-phy@1 {
+               rtl8211: ethernet-phy@1 {
                        reg = <1>;
                        pinctrl-0 = <&eth_phy_int_pin>, <&eth_phy_reset_pin>;
                        pinctrl-names = "default";