rockchip: add Radxa CM3 IO board support
[openwrt/staging/jow.git] / target / linux / rockchip / patches-6.1 / 023-v6.8-arm64-dts-rockchip-Add-ethernet0-alias-to-the-dts-for-RK3566-boards.patch
1 From 36d9b3ae708e865cdab95692db5a24c5d975383d Mon Sep 17 00:00:00 2001
2 From: Dragan Simic <dsimic@manjaro.org>
3 Date: Tue, 12 Dec 2023 09:01:39 +0100
4 Subject: [PATCH] arm64: dts: rockchip: Add ethernet0 alias to the dts for
5 RK3566 boards
6
7 Add ethernet0 alias to the board dts files for a few supported RK3566 boards
8 that had it missing. Also, remove the ethernet0 alias from one RK3566 SoM
9 dtsi file, which doesn't enable the GMAC, and add the ethernet0 alias back to
10 the dependent board dts files, which actually enable the GMAC.
11
12 Signed-off-by: Dragan Simic <dsimic@manjaro.org>
13 Link: https://lore.kernel.org/r/d2a272e0ae0fff0adfab8bb0238243b11d348799.1702368023.git.dsimic@manjaro.org
14 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
15 ---
16 arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | 1 +
17 1 files changed, 1 insertions(+), 0 deletion(-)
18
19 --- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
20 +++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
21 @@ -14,6 +14,7 @@
22 compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566";
23
24 aliases {
25 + ethernet0 = &gmac1;
26 mmc1 = &sdmmc0;
27 };
28