Commit 56af59fc authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: Add mmc aliases for rk3288-veyron devices



All of them have an internal emmc that becomes mmc0 and
devices including the sdmmc snippet get mmc1 for the external
sd slot on suitable devices.

Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20230307095516.4116827-1-heiko@sntech.de
parent fe15c26e
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,12 @@
 * Copyright 2015 Google, Inc
 * Copyright 2015 Google, Inc
 */
 */


/ {
	aliases {
		mmc1 = &sdmmc;
	};
};

&io_domains {
&io_domains {
	sdcard-supply = <&vccio_sd>;
	sdcard-supply = <&vccio_sd>;
};
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,10 @@
#include "rk3288.dtsi"
#include "rk3288.dtsi"


/ {
/ {
	aliases {
		mmc0 = &emmc;
	};

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