MLK-14877 DTB: mx6sllevk: Fix usdhc2 property issue
authorYe Li <ye.li@nxp.com>
Thu, 11 May 2017 16:39:46 +0000 (11:39 -0500)
committerYe Li <ye.li@nxp.com>
Fri, 12 May 2017 03:23:42 +0000 (22:23 -0500)
For eMMC, should using "non-removable" property, not "no-removable",
this cause USDHC driver has problem in get_cd, then switching to eMMC will
always show no card present.

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

index f3a7fad..ee72b86 100644 (file)
        pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
        vqmmc-supply = <&reg_sd2_vmmc>;
        bus-width = <8>;
-       no-removable;
+       non-removable;
        status = "okay";
 };