pinctrl: stm32: Add STM32MP135 SoC support
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 23 Jul 2021 13:28:05 +0000 (15:28 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 10 Aug 2021 12:45:27 +0000 (14:45 +0200)
commita022135a19a1b2f8ee1f9e90d5d9de419543904c
tree948ababcd4b654e028dba19ce5256a06a1de95c6
parent510fc3487b09ad4a921e18c60de7e3c634eb6e4e
pinctrl: stm32: Add STM32MP135 SoC support

STM32MP135 SoC embeds 9 GPIO banks of 16 gpios each. Those GPIO
banks contain same features as STM32MP157 GPIO banks except that
each GPIO line of the STM32MP135 can be secured.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Acked-by: Arnd Bergmann <arnd@arndb.de
Link: https://lore.kernel.org/r/20210723132810.25728-3-alexandre.torgue@foss.st.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/Kconfig
drivers/pinctrl/stm32/Makefile
drivers/pinctrl/stm32/pinctrl-stm32mp135.c [new file with mode: 0644]