-
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: SD/MMC Host Controller for Wondermedia WM8505/WM8650
This patch adds support for the SD/MMC host controller found on Wondermedia 8xxx series SoCs, currently supported under arm/arch-vt8500. A binding document is also included, based on mmc.txt with additional properties. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Chris Ball <cjb@laptop.org>
- Loading branch information
Tony Prisk
authored and
Chris Ball
committed
Dec 6, 2012
1 parent
8d1e977
commit 3a96dff
Showing
5 changed files
with
1,065 additions
and
0 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
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.