aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Zang <[email protected]>2010-08-10 18:02:00 -0700
committerLinus Torvalds <[email protected]>2010-08-11 08:59:05 -0700
commit05e57eec23eadf6641911ff07560f9ec7c6457c1 (patch)
treef00918aa2284f69cfcfc56665d3056e1ffff5179
parentc4512f79dcb236c8dc2afae176a0dc520096f0bc (diff)
dts: add sdhci,auto-cmd12 field for p4080 device tree
Signed-off-by: Roy Zang <[email protected]> Cc: Jerry Huang <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Kumar Gala <[email protected]> Cc: Grant Likely <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--Documentation/powerpc/dts-bindings/fsl/esdhc.txt2
-rw-r--r--arch/powerpc/boot/dts/p4080ds.dts1
2 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/powerpc/dts-bindings/fsl/esdhc.txt b/Documentation/powerpc/dts-bindings/fsl/esdhc.txt
index 8a0040738969..64bcb8be973c 100644
--- a/Documentation/powerpc/dts-bindings/fsl/esdhc.txt
+++ b/Documentation/powerpc/dts-bindings/fsl/esdhc.txt
@@ -14,6 +14,8 @@ Required properties:
reports inverted write-protect state;
- sdhci,1-bit-only : (optional) specifies that a controller can
only handle 1-bit data transfers.
+ - sdhci,auto-cmd12: (optional) specifies that a controller can
+ only handle auto CMD12.
Example:
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts
index 6b29eab05362..efa00911f12b 100644
--- a/arch/powerpc/boot/dts/p4080ds.dts
+++ b/arch/powerpc/boot/dts/p4080ds.dts
@@ -280,6 +280,7 @@
reg = <0x114000 0x1000>;
interrupts = <48 2>;
interrupt-parent = <&mpic>;
+ sdhci,auto-cmd12;
};
i2c@118000 {