ARM: dts: bcm281xx: Add card detect GPIO
authorMarkus Mayer <markus.mayer@linaro.org>
Wed, 2 Oct 2013 18:00:16 +0000 (11:00 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 31 Oct 2013 17:29:43 +0000 (10:29 -0700)
Register GPIO 14 as card detect interrupt for the SD card slot.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/bcm11351-brt.dts
arch/arm/boot/dts/bcm28155-ap.dts

index 9d36eb4..23cd16d 100644 (file)
@@ -40,6 +40,7 @@
 
        sdio4: sdio@3f1b0000 {
                max-frequency = <48000000>;
+               cd-gpios = <&gpio 14 0>;
                status = "okay";
        };
 
index 96ae67a..08e47c2 100644 (file)
@@ -40,6 +40,7 @@
 
        sdio4: sdio@3f1b0000 {
                max-frequency = <48000000>;
+               cd-gpios = <&gpio 14 0>;
                status = "okay";
        };
 };