Re: [PATCH 2/8] dt-bindings: gpio: include common schema in GPIO controllers

From: Krzysztof Kozlowski
Date: Thu Sep 17 2020 - 02:58:40 EST


On Thu, 17 Sep 2020 at 08:40, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> Hi Krzysztof,
>
> On Wed, Sep 16, 2020 at 6:23 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
> > Include the common GPIO schema in GPIO controllers to be sure all common
> > properties are properly validated.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> Thanks for your patch!
>
> > ---
> > .../devicetree/bindings/gpio/brcm,xgs-iproc-gpio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/gpio-mxs.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/gpio-rda.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 1 +
> > Documentation/devicetree/bindings/gpio/qcom,wcd934x-gpio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/renesas,em-gio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 3 +++
> > .../devicetree/bindings/gpio/socionext,uniphier-gpio.yaml | 3 +++
> > Documentation/devicetree/bindings/gpio/xylon,logicvc-gpio.yaml | 3 +++
> > 13 files changed, 37 insertions(+)
>
> There are more binding files describing GPIO controllers outside the
> Documentation/devicetree/bindings/gpio/ subdirectory, cfr.
> 'git grep gpio-controller:.true -- "Doc*yaml"'

Oh, indeed. Thanks for spotting these. I will check them and send a follow up.

Best regards,
Krzysztof