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

Santhosh Kumar K s-k6 at ti.com
Thu Nov 23 20:50:19 PST 2023


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 at ti.com>
Reviewed-by: Miquel Raynal <miquel.raynal at bootlin.com>
Acked-by: Conor Dooley <conor.dooley at 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(-)

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
 
-- 
2.34.1




More information about the linux-arm-kernel mailing list