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

Mihai Sain posted 2 patches 1 year, 1 month ago
[PATCH v4 1/2] dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity
Posted by Mihai Sain 1 year, 1 month ago
From: Andrei Simion <andrei.simion@microchip.com>

Document device tree binding of SAMA5D29 Curiosity, from Microchip.

Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Reviewed-by: Mihai Sain <mihai.sain@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
 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
Re: [PATCH v4 1/2] dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity
Posted by claudiu beznea 1 year, 1 month ago
Hi, Mihai,

On 19.09.2023 15:46, Mihai Sain wrote:
> From: Andrei Simion <andrei.simion@microchip.com>
> 
> Document device tree binding of SAMA5D29 Curiosity, from Microchip.
> 
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>

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 <mihai.sain@microchip.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Applied to at91-dt, thanks!