From 71469fe801082ca09f25d9b76c6bd8ab8ba02447 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Wed, 2 Oct 2013 11:00:16 -0700 Subject: ARM: dts: bcm281xx: Add card detect GPIO Register GPIO 14 as card detect interrupt for the SD card slot. Signed-off-by: Markus Mayer Signed-off-by: Christian Daudt Signed-off-by: Olof Johansson --- arch/arm/boot/dts/bcm28155-ap.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boot/dts/bcm28155-ap.dts') 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"; }; }; -- cgit