mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
pinctrl: qcom: sc8180x: Fix wrong pin numbers
[ Upstream commit48ec733958] The pin numbers for UFS_RESET and SDC2_* are not consistent in the pinctrl driver for sc8180x. So fix it. Signed-off-by: Molly Sophia <mollysophia379@gmail.com> Fixes:97423113ec("pinctrl: qcom: Add sc8180x TLMM driver") Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220807122645.13830-3-mollysophia379@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cbafdbb6f6
commit
30fccb4fe4
@@ -530,10 +530,10 @@ DECLARE_MSM_GPIO_PINS(187);
|
||||
DECLARE_MSM_GPIO_PINS(188);
|
||||
DECLARE_MSM_GPIO_PINS(189);
|
||||
|
||||
static const unsigned int sdc2_clk_pins[] = { 190 };
|
||||
static const unsigned int sdc2_cmd_pins[] = { 191 };
|
||||
static const unsigned int sdc2_data_pins[] = { 192 };
|
||||
static const unsigned int ufs_reset_pins[] = { 193 };
|
||||
static const unsigned int ufs_reset_pins[] = { 190 };
|
||||
static const unsigned int sdc2_clk_pins[] = { 191 };
|
||||
static const unsigned int sdc2_cmd_pins[] = { 192 };
|
||||
static const unsigned int sdc2_data_pins[] = { 193 };
|
||||
|
||||
enum sc8180x_functions {
|
||||
msm_mux_adsp_ext,
|
||||
|
||||
Reference in New Issue
Block a user