MLK-14775 mx7dsabresd: Disable USDHC2 in device tree
authorYe Li <ye.li@nxp.com>
Tue, 9 May 2017 01:53:07 +0000 (20:53 -0500)
committerYe Li <ye.li@nxp.com>
Tue, 9 May 2017 01:53:07 +0000 (20:53 -0500)
The USDHC2 is connecting to BT/WIFI chip on SDB board, this controller is enabled
in device tree as SDIO, but USDHC driver in u-boot will use it as SDHC. So totally
3 USDHC devices will be created, and cause run time MMC environments go wrong because
it only supports USDHC1 and USDHC3.

So disable the unused USDHC2 controller in u-boot device tree.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/imx7d-sdb.dts

index 0a8b692..5b882bb 100644 (file)
        cd-post;
        pm-ignore-notify;
        wifi-host;
-       status = "okay";
+       status = "disabled";
 };
 
 &usdhc3 {