mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
b3b665b0a9
This patch adds the new driver for CSR SiRF SoCs: SiRFprimaII: unicore ARM Cortex-A9 SiRFatlas6: unicore ARM Cortex-A9 SiRFmarco: dual core ARM Cortex-A9 SMP Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Bin Shi <Bin.Shi@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Chris Ball <cjb@laptop.org>
19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
* SiRFprimII/marco/atlas6 SDHCI Controller
|
|
|
|
This file documents differences between the core properties in mmc.txt
|
|
and the properties used by the sdhci-sirf driver.
|
|
|
|
Required properties:
|
|
- compatible: sirf,prima2-sdhc
|
|
|
|
Optional properties:
|
|
- cd-gpios: card detect gpio, with zero flags.
|
|
|
|
Example:
|
|
|
|
sd0: sdhci@56000000 {
|
|
compatible = "sirf,prima2-sdhc";
|
|
reg = <0xcd000000 0x100000>;
|
|
cd-gpios = <&gpio 6 0>;
|
|
};
|