2023-07-28 11:02:35

by Varshini Rajendran

[permalink] [raw]
Subject: [PATCH v3 18/50] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc

Add microchip,sam9x7-ssc to DT bindings documentation.

Signed-off-by: Varshini Rajendran <[email protected]>
---
Documentation/devicetree/bindings/misc/atmel-ssc.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
index f9fb412642fe..894875826de9 100644
--- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
+++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
@@ -2,6 +2,7 @@

Required properties:
- compatible: "atmel,at91rm9200-ssc" or "atmel,at91sam9g45-ssc"
+ or "microchip,sam9x7-ssc", "atmel,at91sam9g45-ssc"
- atmel,at91rm9200-ssc: support pdc transfer
- atmel,at91sam9g45-ssc: support dma transfer
- reg: Should contain SSC registers location and length
--
2.25.1



2023-07-28 13:14:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v3 18/50] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc

On 28/07/2023 12:26, Varshini Rajendran wrote:
> Add microchip,sam9x7-ssc to DT bindings documentation.
>
> Signed-off-by: Varshini Rajendran <[email protected]>
> ---
> Documentation/devicetree/bindings/misc/atmel-ssc.txt | 1 +


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof