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

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


On Thu, 7 May 2020 09:55:03 +0200, Geert Uytterhoeven 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>
> ---
> v3:
> - Take over from Kaneko-san,
> - Update license,
> - Fix title,
> - Remove standard descriptions,
> - reg: fix minItems, add descriptions,
> - interrupts: fix {min,max}Items,
> - sense-bitfield-width: add enum and default, use description,
> - control-parent: use description,
> - Make clocks and power-domains required on SH/R-Mobile,
> - Group interrupts in example,
>
> v2:
> - Correct Geert-san's E-mail address,
> - Delete Guennadi-san from the maintainer of this binding,
> - Give 'sense-bitfield-width' the uint32 type,
> - Describe 'control-parent' property as a boolean.
> ---
> .../renesas,intc-irqpin.txt | 62 ----------
> .../renesas,intc-irqpin.yaml | 108 ++++++++++++++++++
> 2 files changed, 108 insertions(+), 62 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.yaml
>

Applied, thanks!