0d4a4b1301
From git://xenbits.xen.org/people/ianc/device-tree-rebasing.git commit efa963ec806366c9628dfd1269316bb93b7ecb15 Merge: a72ba09 459c249 Author: Ian Campbell <ian.campbell@citrix.com> Date: Wed Feb 26 08:39:16 2014 +0000 Merge tag 'v3.14-rc4-dts' Linux 3.14-rc4
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
* 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>;
|
|
};
|