Skip to content

Commit 37aef53

Browse files
stephan-ghvinodkoul
authored andcommitted
dt-bindings: dmaengine: bam_dma: Add "powered remotely" mode
In some configurations, the BAM DMA controller is set up by a remote processor and the local processor can simply start making use of it without setting up the BAM. This is already supported using the "qcom,controlled-remotely" property. However, for some reason another possible configuration is that the remote processor is responsible for powering up the BAM, but we are still responsible for initializing it (e.g. resetting it etc). Add a "qcom,powered-remotely" property to describe that configuration. Signed-off-by: Stephan Gerhold <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Bhupesh Sharma <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 07c609c commit 37aef53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/dma/qcom_bam_dma.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Required properties:
1515
the secure world.
1616
- qcom,controlled-remotely : optional, indicates that the bam is controlled by
1717
remote proccessor i.e. execution environment.
18+
- qcom,powered-remotely : optional, indicates that the bam is powered up by
19+
a remote processor but must be initialized by the local processor.
1820
- num-channels : optional, indicates supported number of DMA channels in a
1921
remotely controlled bam.
2022
- qcom,num-ees : optional, indicates supported number of Execution Environments

0 commit comments

Comments
 (0)