Commit 28869aa5 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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



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-5-heiko@sntech.de
parent 3f6c2298
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,6 +8,12 @@ / {
	model = "A95X Z2";
	compatible = "zkmagic,a95x-z2", "rockchip,rk3318";

	aliases {
		mmc0 = &sdmmc;
		mmc1 = &sdio;
		mmc2 = &emmc;
	};

	chosen {
		stdout-path = "serial2:1500000n8";
	};
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,11 @@ / {
	model = "Beelink A1";
	compatible = "azw,beelink-a1", "rockchip,rk3328";

	aliases {
		mmc0 = &sdmmc;
		mmc1 = &emmc;
	};

	/*
	 * UART pins, as viewed with bottom of case removed:
	 *
+6 −0
Original line number Diff line number Diff line
@@ -10,6 +10,12 @@ / {
	model = "Rockchip RK3328 EVB";
	compatible = "rockchip,rk3328-evb", "rockchip,rk3328";

	aliases {
		mmc0 = &sdmmc;
		mmc1 = &sdio;
		mmc2 = &emmc;
	};

	chosen {
		stdout-path = "serial2:1500000n8";
	};
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ / {
	model = "FriendlyElec NanoPi R2S";
	compatible = "friendlyarm,nanopi-r2s", "rockchip,rk3328";

	aliases {
		mmc0 = &sdmmc;
	};

	chosen {
		stdout-path = "serial2:1500000n8";
	};
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,11 @@ / {
	model = "Firefly roc-rk3328-cc";
	compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328";

	aliases {
		mmc0 = &sdmmc;
		mmc1 = &emmc;
	};

	chosen {
		stdout-path = "serial2:1500000n8";
	};
Loading