On Mon, 27 Apr 2020 21:22:59 +0200, Geert Uytterhoeven wrote: > Convert the Renesas General-Purpose Input/Output Ports (GPIO) Device > Tree binding documentation to json-schema. > > Drop the deprecated "renesas,gpio-rcar" compatible value. > Document missing properties. > Drop the first example, as it doesn't add much value. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > .../bindings/gpio/renesas,gpio-rcar.txt | 94 ------------ > .../bindings/gpio/renesas,rcar-gpio.yaml | 143 ++++++++++++++++++ > 2 files changed, 143 insertions(+), 94 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt > create mode 100644 Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml > Applied, thanks!