summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts
diff options
context:
space:
mode:
authorDragan Simic <dsimic@manjaro.org>2023-12-12 09:01:39 +0100
committerHeiko Stuebner <heiko@sntech.de>2023-12-12 21:43:48 +0100
commit36d9b3ae708e865cdab95692db5a24c5d975383d (patch)
treea7512103b2edd6106b4044fdf4078fb5794ab728 /arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts
parentb110e4cc44c9c59600397a4c042c3e419edf05f1 (diff)
downloadlinux-stable-36d9b3ae708e865cdab95692db5a24c5d975383d.tar.gz
linux-stable-36d9b3ae708e865cdab95692db5a24c5d975383d.tar.bz2
linux-stable-36d9b3ae708e865cdab95692db5a24c5d975383d.zip
arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566 boards
Add ethernet0 alias to the board dts files for a few supported RK3566 boards that had it missing. Also, remove the ethernet0 alias from one RK3566 SoM dtsi file, which doesn't enable the GMAC, and add the ethernet0 alias back to the dependent board dts files, which actually enable the GMAC. Signed-off-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/d2a272e0ae0fff0adfab8bb0238243b11d348799.1702368023.git.dsimic@manjaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts b/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts
index cddf6cd2fecb..6ed3fa4aee34 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts
@@ -8,6 +8,10 @@
model = "Pine64 RK3566 SoQuartz with CM4-IO Carrier Board";
compatible = "pine64,soquartz-cm4io", "pine64,soquartz", "rockchip,rk3566";
+ aliases {
+ ethernet0 = &gmac1;
+ };
+
/* labeled +12v in schematic */
vcc12v_dcin: vcc12v-dcin-regulator {
compatible = "regulator-fixed";