Sebastian Hesselbarth | 4ee7ed0 | 2012-07-31 10:12:59 +0200 | [diff] [blame] | 1 | * Marvell sdhci-dove controller |
2 | |||||
3 | This file documents differences between the core properties in mmc.txt | ||||
4 | and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers. | ||||
5 | |||||
6 | - compatible: Should be "marvell,dove-sdhci". | ||||
7 | |||||
8 | Example: | ||||
9 | |||||
10 | sdio0: sdio@92000 { | ||||
11 | compatible = "marvell,dove-sdhci"; | ||||
12 | reg = <0x92000 0x100>; | ||||
13 | interrupts = <35>; | ||||
14 | }; |