aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-01-06 01:47:29 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-01-28 23:24:40 +0100
commit4fd243c6c083ea159ae1a9f9a24198c350034439 (patch)
tree8cf4746a6d0edc06aae4f2ae4b1e4d82a4b401c0 /Documentation/devicetree/bindings/arm
parentARM: nomadik: convert SMSC91x ethernet to device tree (diff)
downloadlinux-dev-4fd243c6c083ea159ae1a9f9a24198c350034439.tar.xz
linux-dev-4fd243c6c083ea159ae1a9f9a24198c350034439.zip
ARM: nomadik: migrate MMC/SD card support to device tree
This moves over the MMC/SD card support to the device tree probe path. The special GPIO to bias the card detect line is kept, but the pin property is moved to the device tree as part of the MMC/SD card node. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r--Documentation/devicetree/bindings/arm/ste-nomadik.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ste-nomadik.txt b/Documentation/devicetree/bindings/arm/ste-nomadik.txt
index a97316073afe..19bca04b81c9 100644
--- a/Documentation/devicetree/bindings/arm/ste-nomadik.txt
+++ b/Documentation/devicetree/bindings/arm/ste-nomadik.txt
@@ -21,4 +21,7 @@ usb-s8815 {
interrupts = <19 0x1>;
interrupt-parent = <&gpio3>;
};
+ mmcsd-gpio {
+ gpios = <&gpio3 16 0x1>;
+ };
};