summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.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-blade.dts
parentb110e4cc44c9c59600397a4c042c3e419edf05f1 (diff)
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-blade.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts b/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts
index 4e49bebf548b..fdbf1c783242 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts
@@ -13,6 +13,10 @@
model = "PINE64 RK3566 SOQuartz on Blade carrier board";
compatible = "pine64,soquartz-blade", "pine64,soquartz", "rockchip,rk3566";
+ aliases {
+ ethernet0 = &gmac1;
+ };
+
/* labeled VCC3V0_SD in schematic to not conflict with PMIC regulator */
vcc3v0_sd: vcc3v0-sd-regulator {
compatible = "regulator-fixed";