diff options
author | Peng Ma <peng.ma@nxp.com> | 2019-05-06 12:03:44 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 16:03:05 +0300 |
commit | 781f9f30312625a13c999e2cff429989e2275e55 (patch) | |
tree | 8c3e4840bc4d1393e45b703acff894929a7a6230 /Documentation/devicetree/bindings | |
parent | bee0aa5704d8c9353b4c230f2613906aadd979c2 (diff) | |
download | linux-781f9f30312625a13c999e2cff429989e2275e55.tar.xz |
dt-bindings: fsl-qdma: Add LS1028A qDMA bindings
Add LS1028A qDMA controller bindings to fsl-qdma bindings.
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl-qdma.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-qdma.txt b/Documentation/devicetree/bindings/dma/fsl-qdma.txt index 6a0ff9059e72..da371c4d406c 100644 --- a/Documentation/devicetree/bindings/dma/fsl-qdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-qdma.txt @@ -7,6 +7,7 @@ Required properties: - compatible: Must be one of "fsl,ls1021a-qdma": for LS1021A Board + "fsl,ls1028a-qdma": for LS1028A Board "fsl,ls1043a-qdma": for ls1043A Board "fsl,ls1046a-qdma": for ls1046A Board - reg: Should contain the register's base address and length. |