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@xxxxxxxxx> > --- > 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@xxxxxxxxxx>