2023-09-19 14:55:06

by Mihai Sain

[permalink] [raw]
Subject: [PATCH v4 1/2] dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

From: Andrei Simion <[email protected]>

Document device tree binding of SAMA5D29 Curiosity, from Microchip.

Signed-off-by: Andrei Simion <[email protected]>
Reviewed-by: Mihai Sain <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---
Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
index dfb8fd089197..89d75fbb1de4 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
@@ -79,6 +79,13 @@ properties:
- const: atmel,sama5d2
- const: atmel,sama5

+ - description: Microchip SAMA5D29 Curiosity
+ items:
+ - const: microchip,sama5d29-curiosity
+ - const: atmel,sama5d29
+ - const: atmel,sama5d2
+ - const: atmel,sama5
+
- items:
- const: atmel,sama5d27
- const: atmel,sama5d2
--
2.42.0


2023-09-25 18:10:26

by claudiu beznea

[permalink] [raw]
Subject: Re: [PATCH v4 1/2] dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity

Hi, Mihai,

On 19.09.2023 15:46, Mihai Sain wrote:
> From: Andrei Simion <[email protected]>
>
> Document device tree binding of SAMA5D29 Curiosity, from Microchip.
>
> Signed-off-by: Andrei Simion <[email protected]>

Your SoB should have been here to reflect that this has been upstreamed by
you. Keep it in mind for next time. I adjusted it for now.

> Reviewed-by: Mihai Sain <[email protected]>
> Acked-by: Conor Dooley <[email protected]>

Applied to at91-dt, thanks!