Commit 05e57eec23eadf6641911ff07560f9ec7c6457c1

Authored by Roy Zang
Committed by Linus Torvalds
1 parent c4512f79dc

dts: add sdhci,auto-cmd12 field for p4080 device tree

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Cc: Jerry Huang <Chang-Ming.Huang@freescale.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Kumar Gala <galak@gate.crashing.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff

Documentation/powerpc/dts-bindings/fsl/esdhc.txt
... ... @@ -14,6 +14,8 @@
14 14 reports inverted write-protect state;
15 15 - sdhci,1-bit-only : (optional) specifies that a controller can
16 16 only handle 1-bit data transfers.
  17 + - sdhci,auto-cmd12: (optional) specifies that a controller can
  18 + only handle auto CMD12.
17 19  
18 20 Example:
19 21  
arch/powerpc/boot/dts/p4080ds.dts
... ... @@ -280,6 +280,7 @@
280 280 reg = <0x114000 0x1000>;
281 281 interrupts = <48 2>;
282 282 interrupt-parent = <&mpic>;
  283 + sdhci,auto-cmd12;
283 284 };
284 285  
285 286 i2c@118000 {