arm64: dts: rockchip: move mmc aliases to board dts on rk3308

As suggested by Arnd Bergmann, the newly added mmc aliases
should be board specific, so move them from the general dtsi
to the individual boards.

Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210324122235.1059292-4-heiko@sntech.de
This commit is contained in:
Heiko Stuebner 2021-03-24 13:22:32 +01:00 committed by Heiko Stuebner
parent 78b8513b76
commit 3f6c22987c
2 changed files with 6 additions and 3 deletions

View File

@ -9,6 +9,12 @@
/ {
model = "Firefly ROC-RK3308-CC board";
compatible = "firefly,roc-rk3308-cc", "rockchip,rk3308";
aliases {
mmc0 = &sdmmc;
mmc1 = &emmc;
};
chosen {
stdout-path = "serial2:1500000n8";
};

View File

@ -24,9 +24,6 @@ aliases {
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
mmc0 = &sdmmc;
mmc1 = &emmc;
mmc2 = &sdio;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;