Re: [PATCH v4] dt-bindings: gpio: stp: convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-06-10 16:27:22
Also in:
linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-10 16:27:22
Also in:
linux-gpio, lkml
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 <redacted> Acked-by: Linus Walleij <redacted> --- 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@kernel.org>