[PATCH v4] dt-bindings: interrupt-controller: Convert Atmel AIC to json-schema

Rob Herring robh at kernel.org
Mon Mar 4 05:38:52 PST 2024


On Thu, 22 Feb 2024 14:37:38 +0530, Dharma Balasubiramani wrote:
> Convert the Atmel AIC binding document to DT schema format using
> json-schema.
> 
> Signed-off-by: Dharma Balasubiramani <dharma.b at microchip.com>
> Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
> ---
> Changelog
> v3 -> v4
> - Move the allOf after "atmel,external-irqs" as it handles its restriction.
> v2 -> v3
> - Add constraints to the "atmel,external-irqs" property.
> - Move 'reg' before 'interrupt-controller' in the example.
> v1 -> v2
> - Drop the '|' as there is no formatting to preserve.
> - Remove unnecessary marketing statement from description.
> - Drop the description for interrupts and reg, it's obvious.
> - Put reg after compatible.
> - Drop comment in example.
> - Drop the example of device that is wired to an AIC as it's(dma) binding is
>   not yet available.
> ---
>  .../interrupt-controller/atmel,aic.txt        | 43 ---------
>  .../interrupt-controller/atmel,aic.yaml       | 89 +++++++++++++++++++
>  2 files changed, 89 insertions(+), 43 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt
>  create mode 100644 Documentation/devicetree/bindings/interrupt-controller/atmel,aic.yaml
> 

Applied, thanks!




More information about the linux-arm-kernel mailing list