wandboard: Add mmc0 alias
authorFabio Estevam <festevam@gmail.com>
Wed, 12 Jun 2019 15:34:39 +0000 (12:34 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 4 Jul 2019 12:19:49 +0000 (14:19 +0200)
Add a mmc0 alias so that U-Boot proper can associate mmc0
with the boot SD card.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
arch/arm/dts/imx6qdl-wandboard.dtsi

index 50d9a989e06a9072595f2e64d19c6e19171b9862..90aa43d21bb61e1f132b084d83c6b932bdadffba 100644 (file)
@@ -8,6 +8,10 @@
 #include <dt-bindings/gpio/gpio.h>
 
 / {
+       aliases {
+               mmc0 = &usdhc3;
+       };
+
        chosen {
                stdout-path = &uart1;
        };