[RFC 2/5] dt: bcm2835-mmc bindings documentation
Piotr Król
piotr.krol at 3mdeb.com
Tue Oct 28 17:04:13 PDT 2014
Signed-off-by: Piotr Król <piotr.krol at 3mdeb.com>
---
.../devicetree/bindings/mmc/brcm,bcm2835-mmc.txt | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mmc/brcm,bcm2835-mmc.txt
diff --git a/Documentation/devicetree/bindings/mmc/brcm,bcm2835-mmc.txt b/Documentation/devicetree/bindings/mmc/brcm,bcm2835-mmc.txt
new file mode 100644
index 000000000000..06f0f98b03ed
--- /dev/null
+++ b/Documentation/devicetree/bindings/mmc/brcm,bcm2835-mmc.txt
@@ -0,0 +1,23 @@
+Broadcom BCM2835 Arasan EMMC 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-mmc".
+- clocks : The clock feeding the EMMC controller.
+- dmas : DMA specifiers for tx and rx dma.
+- dma-names: RX and TX DMA request names.
+
+Example:
+
+mmc: mmc at 7e300000 {
+ compatible = "brcm,bcm2835-mmc";
+ reg = <0x7e300000 0x100>;
+ interrupts = <2 30>;
+ clocks = <&clk_mmc>;
+ dmas = <&dma 5>,
+ <&dma 5>;
+ dma-names = "tx", "rx";
+ status = "disabled";
+}
--
2.1.1
More information about the linux-rpi-kernel
mailing list