-
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.
- Loading branch information
Tony Prisk
authored and
Chris Ball
committed
Dec 6, 2012
1 parent
65828d5
commit f34007f
Showing
6 changed files
with
1,066 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8d1e977da82ebd1defd44d085edc2c0140aecc2a | ||
refs/heads/master: 3a96dff0f828ae9dfb43efd49a9b67a74c6dc360 |
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/devicetree/bindings/mmc/vt8500-sdmmc.txt
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* Wondermedia WM8505/WM8650 SD/MMC Host Controller | ||
|
||
This file documents differences between the core properties described | ||
by mmc.txt and the properties used by the wmt-sdmmc driver. | ||
|
||
Required properties: | ||
- compatible: Should be "wm,wm8505-sdhc". | ||
- interrupts: Two interrupts are required - regular irq and dma irq. | ||
|
||
Optional properties: | ||
- sdon-inverted: SD_ON bit is inverted on the controller | ||
|
||
Examples: | ||
|
||
sdhc@d800a000 { | ||
compatible = "wm,wm8505-sdhc"; | ||
reg = <0xd800a000 0x1000>; | ||
interrupts = <20 21>; | ||
clocks = <&sdhc>; | ||
bus-width = <4>; | ||
sdon-inverted; | ||
}; | ||
|
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
Oops, something went wrong.