Skip to content

Commit f295cdc

Browse files
yuanjieyang-qualcommshashim-quic
authored andcommitted
FROMLIST: pinctrl: qcom: correct the ngpios entry for QCS615
Correct the ngpios entry to account for the UFS_RESET pin being exported as a GPIO in addition to the real GPIOs, allowing the UFS driver to toggle it. Fixes: b698f36 ("pinctrl: qcom: add the tlmm driver for QCS615 platform") Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/all/20241219-correct_gpio_ranges-v2-3-19af8588dbd0@quicinc.com/ Signed-off-by: Yuanjie Yang <quic_yuanjiey@quicinc.com>
1 parent 82f2b0b commit f295cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/qcom/pinctrl-qcs615.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ static const struct msm_pinctrl_soc_data qcs615_tlmm = {
10621062
.nfunctions = ARRAY_SIZE(qcs615_functions),
10631063
.groups = qcs615_groups,
10641064
.ngroups = ARRAY_SIZE(qcs615_groups),
1065-
.ngpios = 123,
1065+
.ngpios = 124,
10661066
.tiles = qcs615_tiles,
10671067
.ntiles = ARRAY_SIZE(qcs615_tiles),
10681068
.wakeirq_map = qcs615_pdc_map,

0 commit comments

Comments
 (0)