[PATCH v2 01/17] doc: dt-bindings: jz4780-dma: Update bindings to reflect driver changes

From: Paul Cercueil
Date: Wed Jul 18 2018 - 14:22:22 EST


The driver is now compatible with four SoCs: JZ4780, JZ4770, JZ4725B and
JZ4740.

Besides, it now expects the devicetree to supply a second memory
resource. This resource is mandatory on the newly supported SoCs.
For the JZ4780, new devicetree code must also provide it, although the
driver is still compatible with older devicetree binaries.

Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
Tested-by: Mathieu Malaterre <malat@xxxxxxxxxx>
---
Documentation/devicetree/bindings/dma/jz4780-dma.txt | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

v2: New patch in this series; regroups the changes made to the
jz4780-dma.txt doc file in the previous version of the patchset.

diff --git a/Documentation/devicetree/bindings/dma/jz4780-dma.txt b/Documentation/devicetree/bindings/dma/jz4780-dma.txt
index f25feee62b15..5d302b488e88 100644
--- a/Documentation/devicetree/bindings/dma/jz4780-dma.txt
+++ b/Documentation/devicetree/bindings/dma/jz4780-dma.txt
@@ -2,8 +2,13 @@

Required properties:

-- compatible: Should be "ingenic,jz4780-dma"
-- reg: Should contain the DMA controller registers location and length.
+- compatible: Should be one of:
+ * ingenic,jz4780-dma
+ * ingenic,jz4770-dma
+ * ingenic,jz4725b-dma
+ * ingenic,jz4740-dma
+- reg: Should contain the DMA channel registers location and length, followed
+ by the DMA controller registers location and length.
- interrupts: Should contain the interrupt specifier of the DMA controller.
- interrupt-parent: Should be the phandle of the interrupt controller that
- clocks: Should contain a clock specifier for the JZ4780 PDMA clock.
@@ -22,7 +27,8 @@ Example:

dma: dma@13420000 {
compatible = "ingenic,jz4780-dma";
- reg = <0x13420000 0x10000>;
+ reg = <0x13420000 0x400
+ 0x13421000 0x40>;

interrupt-parent = <&intc>;
interrupts = <10>;
--
2.11.0