diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-02-22 07:04:34 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-02-26 23:06:21 +0100 |
commit | 89099d1432843a7a6bbaac6d33e37365c9fe27ad (patch) | |
tree | 35e3002b8d6281581cf7f3cc229c76111ec6f931 /MAINTAINERS | |
parent | dt-bindings: arm: Convert UniPhier board/SoC bindings to json-schema (diff) | |
download | linux-89099d1432843a7a6bbaac6d33e37365c9fe27ad.tar.xz linux-89099d1432843a7a6bbaac6d33e37365c9fe27ad.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 67402bb4cdc4..56fe62c1b1f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2547,7 +2547,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git S: Maintained F: Documentation/devicetree/bindings/arm/socionext/uniphier.yaml -F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt +F: Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt F: arch/arm/boot/dts/uniphier* F: arch/arm/include/asm/hardware/cache-uniphier.h |