2022-09-13 15:59:25

by Sergiu Moga

[permalink] [raw]
Subject: [PATCH v3 04/14] spi: dt-bindings: atmel,at91rm9200-spi: Add DMA related properties

The DT nodes of the SPI IP's may contain DMA related properties so
make sure that the binding is able to properly validate those as
well by making it aware of these optional properties.

Signed-off-by: Sergiu Moga <[email protected]>
Acked-by: Mark Brown <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---


v1 -> v2:
- Nothing, this patch was not here before


v2 -> v3:
- added Acked-by tags





.../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
index d85d54024b2e..4dd973e341e6 100644
--- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
@@ -34,6 +34,16 @@ properties:
clocks:
maxItems: 1

+ dmas:
+ items:
+ - description: TX DMA Channel
+ - description: RX DMA Channel
+
+ dma-names:
+ items:
+ - const: tx
+ - const: rx
+
atmel,fifo-size:
$ref: /schemas/types.yaml#/definitions/uint32
description: |
--
2.34.1


2022-09-16 09:14:52

by Claudiu Beznea

[permalink] [raw]
Subject: Re: [PATCH v3 04/14] spi: dt-bindings: atmel,at91rm9200-spi: Add DMA related properties

On 13.09.2022 17:21, Sergiu Moga wrote:
> The DT nodes of the SPI IP's may contain DMA related properties so
> make sure that the binding is able to properly validate those as
> well by making it aware of these optional properties.
>
> Signed-off-by: Sergiu Moga <[email protected]>
> Acked-by: Mark Brown <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Applied to at91-dt, thanks!

> ---
>
>
> v1 -> v2:
> - Nothing, this patch was not here before
>
>
> v2 -> v3:
> - added Acked-by tags
>
>
>
>
>
> .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
> index d85d54024b2e..4dd973e341e6 100644
> --- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
> +++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
> @@ -34,6 +34,16 @@ properties:
> clocks:
> maxItems: 1
>
> + dmas:
> + items:
> + - description: TX DMA Channel
> + - description: RX DMA Channel
> +
> + dma-names:
> + items:
> + - const: tx
> + - const: rx
> +
> atmel,fifo-size:
> $ref: /schemas/types.yaml#/definitions/uint32
> description: |