Skip to content

Commit

Permalink
dts: add sdhci,auto-cmd12 field for p4080 device tree
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Roy Zang authored and torvalds committed Aug 11, 2010
1 parent c4512f7 commit 05e57ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/powerpc/dts-bindings/fsl/esdhc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/p4080ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
reg = <0x114000 0x1000>;
interrupts = <48 2>;
interrupt-parent = <&mpic>;
sdhci,auto-cmd12;
};

i2c@118000 {
Expand Down

0 comments on commit 05e57ee

Please sign in to comment.