[PATCH 1/1] ARM: dove: DT support for sdhci-dove

Andrew Lunn andrew at lunn.ch
Tue Jul 31 16:46:51 EST 2012


+++ b/Documentation/devicetree/bindings/mmc/sdhci-dove.txt
@@ -0,0 +1,12 @@
+* Marvell sdhci-dove controller
+
+Required properties:
+- compatible: Should be "marvell,dove-sdhci".
+
+Example:
+
+sdio0: sdio at 92000 {
+       compatible = "marvell,dove-sdhci";
+       reg = <0x92000 0x100>;
+       interrupts = <35>, <37>;


Hi Sebastian

Since there are two interrupts here, maybe it would be good to
document what each one is?

	 Thanks
		Andrew


More information about the devicetree-discuss mailing list