]> git.itanic.dy.fi Git - linux-stable/commit
dt-bindings: dmaengine: dw-dmac: add protection control property
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 17 Nov 2018 16:17:20 +0000 (17:17 +0100)
committerVinod Koul <vkoul@kernel.org>
Sat, 24 Nov 2018 14:37:22 +0000 (20:07 +0530)
commit538098281ce884a51d2aa4ab445056a41741c6ad
treeb08bce2594dbfc9fb733977468783e103474780b
parent651022382c7f8da46cb4872a545ee1da6d097d2a
dt-bindings: dmaengine: dw-dmac: add protection control property

This patch for the DesignWare AHB Central
Direct Memory Access Controller adds the dma
protection control property:
"snps,dma-protection-control"

as well as the properties specific values defines into
a new include file: include/dt-bindings/dma/dw-dmac.h

Note: The protection control signals are one-to-one
mapped to the AHB HPROT[1:3] signals for this controller.
The HPROT0 (Data Access) is always hardwired to 1.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/snps-dma.txt
MAINTAINERS
include/dt-bindings/dma/dw-dmac.h [new file with mode: 0644]