summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-05-11 11:39:46 -0500
committerYe Li <ye.li@nxp.com>2017-05-11 22:23:42 -0500
commit3635582cf81fd59f71b714c37a50abce56973ef2 (patch)
tree7193441dda24f1a2009e437d14b3d2b85033a7d4
parentb505caa5b83e42130772d9b3804c459d09ad6e10 (diff)
downloadu-boot-imx-3635582cf81fd59f71b714c37a50abce56973ef2.zip
u-boot-imx-3635582cf81fd59f71b714c37a50abce56973ef2.tar.gz
u-boot-imx-3635582cf81fd59f71b714c37a50abce56973ef2.tar.bz2
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 <ye.li@nxp.com>
-rw-r--r--arch/arm/dts/imx6sll-evk.dts2
1 files changed, 1 insertions, 1 deletions
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 = <&reg_sd2_vmmc>;
bus-width = <8>;
- no-removable;
+ non-removable;
status = "okay";
};