[PATCH 1/8] dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID

Ryan.Wanner@microchip.com posted 8 patches 10 months, 1 week ago
There is a newer version of this series
[PATCH 1/8] dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID
Posted by Ryan.Wanner@microchip.com 10 months, 1 week ago
From: Ryan Wanner <Ryan.Wanner@microchip.com>

Add compatible string for SAMA7D65 SoC ChipID dt-bindings.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
---
 Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt
index 1a173e92bb137..d3821f651e728 100644
--- a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt
+++ b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt
@@ -2,6 +2,7 @@ Atmel system registers
 
 Chipid required properties:
 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"
+			"microchip,sama7d65-chipid"
 - reg : Should contain registers location and length
 
 PIT Timer required properties:
-- 
2.43.0
Re: [PATCH 1/8] dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID
Posted by Rob Herring 10 months ago
On Fri, Feb 14, 2025 at 11:08:14AM -0700, Ryan.Wanner@microchip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@microchip.com>
> 
> Add compatible string for SAMA7D65 SoC ChipID dt-bindings.
> 
> Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
> ---
>  Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring (Arm) <robh@kernel.org>

But please convert this to schema.

Rob