Hi Sudeep, thanks for looking into this! On Thu, Jun 10, 2021 at 3:57 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote: > Convert the ARM VIC binding document to DT schema format using > json-schema. > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > +allOf: > + - $ref: /schemas/interrupt-controller.yaml# > + > +properties: > + compatible: > + oneOf: > + - const: arm,pl190-vic > + - const: arm,pl192-vic Please also add the legacy compatible arm,versatile-vic used in arch/arm/boot/dts/versatile-ab.dts (Missing in the old bindings, but used in DTS and drivers.) With that added: Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij