From: Fabio Estevam Date: Wed, 12 Jun 2019 15:34:39 +0000 (-0300) Subject: wandboard: Add mmc0 alias X-Git-Tag: v2025.01-rc5-pxa1908~2908^2~2 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=df51656986e913272546f33ce8f6f5a46b1ed2bf;p=u-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; };