aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mmc
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>2012-07-31 10:12:59 +0200
committerChris Ball <cjb@laptop.org>2012-09-04 13:58:15 -0400
commit4ee7ed0de9929f6f194d7a0ae867371ea47866fe (patch)
tree126a3a3be785c24c969d23410b58a31e99152383 /Documentation/devicetree/bindings/mmc
parentmmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIs (diff)
downloadlinux-dev-4ee7ed0de9929f6f194d7a0ae867371ea47866fe.tar.xz
linux-dev-4ee7ed0de9929f6f194d7a0ae867371ea47866fe.zip
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/devicetree/bindings/mmc')
-rw-r--r--Documentation/devicetree/bindings/mmc/sdhci-dove.txt14
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 000000000000..ae9aab9abcd7
--- /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>;
+};