-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: dt: Deduplicate binding docs by referencing mmc.txt
Now that we have common bindings for MMC, rewrite the individual bindings to inherit from mmc.txt and describe their differences. Acked-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Chris Ball <cjb@laptop.org>
- Loading branch information
Chris Ball
committed
Jul 11, 2012
1 parent
45a6b32
commit 4efafee
Showing
7 changed files
with
33 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
* ARM PrimeCell MultiMedia Card Interface (MMCI) PL180/1 | ||
|
||
The ARM PrimeCell MMCI PL180 and PL181 provides and interface for | ||
The ARM PrimeCell MMCI PL180 and PL181 provides an interface for | ||
reading and writing to MultiMedia and SD cards alike. | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties used by the mmci driver. | ||
|
||
Required properties: | ||
- compatible : contains "arm,pl18x", "arm,primecell". | ||
- reg : contains pl18x registers and length. | ||
- interrupts : contains the device IRQ(s). | ||
- arm,primecell-periphid : contains the PrimeCell Peripheral ID. | ||
|
||
Optional properties: | ||
- wp-gpios : contains any write protect (ro) gpios | ||
- cd-gpios : contains any card detection gpios | ||
- cd-inverted : indicates whether the cd gpio is inverted | ||
- max-frequency : contains the maximum operating frequency | ||
- bus-width : number of data lines, can be <1>, <4>, or <8> | ||
- mmc-cap-mmc-highspeed : indicates whether MMC is high speed capable | ||
- mmc-cap-sd-highspeed : indicates whether SD is high speed capable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters