On Wed, May 13, 2020 at 03:42:35PM +0200, Geert Uytterhoeven wrote: > On Thu, May 7, 2020 at 9:55 AM Geert Uytterhoeven > <[email protected]> wrote: > > From: Yoshihiro Kaneko <[email protected]> > > > > Convert the Renesas Interrupt Controller (INTC) for external pins Device > > Tree binding documentation to json-schema. > > > > Signed-off-by: Yoshihiro Kaneko <[email protected]> > > Co-developed-by: Geert Uytterhoeven <[email protected]> > > Signed-off-by: Geert Uytterhoeven <[email protected]> > > > --- /dev/null > > +++ > > b/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.yaml > > > + sense-bitfield-width: > > + allOf: > > + - $ref: /schemas/types.yaml#/definitions/uint32 > > + - enum: [2, 4] > > + default: 4 > > The "allOf" is no longer needed. Will remove for v4.
I'll fix up and apply. Rob

