To complete the process started with the migration of the ethernet0 aliases from the SoC dtsi files to the board/device dts(i) files, started in [1], let's add ethernet0 aliases to the board dts files that had it missing. See also [2] for a related discussion. At the same time, let's remove the ethernet0 alias from one SoM dtsi file, which doesn't enable the GMAC, and add the same alias back to the dependent board dts files, which actually enable the GMAC. All these patches result in a rather clean situation when it comes to the Rockchip arm64 device-tree aliases. [1] https://lore.kernel.org/linux-rockchip/cover.1702366958.git.dsimic@xxxxxxxxxxx/T/#u [2] https://lore.kernel.org/linux-rockchip/5119280.687JKscXgg@diego/T/#u Dragan Simic (2): arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566 boards arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3588(S) boards arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | 1 + arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts | 1 + arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts | 4 ++++ arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts | 4 ++++ arch/arm64/boot/dts/rockchip/rk3566-soquartz-model-a.dts | 4 ++++ arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi | 1 - arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts | 1 + arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 + arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 1 + arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 1 + 10 files changed, 18 insertions(+), 1 deletion(-)