summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
diff options
context:
space:
mode:
authorDragan Simic <dsimic@manjaro.org>2023-12-12 10:53:51 +0300
committerHeiko Stuebner <heiko@sntech.de>2023-12-12 23:43:48 +0300
commitb110e4cc44c9c59600397a4c042c3e419edf05f1 (patch)
tree2c553d8134ef6dc362471f58de3484f04f25bfc4 /arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
parent9012ab6bd092691d0655a2ffca1108b306cb9446 (diff)
downloadlinux-b110e4cc44c9c59600397a4c042c3e419edf05f1.tar.xz
arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for PX30
Not all supported boards actually use the PX30's built-in (G)MAC, while the SoC TRM and the datasheet don't define some standard numbering in this case. Thus, remove the ethernet0 alias from the PX30 SoC dtsi file, and add the same alias back to the appropriate board dts(i) files. This is quite similar to the already performed migration of the mmcX aliases from the Rockchip SoC dtsi files to the board dts(i) files. Signed-off-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/0d9da8959b4f567622676c34b5feb74c49489554.1702366958.git.dsimic@manjaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
index de0a1f2af983..e0a8880f7fcb 100644
--- a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
+++ b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts
@@ -13,6 +13,7 @@
compatible = "tsd,px30-ringneck-haikou", "rockchip,px30";
aliases {
+ ethernet0 = &gmac;
mmc2 = &sdmmc;
};