]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 9d36eb4e3c41e8f2d0e7047acf08809dbd39f835..23cd16d736bf782f0be04f6e8413462ac8e60f86 100644 (file)
@@ -40,6 +40,7 @@
 
        sdio4: sdio@3f1b0000 {
                max-frequency = <48000000>;
+               cd-gpios = <&gpio 14 0>;
                status = "okay";
        };
 
index 96ae67a2f0d37dc9ec852b9c00eba004aa0757fa..08e47c285227a941d0bf7852c815054bd0d10a82 100644 (file)
@@ -40,6 +40,7 @@
 
        sdio4: sdio@3f1b0000 {
                max-frequency = <48000000>;
+               cd-gpios = <&gpio 14 0>;
                status = "okay";
        };
 };