projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b505caa
)
MLK-14877 DTB: mx6sllevk: Fix usdhc2 property issue
author
Ye Li
<ye.li@nxp.com>
Thu, 11 May 2017 16:39:46 +0000
(11:39 -0500)
committer
Ye 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx6sll-evk.dts
b/arch/arm/dts/imx6sll-evk.dts
index
f3a7fad
..
ee72b86
100644
(file)
--- 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;
+ no
n
-removable;
status = "okay";
};