diff options
author | Santhosh Kumar K <[email protected]> | 2023-11-24 10:20:19 +0530 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-12-07 13:50:29 +0000 |
commit | d19e5510c84db2cfb60aa187b1cb1a25cb23df52 (patch) | |
tree | 49d4b6235209bd30245320eddf471ac2a22530a3 | |
parent | 7ac5241eaec4c25dd5a78734ae3c33cb25c8bf97 (diff) |
dt-bindings: mfd: ti,am3359-tscadc: Allow dmas property to be optional
ADC module can function without DMA, so there may not be dma channel
always associated with device. Hence, remove "dmas", "dma-names" from list
of required properties.
Signed-off-by: Santhosh Kumar K <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml index 23a63265be3c..70b5dfce07d2 100644 --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml @@ -61,8 +61,6 @@ required: - interrupts - clocks - clock-names - - dmas - - dma-names additionalProperties: false |