[PATCH] ARM: DT: apq8064: Add Support for SD Card Detect for ifc6410 board
Pramod Gurav
pramod.gurav at smartplayin.com
Mon Oct 20 04:46:53 PDT 2014
+linux-arm-msm
On Monday 20 October 2014 05:09 PM, Pramod Gurav wrote:
> This changes muxes in gpio26 pin to function as gpio and adds support
> for sd card detect for apq8064 based IFC6410 board.
>
> Cc: Rob Herring <robh+dt at kernel.org>
> Cc: Pawel Moll <pawel.moll at arm.com>
> Cc: Mark Rutland <mark.rutland at arm.com>
> Cc: Ian Campbell <ijc+devicetree at hellion.org.uk>
> Cc: Kumar Gala <galak at codeaurora.org>
> Cc: Russell King <linux at arm.linux.org.uk>
> Cc: Srinivas Kandagatla <srinivas.kandagatla at linaro.org>
>
> Signed-off-by: Pramod Gurav <pramod.gurav at smartplayin.com>
>
> ---
> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> index b396c83..bf6262f 100644
> --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> @@ -12,6 +12,14 @@
> function = "gsbi1";
> };
> };
> +
> + card_detect: card_detect {
> + mux {
> + pins = "gpio26";
> + function = "gpio";
> + bias-disable;
> + };
> + };
> };
>
> gsbi at 12440000 {
> @@ -49,6 +57,9 @@
> /* External micro SD card */
> sdcc3: sdcc at 12180000 {
> status = "okay";
> + pinctrl-names = "default";
> + pinctrl-0 = <&card_detect>;
> + cd-gpios = <&tlmm_pinmux 26 1>;
> };
> /* WLAN */
> sdcc4: sdcc at 121c0000 {
>
More information about the linux-arm-kernel
mailing list