]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: stm32: add pinctrl and pinmux interfaces
authorValentin Caron <valentin.caron@foss.st.com>
Mon, 22 Jul 2024 16:00:20 +0000 (18:00 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 14 Aug 2024 09:37:07 +0000 (11:37 +0200)
commit16ad2bc09efbcb9cb24f8d879ac218421cbef690
treed7afa553acec7d0ef8ab4dca2f25497859645ce6
parent5b19519d4e6ff70c8bd7fc50055c910e141fd5f8
rtc: stm32: add pinctrl and pinmux interfaces

STM32 RTC is capable to handle 3 specific pins of the soc.
"out1, out2 and out2_rmp". To handle this, we use pinctrl framework.
There is a single pin per group.

Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240722160022.454226-3-valentin.caron@foss.st.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/rtc-stm32.c