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

2012-07-30 Thread Andrew Lunn
+++ 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@92000 { + compatible = "marvell,dove-sdhci"; + reg = <0x92000 0x100>; + in

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

2012-07-30 Thread Sebastian Hesselbarth
This patch adds device tree support and binding documentiation for sdhci-dove. Signed-off-by: Sebastian Hesselbarth Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: Chris Ball Cc: Anton Vorontsov Cc: Manuel Lauss Cc: David Brown Cc: devicetree-disc...@lists.ozlabs.org Cc: linux-...@vge