Message ID | 20231017091816.2490-2-mkumard@nvidia.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Support dma channel mask | expand |
On Tue, 17 Oct 2023 14:48:15 +0530, Mohan Kumar wrote: > Add dma-channel-mask binding doc support to nvidia,tegra210-adma > to reserve the adma channel usage > > Signed-off-by: Mohan Kumar <mkumard@nvidia.com> > --- > .../devicetree/bindings/dma/nvidia,tegra210-adma.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. Missing tags: Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml b/Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml index 4003dbe94940..877147e95ecc 100644 --- a/Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml +++ b/Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml @@ -53,6 +53,9 @@ properties: ADMA_CHn_CTRL register. const: 1 + dma-channel-mask: + maxItems: 1 + required: - compatible - reg
Add dma-channel-mask binding doc support to nvidia,tegra210-adma to reserve the adma channel usage Signed-off-by: Mohan Kumar <mkumard@nvidia.com> --- .../devicetree/bindings/dma/nvidia,tegra210-adma.yaml | 3 +++ 1 file changed, 3 insertions(+)