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

Commit cdbac734 authored by Matthew McClintock's avatar Matthew McClintock Committed by Linus Walleij
Browse files

pinctrl: qcom: ipq4019: fix the function enum for gpio mode



Without this, we would fail to set the mode to gpio if trying to
configure for that mode

Signed-off-by: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Acked-by: default avatarBjörn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5303f782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ DECLARE_QCA_GPIO_PINS(99);
		.pins = gpio##id##_pins,		\
		.npins = (unsigned)ARRAY_SIZE(gpio##id##_pins),	\
		.funcs = (int[]){			\
			qca_mux_NA, /* gpio mode */	\
			qca_mux_gpio, /* gpio mode */	\
			qca_mux_##f1,			\
			qca_mux_##f2,			\
			qca_mux_##f3,			\