diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-10-02 22:00:16 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-31 21:29:43 +0400 |
commit | 71469fe801082ca09f25d9b76c6bd8ab8ba02447 (patch) | |
tree | a939ea8b33943265caa122f70ee128a876ea7822 /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | a4412050149fb314420ecec8f9b9f8b3c9515ecf (diff) | |
download | linux-71469fe801082ca09f25d9b76c6bd8ab8ba02447.tar.xz |
ARM: dts: bcm281xx: Add card detect GPIO
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index 96ae67a2f0d3..08e47c285227 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -40,6 +40,7 @@ sdio4: sdio@3f1b0000 { max-frequency = <48000000>; + cd-gpios = <&gpio 14 0>; status = "okay"; }; }; |