MLK-21863 mx6sabreauto: Fix SD index issue
authorYe Li <ye.li@nxp.com>
Sat, 25 May 2019 15:41:41 +0000 (08:41 -0700)
committerYe Li <ye.li@nxp.com>
Sat, 25 May 2019 15:41:41 +0000 (08:41 -0700)
The imx6qdl-sabreauto-u-boot.dtsi re-alias the usdhc3 to mmc0, and
cause boot issue on mx6sabreauto boards. Remove the re-alias, so
usdhc3 will map to mmc2.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi

index ea90f40..7c078e1 100644 (file)
@@ -5,12 +5,6 @@
 
 #include "imx6qdl-u-boot.dtsi"
 
-/ {
-       aliases {
-               mmc0 = &usdhc3;
-       };
-};
-
 &usdhc3 {
        no-1-8-v;
        u-boot,dm-spl;