Commit 751a78a8 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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



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-6-heiko@sntech.de
parent 28869aa5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@
#include "rk3368.dtsi"

/ {
	aliases {
		mmc0 = &emmc;
	};

	chosen {
		stdout-path = "serial2:115200n8";
	};
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ / {
	model = "GeekBox";
	compatible = "geekbuying,geekbox", "rockchip,rk3368";

	aliases {
		mmc0 = &emmc;
	};

	chosen {
		stdout-path = "serial2:115200n8";
	};
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ / {
	model = "Theobroma Systems RK3368-uQ7 Baseboard";
	compatible = "tsd,rk3368-lion-haikou", "rockchip,rk3368";

	aliases {
		mmc1 = &sdmmc;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,10 @@
#include "rk3368.dtsi"

/ {
	aliases {
		mmc0 = &emmc;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,11 @@ / {
	model = "Rockchip Orion R68";
	compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368";

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

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