]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dt-bindings: gpio: convert Atmel GPIO to json-schema
authorManikandan Muralidharan <manikandan.m@microchip.com>
Tue, 9 Jul 2024 09:23:53 +0000 (14:53 +0530)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 9 Jul 2024 11:24:55 +0000 (13:24 +0200)
commit337049890b8cbbb4fb527c58976ea19f4dc747a0
treef2a1950e31912f9b5a60c56138e23fcab1dc8826
parent91581c4b3f29e2e22aeb1a62e842d529ca638b2d
dt-bindings: gpio: convert Atmel GPIO to json-schema

Convert the Atmel GPIO controller binding document to DT schema format
using json-schema.
The at91 pinctrl driver uses "atmel,at91rm9200-gpio" compatible string
to find the number of active GPIO banks and identify the pinmux nodes.
"atmel,at91sam9x5-gpio" and "microchip,sam9x60-gpio" have additional
registers to handle drive-strength, slew-rate,  pull-down to drive the
pinmux configs.
The new compatible string "microchip,sam9x7-gpio" is added.

Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240709092354.191643-5-manikandan.m@microchip.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation/devicetree/bindings/gpio/atmel,at91rm9200-gpio.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/gpio/gpio_atmel.txt [deleted file]