Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition

The i2s2_data function is available on both gpio12 and gpio13. Fix the
groups definition.

Fixes: 6e261d1090d6 ("pinctrl: qcom: Add sm8250 lpass lpi pinctrl driver")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>

authored by

Luca Weiss and committed by
Linus Walleij
eabf273c b789889f

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
··· 73 73 static const char * const i2s1_data_groups[] = { "gpio8", "gpio9" }; 74 74 static const char * const wsa_swr_clk_groups[] = { "gpio10" }; 75 75 static const char * const wsa_swr_data_groups[] = { "gpio11" }; 76 - static const char * const i2s2_data_groups[] = { "gpio12", "gpio12" }; 76 + static const char * const i2s2_data_groups[] = { "gpio12", "gpio13" }; 77 77 78 78 static const struct lpi_pingroup sm8250_groups[] = { 79 79 LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),