diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-01-13 06:33:16 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-01-21 10:20:48 +0100 |
commit | d00fdf694b11f53f25b243bcbdb850e7c369a7d0 (patch) | |
tree | bc0527017cc73e7c1c9cca7d516bedc64dc71346 | |
parent | dmaengine: zynqmp_dma: fix burst length configuration (diff) | |
download | linux-d00fdf694b11f53f25b243bcbdb850e7c369a7d0.tar.xz linux-d00fdf694b11f53f25b243bcbdb850e7c369a7d0.zip |
dt-bindings: fsl-imx-sdma: Add i.MX8MM/i.MX8MN/i.MX8MP compatible string
Add imx8mm/imx8mn/imx8mp sdma support.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1578893602-14395-1-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index 9d8bbac27d8b..c9e97409e853 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt @@ -10,6 +10,9 @@ Required properties: "fsl,imx6q-sdma" "fsl,imx7d-sdma" "fsl,imx8mq-sdma" + "fsl,imx8mm-sdma" + "fsl,imx8mn-sdma" + "fsl,imx8mp-sdma" The -to variants should be preferred since they allow to determine the correct ROM script addresses needed for the driver to work without additional firmware. |