On Fri, 21 Aug 2020 13:19:56 +0200, Geert Uytterhoeven wrote: > Convert the Renesas RZ/A1 combined Pin and GPIO controller Device Tree > binding documentation to json-schema. > > Rename "rza1-pinctrl" to "rza1-ports", to match the compatible value > scheme. > Use "pinctrl" generic node name. > Drop generic and consumer examples, as they do not belong here. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Note: "phandle: true" is needed because dt-schema does not add it > automatically to subnodes. > > This depends on "[PATCH] pinctrl: rza1: Switch to using "output-enable". > To be queued in sh-pfc for v5.10. > --- > .../bindings/pinctrl/renesas,rza1-pinctrl.txt | 222 ------------------ > .../bindings/pinctrl/renesas,rza1-ports.yaml | 190 +++++++++++++++ > 2 files changed, 190 insertions(+), 222 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>