From: Fabio Estevam Date: Wed, 12 Jun 2019 15:34:39 +0000 (-0300) Subject: wandboard: Add mmc0 alias X-Git-Tag: v2019.07~10^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df51656986e913272546f33ce8f6f5a46b1ed2bf;p=oweals%2Fu-boot.git wandboard: Add mmc0 alias Add a mmc0 alias so that U-Boot proper can associate mmc0 with the boot SD card. Signed-off-by: Fabio Estevam --- diff --git a/arch/arm/dts/imx6qdl-wandboard.dtsi b/arch/arm/dts/imx6qdl-wandboard.dtsi index 50d9a989e0..90aa43d21b 100644 --- a/arch/arm/dts/imx6qdl-wandboard.dtsi +++ b/arch/arm/dts/imx6qdl-wandboard.dtsi @@ -8,6 +8,10 @@ #include / { + aliases { + mmc0 = &usdhc3; + }; + chosen { stdout-path = &uart1; };