diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-09-11 18:56:33 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-31 21:44:29 +0100 |
commit | 6bd5e87017bf62a035e123f2334318afa032bcb7 (patch) | |
tree | 506592fb64d706266347c87f36ef1eadd7ee9cf2 /arch/arm/boot/dts/ste-nomadik-s8815.dts | |
parent | Linux 3.18-rc1 (diff) | |
download | linux-6bd5e87017bf62a035e123f2334318afa032bcb7.tar.xz linux-6bd5e87017bf62a035e123f2334318afa032bcb7.zip |
ARM: nomadik: move MMC/SD card detect GPIO to board DTS
This pushes the setting of the card detect GPIO pin down into
the top-level file for the board, since it is not a property of
the ASIC (which this DTSI is about) but a property of the board
design.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-nomadik-s8815.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-nomadik-s8815.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts index 90d8b6c7a205..c795ee8a356a 100644 --- a/arch/arm/boot/dts/ste-nomadik-s8815.dts +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts @@ -65,6 +65,13 @@ }; }; + /* Configure card detect for the uSD slot */ + amba { + mmcsd: sdi@101f6000 { + cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; + }; + }; + /* Custom board node with GPIO pins to active etc */ usb-s8815 { /* This will bias the MMC/SD card detect line */ |