Re: [PATCH v3] dt-bindings: irqchip: renesas-intc-irqpin: Convert to json-schema

From: Rob Herring
Date: Thu May 14 2020 - 22:46:24 EST


On Wed, May 13, 2020 at 03:42:35PM +0200, Geert Uytterhoeven wrote:
> On Thu, May 7, 2020 at 9:55 AM Geert Uytterhoeven
> <geert+renesas@xxxxxxxxx> wrote:
> > From: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx>
> >
> > Convert the Renesas Interrupt Controller (INTC) for external pins Device
> > Tree binding documentation to json-schema.
> >
> > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx>
> > Co-developed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
>
> > --- /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