Re: [PATCH] dt-bindings: gpio: fairchild,74hc595: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2021-04-09 14:53:20
Also in:
linux-gpio
From: Rob Herring <robh@kernel.org>
Date: 2021-04-09 14:53:20
Also in:
linux-gpio
On Fri, 02 Apr 2021 14:19:58 +0200, Geert Uytterhoeven wrote:
Convert the Generic 8-bit shift register Device Tree binding documentation to json-schema. Rename from gpio-74x164 to fairchild,74hc595, as the former refers to the Linux driver, and not to a hardware name. Add the missing hog description. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- The original file did not contain license information, so I used the most popular/recommended one for DT bindings. I listed the original author of the bindings as maintainer. --- .../bindings/gpio/fairchild,74hc595.yaml | 77 +++++++++++++++++++ .../devicetree/bindings/gpio/gpio-74x164.txt | 27 ------- 2 files changed, 77 insertions(+), 27 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-74x164.txt
Reviewed-by: Rob Herring <robh@kernel.org>