Skip to content

Commit 5d8ff95

Browse files
lumaglinusw
authored andcommitted
pinctrl: qcom: sm8250: correct sdc2_clk
Correct sdc2_clk pin definition (register offset is wrong, verified by the msm-4.19 driver). Fixes: 4e3ec9e ("pinctrl: qcom: Add sm8250 pinctrl driver.") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 921daee commit 5d8ff95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/qcom/pinctrl-sm8250.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ static const struct msm_pingroup sm8250_groups[] = {
13081308
[178] = PINGROUP(178, WEST, _, _, _, _, _, _, _, _, _),
13091309
[179] = PINGROUP(179, WEST, _, _, _, _, _, _, _, _, _),
13101310
[180] = UFS_RESET(ufs_reset, 0xb8000),
1311-
[181] = SDC_PINGROUP(sdc2_clk, 0x7000, 14, 6),
1311+
[181] = SDC_PINGROUP(sdc2_clk, 0xb7000, 14, 6),
13121312
[182] = SDC_PINGROUP(sdc2_cmd, 0xb7000, 11, 3),
13131313
[183] = SDC_PINGROUP(sdc2_data, 0xb7000, 9, 0),
13141314
};

0 commit comments

Comments
 (0)