Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am335x-shc.dts: fix wrong cd pin level

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>

authored by

Heiko Schocher and committed by
Tony Lindgren
063c20e1 ac9c908e

+1 -1
+1 -1
arch/arm/boot/dts/am335x-shc.dts
··· 215 215 pinctrl-names = "default"; 216 216 pinctrl-0 = <&mmc1_pins>; 217 217 bus-width = <0x4>; 218 - cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; 218 + cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; 219 219 cd-inverted; 220 220 max-frequency = <26000000>; 221 221 vmmc-supply = <&vmmcsd_fixed>;