diff options
author | Ye Li <ye.li@nxp.com> | 2017-05-11 11:39:46 -0500 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-05-11 22:23:42 -0500 |
commit | 3635582cf81fd59f71b714c37a50abce56973ef2 (patch) | |
tree | 7193441dda24f1a2009e437d14b3d2b85033a7d4 | |
parent | b505caa5b83e42130772d9b3804c459d09ad6e10 (diff) | |
download | u-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.dts | 2 |
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 = <®_sd2_vmmc>; bus-width = <8>; - no-removable; + non-removable; status = "okay"; }; |