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 <festevam@gmail.com>
This commit is contained in:
Fabio Estevam 2019-06-12 12:34:39 -03:00 committed by Stefano Babic
parent 6b573ed0bc
commit df51656986
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
#include <dt-bindings/gpio/gpio.h>
/ {
aliases {
mmc0 = &usdhc3;
};
chosen {
stdout-path = &uart1;
};