Commit 3f6c2298 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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: default avatarArnd Bergmann <arnd@kernel.org>
Signed-off-by: default avatarHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20210324122235.1059292-4-heiko@sntech.de
parent 78b8513b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
	};
+0 −3
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@ aliases {
		i2c1 = &i2c1;
		i2c2 = &i2c2;
		i2c3 = &i2c3;
		mmc0 = &sdmmc;
		mmc1 = &emmc;
		mmc2 = &sdio;
		serial0 = &uart0;
		serial1 = &uart1;
		serial2 = &uart2;