[PATCH v6 16/27] dt-bindings: interrupt-controller: Add support for sam9x7 aic

Varshini Rajendran posted 27 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH v6 16/27] dt-bindings: interrupt-controller: Add support for sam9x7 aic
Posted by Varshini Rajendran 1 month, 3 weeks ago
Document the support added for the Advanced interrupt controller(AIC)
chip in the sam9x7 SoC family.

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
Changes in v6:

 - Changed the compatible list to only sam9x7's. Removed the Acked-by
   tag as there is functional change in the patch.
---
 .../devicetree/bindings/interrupt-controller/atmel,aic.yaml      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
index d4658fe3867c..d671ed884c9e 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
@@ -23,6 +23,7 @@ properties:
       - atmel,sama5d3-aic
       - atmel,sama5d4-aic
       - microchip,sam9x60-aic
+      - microchip,sam9x7-aic
 
   reg:
     maxItems: 1
-- 
2.25.1
Re: [PATCH v6 16/27] dt-bindings: interrupt-controller: Add support for sam9x7 aic
Posted by Rob Herring 1 month, 3 weeks ago
On Mon, Jul 29, 2024 at 12:38:18PM +0530, Varshini Rajendran wrote:
> Document the support added for the Advanced interrupt controller(AIC)
> chip in the sam9x7 SoC family.

The diff tells us that. What would be useful is how it's different from 
prior designs. Number of interrupts for example...

> 
> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
> ---
> Changes in v6:
> 
>  - Changed the compatible list to only sam9x7's. Removed the Acked-by
>    tag as there is functional change in the patch.
> ---
>  .../devicetree/bindings/interrupt-controller/atmel,aic.yaml      | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
> index d4658fe3867c..d671ed884c9e 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
> @@ -23,6 +23,7 @@ properties:
>        - atmel,sama5d3-aic
>        - atmel,sama5d4-aic
>        - microchip,sam9x60-aic
> +      - microchip,sam9x7-aic
>  
>    reg:
>      maxItems: 1
> -- 
> 2.25.1
>