Commit b110e4cc authored by Dragan Simic's avatar Dragan Simic Committed by Heiko Stuebner

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: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/0d9da8959b4f567622676c34b5feb74c49489554.1702366958.git.dsimic@manjaro.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 9012ab6b
......@@ -7,6 +7,7 @@
/ {
aliases {
ethernet0 = &gmac;
mmc1 = &sdmmc;
mmc2 = &sdio;
};
......
......@@ -14,6 +14,7 @@ / {
compatible = "rockchip,px30-evb", "rockchip,px30";
aliases {
ethernet0 = &gmac;
mmc0 = &sdmmc;
mmc1 = &sdio;
mmc2 = &emmc;
......
......@@ -13,6 +13,7 @@ / {
compatible = "tsd,px30-ringneck-haikou", "rockchip,px30";
aliases {
ethernet0 = &gmac;
mmc2 = &sdmmc;
};
......
......@@ -20,7 +20,6 @@ / {
#size-cells = <2>;
aliases {
ethernet0 = &gmac;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment