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

ARM: dts: qs600: Add SD card detect support.

This patch adds SD card detect support.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Andy Gross <agross@codeaurora.org>

authored by

Srinivas Kandagatla and committed by
Andy Gross
8eb84480 2630a52f

+13
+13
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
··· 29 29 }; 30 30 31 31 soc { 32 + pinctrl@800000 { 33 + card_detect: card_detect { 34 + mux { 35 + pins = "gpio26"; 36 + function = "gpio"; 37 + bias-disable; 38 + }; 39 + }; 40 + }; 41 + 32 42 rpm@108000 { 33 43 regulators { 34 44 vin_lvs1_3_6-supply = <&pm8921_s4>; ··· 207 197 sdcc3: sdcc@12180000 { 208 198 status = "okay"; 209 199 vmmc-supply = <&v3p3_fixed>; 200 + pinctrl-names = "default"; 201 + pinctrl-0 = <&card_detect>; 202 + cd-gpios = <&tlmm_pinmux 26 GPIO_ACTIVE_LOW>; 210 203 }; 211 204 /* WLAN */ 212 205 sdcc4: sdcc@121c0000 {