On Thu, Jun 10, 2021 at 10:01:35PM +0200, Linus Walleij wrote: > 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.) > Right, even arch/arm/boot/dts/ste-nomadik-stn8815.dtsi uses it, now pushed v2 > With that added: > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Thanks. -- Regards, Sudeep