projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac9c908
)
ARM: dts: am335x-shc.dts: fix wrong cd pin level
author
Heiko Schocher
<hs@denx.de>
Tue, 22 Jan 2019 05:26:23 +0000
(06:26 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 24 Jan 2019 00:14:33 +0000
(16:14 -0800)
cd pin on mmc1 is GPIO_ACTIVE_LOW not GPIO_ACTIVE_HIGH
Fixes: e63201f19438 ("mmc: omap_hsmmc: Delete platform data GPIO CD and WP")
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-shc.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-shc.dts
b/arch/arm/boot/dts/am335x-shc.dts
index d0fd68873689cfc8b37344a077ade06ae2d09851..5b250060f6ddc2366a556f9ac394b01cbfa43003 100644
(file)
--- a/
arch/arm/boot/dts/am335x-shc.dts
+++ b/
arch/arm/boot/dts/am335x-shc.dts
@@
-215,7
+215,7
@@
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
bus-width = <0x4>;
- cd-gpios = <&gpio0 6 GPIO_ACTIVE_
HIGH
>;
+ cd-gpios = <&gpio0 6 GPIO_ACTIVE_
LOW
>;
cd-inverted;
max-frequency = <26000000>;
vmmc-supply = <&vmmcsd_fixed>;