From 3635582cf81fd59f71b714c37a50abce56973ef2 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 11 May 2017 11:39:46 -0500 Subject: [PATCH] MLK-14877 DTB: mx6sllevk: Fix usdhc2 property issue 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 --- arch/arm/dts/imx6sll-evk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/imx6sll-evk.dts b/arch/arm/dts/imx6sll-evk.dts index f3a7fad..ee72b86 100644 --- a/arch/arm/dts/imx6sll-evk.dts +++ b/arch/arm/dts/imx6sll-evk.dts @@ -759,7 +759,7 @@ pinctrl-2 = <&pinctrl_usdhc2_200mhz>; vqmmc-supply = <®_sd2_vmmc>; bus-width = <8>; - no-removable; + non-removable; status = "okay"; }; -- 1.9.1