diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-10 18:05:05 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-08-31 06:26:54 +0200 |
commit | b7d2648ac3d4da3ae27f65f14958d2130cdf30ac (patch) | |
tree | 06aa50b984d9e32bbd37956d2170c2e7ed01c858 /Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | |
parent | dmaengine: imx-sdma: (trivial) fix a typo (diff) | |
download | linux-b7d2648ac3d4da3ae27f65f14958d2130cdf30ac.tar.xz linux-b7d2648ac3d4da3ae27f65f14958d2130cdf30ac.zip |
dmaengine: imx-sdma: Add i.MX7 support
Allow i.MX7 to work with the imx-sdma driver.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index 175f0e44ed85..3c9a57a8443b 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt @@ -8,6 +8,7 @@ Required properties: "fsl,imx51-sdma" "fsl,imx53-sdma" "fsl,imx6q-sdma" + "fsl,imx7d-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. |