On Wed, Feb 19, 2025 at 03:29:03PM +0800, Xianwei Zhao wrote: > Update dt-binding document for GPIO interrupt controller > of Amlogic A4 and A5 SoCs > > Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> > --- > .../bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml > index a93744763787..03548ee695bd 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml > @@ -35,6 +35,9 @@ properties: > - amlogic,meson-sm1-gpio-intc > - amlogic,meson-a1-gpio-intc > - amlogic,meson-s4-gpio-intc > + - amlogic,a4-gpio-intc > + - amlogic,a4-gpio-ao-intc > + - amlogic,a5-gpio-intc > - amlogic,c3-gpio-intc > - amlogic,t7-gpio-intc > - const: amlogic,meson-gpio-intc > @@ -49,7 +52,7 @@ properties: > > amlogic,channel-interrupts: > description: Array with the upstream hwirq numbers > - minItems: 8 > + minItems: 2 There should be an if/then schema that retains 8 as the minimum for the existing cases. > maxItems: 12 > $ref: /schemas/types.yaml#/definitions/uint32-array > > > -- > 2.37.1 >