OSDN Git Service

dt-bindings: gpio: Convert UniPhier GPIO to json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 22 Feb 2020 06:04:34 +0000 (15:04 +0900)
committerRob Herring <robh@kernel.org>
Wed, 26 Feb 2020 22:06:21 +0000 (16:06 -0600)
commit89099d1432843a7a6bbaac6d33e37365c9fe27ad
tree35e3002b8d6281581cf7f3cc229c76111ec6f931
parent4dcd55fd703183fe64c570c53cd7f8c9177f879c
dt-bindings: gpio: Convert UniPhier GPIO to json-schema

Convert the UniPhier GPIO controller binding to DT schema format.

I omitted the 'gpio-ranges' property because it is defined in the
dt-schema project (/schemas/gpio/gpio.yaml).

As of writing, the 'gpio-ranges-group-names' is not defined in that
file despite it is a common property described in
Documentation/devicetree/bindings/gpio/gpio.txt
So, I defined it in this schema.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/gpio/gpio-uniphier.txt [deleted file]
Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml [new file with mode: 0644]
MAINTAINERS