On Fri, 21 Aug 2020 13:20:59 +0200, Geert Uytterhoeven wrote: > Convert the Renesas RZ/N1 Pin controller Device Tree binding > documentation to json-schema. > > 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. > > To be queued in sh-pfc for v5.10. > --- > .../bindings/pinctrl/renesas,rzn1-pinctrl.txt | 153 ------------------ > .../pinctrl/renesas,rzn1-pinctrl.yaml | 129 +++++++++++++++ > 2 files changed, 129 insertions(+), 153 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rzn1-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rzn1-pinctrl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>