arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3588(S) boards
authorDragan Simic <dsimic@manjaro.org>
Tue, 12 Dec 2023 08:01:40 +0000 (09:01 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 12 Dec 2023 20:43:48 +0000 (21:43 +0100)
Add ethernet0 alias to the board dts files for a few supported RK3588 and
RK3588S boards that had it missing.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/9af2026bf8a5538aff627381289cb06f2fab4263.1702368023.git.dsimic@manjaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts
arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

index bc11e2fdc54f609179dfac11f5ef4811b38b2fa9..ac7c677b0fb9c3d6af9e7b8bcd399d9d24ef0b84 100644 (file)
@@ -16,6 +16,7 @@
        compatible = "rockchip,rk3588-evb1-v10", "rockchip,rk3588";
 
        aliases {
+               ethernet0 = &gmac0;
                mmc0 = &sdhci;
        };
 
index c7cd57609bc2e42d742ff0ef32eb2ff2d9aaf83d..87a0abf95f7d4f9ac0846c61a7ad18ba6cdabea1 100644 (file)
@@ -17,6 +17,7 @@
        compatible = "pine64,quartzpro64", "rockchip,rk3588";
 
        aliases {
+               ethernet0 = &gmac0;
                mmc0 = &sdhci;
                mmc1 = &sdmmc;
        };
index 139131838cb657f430562bf9a6a6bad0a9af979a..c63fb3aff13797fd5742ad650b29e1124fed9cc2 100644 (file)
@@ -13,6 +13,7 @@
        compatible = "xunlong,orangepi-5", "rockchip,rk3588s";
 
        aliases {
+               ethernet0 = &gmac1;
                mmc0 = &sdmmc;
        };
 
index a1a29bce794b2a42ad2a88609e164741b1d32893..2002fd0221fa30cf2b81afcab5bf600dd8328ae1 100644 (file)
@@ -12,6 +12,7 @@
        compatible = "radxa,rock-5a", "rockchip,rk3588s";
 
        aliases {
+               ethernet0 = &gmac1;
                mmc0 = &sdhci;
                mmc1 = &sdmmc;
        };