Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c32c22ee authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Linus Walleij
Browse files

pinctrl: stm32: activate strict mux mode



This activates strict mode muxing for the STM32 pin controllers,
as these do not allow GPIO and functions to use the same pin
simultaneously.

Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0e028b49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -631,6 +631,7 @@ static const struct pinmux_ops stm32_pmx_ops = {
	.get_function_groups	= stm32_pmx_get_func_groups,
	.set_mux		= stm32_pmx_set_mux,
	.gpio_set_direction	= stm32_pmx_gpio_set_direction,
	.strict			= true,
};

/* Pinconf functions */