Skip to content

Commit f04a286

Browse files
Anjana HariLinus Walleij
authored andcommitted
pinctrl: qcom: sc8280xp: Rectify UFS reset pins
UFS reset pin offsets are wrongly configured for SC8280XP, correcting the same for both UFS instances here. Signed-off-by: Anjana Hari <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Andrew Halaney <[email protected]> Tested-by: Andrew Halaney <[email protected]> # QDrive3 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent bee55f2 commit f04a286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/pinctrl/qcom/pinctrl-sc8280xp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,8 +1873,8 @@ static const struct msm_pingroup sc8280xp_groups[] = {
18731873
[225] = PINGROUP(225, hs3_mi2s, phase_flag, _, _, _, _, egpio),
18741874
[226] = PINGROUP(226, hs3_mi2s, phase_flag, _, _, _, _, egpio),
18751875
[227] = PINGROUP(227, hs3_mi2s, phase_flag, _, _, _, _, egpio),
1876-
[228] = UFS_RESET(ufs_reset, 0xf1004),
1877-
[229] = UFS_RESET(ufs1_reset, 0xf3004),
1876+
[228] = UFS_RESET(ufs_reset, 0xf1000),
1877+
[229] = UFS_RESET(ufs1_reset, 0xf3000),
18781878
[230] = SDC_QDSD_PINGROUP(sdc2_clk, 0xe8000, 14, 6),
18791879
[231] = SDC_QDSD_PINGROUP(sdc2_cmd, 0xe8000, 11, 3),
18801880
[232] = SDC_QDSD_PINGROUP(sdc2_data, 0xe8000, 9, 0),

0 commit comments

Comments
 (0)