On Thu, 03 Jun 2021 15:59:45 +0200, Aleksander Jan Bajkowski wrote: > Convert the Lantiq STP Device Tree binding documentation to json-schema. > Add the missing pinctrl property to the example. Add missing lantiq,phy3 > and lantiq,phy4 bindings for xRX300 and xRX330 SoCs. > > Signed-off-by: Aleksander Jan Bajkowski <olek2@xxxxx> > Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > Changes since v3: > - Removed description of the reg property. > - Changed regex pattern property. > - Moved lantiq,rising to properties. > Changes since v2: > - Changed phy numbering in description of pattern Properties. Numbering > should start with 1. > Changes since v1: > - Renamed node to gpio. > - Dropped default pinctrl from this binding. > - Converted lantiq,phyX to patternProperties. > --- > .../bindings/gpio/gpio-stp-xway.txt | 42 -------- > .../bindings/gpio/gpio-stp-xway.yaml | 99 +++++++++++++++++++ > 2 files changed, 99 insertions(+), 42 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-stp-xway.txt > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-stp-xway.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>