commit | eff3ad6df7226a69adc31ddcab66541761eb7172 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Mon Nov 08 11:42:44 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 26 11:36:42 2021 +0100 |
tree | 50e16fea655d6025a715c7519dc7ebf788b896be | |
parent | 1d14517ede8359aac42d2f62c72d65e8af08f71d [diff] |
drivers/pwm: stm32: use new pinctrl API Use the new pinctrl API to configure pins. Since STM32F1 series require pinctrl option and required register address is parent timer address in place of own node register address, use PINCTRL_DT_INST_CUSTOM_REG_DEFINE in place of usual PINCTRL_DT_INST_DEFINE for this specific series. Additionally, remove the automatic selection of PINMUX API. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>