diff options
author | Jason Cooper <jason@lakedaemon.net> | 2013-01-31 21:39:01 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-01-31 21:39:01 +0400 |
commit | 04ee16bdf486061147c608410c2c9181352aaa3a (patch) | |
tree | 2e33b82635f20f5899248468f3a11d576886c7da /Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt | |
parent | 222922189c0b3c6e3ba117ca6e964278c1e0ccc8 (diff) | |
parent | d2938758caae523768f60208dbc8a487be3f0bd5 (diff) | |
download | linux-04ee16bdf486061147c608410c2c9181352aaa3a.tar.xz |
Merge commit 'd293875' into mvebu/boards
Pulled in mmc/mmc-next up to:
d293875 mmc: mvsdio: add pinctrl integration
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt b/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt new file mode 100644 index 000000000000..59476fbdbfa1 --- /dev/null +++ b/Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt @@ -0,0 +1,18 @@ +Broadcom BCM2835 SDHCI controller + +This file documents differences between the core properties described +by mmc.txt and the properties that represent the BCM2835 controller. + +Required properties: +- compatible : Should be "brcm,bcm2835-sdhci". +- clocks : The clock feeding the SDHCI controller. + +Example: + +sdhci: sdhci { + compatible = "brcm,bcm2835-sdhci"; + reg = <0x7e300000 0x100>; + interrupts = <2 30>; + clocks = <&clk_mmc>; + bus-width = <4>; +}; |