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@xxxxxxxxxxxxx> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- > 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!