diff mbox series

[v2] dt-bindings: mfd: ti,am3359-tscadc: Allow dmas property to be optional

Message ID 20231124045019.21003-1-s-k6@ti.com
State Not Applicable
Headers show
Series [v2] dt-bindings: mfd: ti,am3359-tscadc: Allow dmas property to be optional | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Santhosh Kumar K Nov. 24, 2023, 4:50 a.m. UTC
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 <s-k6@ti.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
v2: Change the file prefix in $subject
    Collected the tags

v1: https://lore.kernel.org/linux-arm-kernel/20231122094747.34db981c@xps-13/T/#t

 Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 2 --
 1 file changed, 2 deletions(-)

Comments

Lee Jones Nov. 30, 2023, 2:07 p.m. UTC | #1
On Fri, 24 Nov 2023 10:20:19 +0530, Santhosh Kumar K wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: ti,am3359-tscadc: Allow dmas property to be optional
      commit: 968baa6a0c18a3bd0f5bb7c4b50ba3081e2a64cf

--
Lee Jones [李琼斯]
diff mbox series

Patch

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