提交 8ba5905c 编写于 作者: P Patrice Chotard 提交者: Linus Walleij

pinctrl: st: activate strict mux mode

This activates strict mode muxing for the ST pin controllers,
as these do not allow GPIO and functions to use the same pin
simultaneously.
Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 92e963f5
...@@ -985,6 +985,7 @@ static struct pinmux_ops st_pmxops = { ...@@ -985,6 +985,7 @@ static struct pinmux_ops st_pmxops = {
.get_function_groups = st_pmx_get_groups, .get_function_groups = st_pmx_get_groups,
.set_mux = st_pmx_set_mux, .set_mux = st_pmx_set_mux,
.gpio_set_direction = st_pmx_set_gpio_direction, .gpio_set_direction = st_pmx_set_gpio_direction,
.strict = true,
}; };
/* Pinconf */ /* Pinconf */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册