Skip to content

Commit d3692d9

Browse files
quic-kdybciolinusw
authored andcommitted
pinctrl: qcom: x1e80100: Fix special pin offsets
Remove the erroneus 0x100000 offset to prevent the boards from crashing on pin state setting, as well as for the intended state changes to take effect. Fixes: 05e4941 ("pinctrl: qcom: Add X1E80100 pinctrl driver") Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 166bf8a commit d3692d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/pinctrl/qcom/pinctrl-x1e80100.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,10 +1805,10 @@ static const struct msm_pingroup x1e80100_groups[] = {
18051805
[235] = PINGROUP(235, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
18061806
[236] = PINGROUP(236, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
18071807
[237] = PINGROUP(237, _, _, _, _, _, _, _, _, _),
1808-
[238] = UFS_RESET(ufs_reset, 0x1f9000),
1809-
[239] = SDC_QDSD_PINGROUP(sdc2_clk, 0x1f2000, 14, 6),
1810-
[240] = SDC_QDSD_PINGROUP(sdc2_cmd, 0x1f2000, 11, 3),
1811-
[241] = SDC_QDSD_PINGROUP(sdc2_data, 0x1f2000, 9, 0),
1808+
[238] = UFS_RESET(ufs_reset, 0xf9000),
1809+
[239] = SDC_QDSD_PINGROUP(sdc2_clk, 0xf2000, 14, 6),
1810+
[240] = SDC_QDSD_PINGROUP(sdc2_cmd, 0xf2000, 11, 3),
1811+
[241] = SDC_QDSD_PINGROUP(sdc2_data, 0xf2000, 9, 0),
18121812
};
18131813

18141814
static const struct msm_gpio_wakeirq_map x1e80100_pdc_map[] = {

0 commit comments

Comments
 (0)