diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com> | 2012-07-31 10:12:59 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-09-04 13:58:15 -0400 |
commit | 4ee7ed0de9929f6f194d7a0ae867371ea47866fe (patch) | |
tree | 126a3a3be785c24c969d23410b58a31e99152383 /Documentation | |
parent | 164378efe7612ae1506d1a3b21fd37abf9909a5c (diff) | |
download | op-kernel-dev-4ee7ed0de9929f6f194d7a0ae867371ea47866fe.zip op-kernel-dev-4ee7ed0de9929f6f194d7a0ae867371ea47866fe.tar.gz |
mmc: sdhci-dove: DT support for sdhci-dove
This patch adds device tree support and binding documentation for
sdhci-dove.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-dove.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-dove.txt b/Documentation/devicetree/bindings/mmc/sdhci-dove.txt new file mode 100644 index 0000000..ae9aab9 --- /dev/null +++ b/Documentation/devicetree/bindings/mmc/sdhci-dove.txt @@ -0,0 +1,14 @@ +* Marvell sdhci-dove controller + +This file documents differences between the core properties in mmc.txt +and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers. + +- compatible: Should be "marvell,dove-sdhci". + +Example: + +sdio0: sdio@92000 { + compatible = "marvell,dove-sdhci"; + reg = <0x92000 0x100>; + interrupts = <35>; +}; |