Skip to content

Commit

Permalink
ARM: dts: bcm281xx: Add card detect GPIO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Mayer authored and Olof Johansson committed Oct 31, 2013
1 parent a441205 commit 71469fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm11351-brt.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

sdio4: sdio@3f1b0000 {
max-frequency = <48000000>;
cd-gpios = <&gpio 14 0>;
status = "okay";
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm28155-ap.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

sdio4: sdio@3f1b0000 {
max-frequency = <48000000>;
cd-gpios = <&gpio 14 0>;
status = "okay";
};
};

0 comments on commit 71469fe

Please sign in to comment.