Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: qcom: correct the ngpios entry for QCS8300

Correct the ngpios entry to account for the UFS_RESET pin, which is
expected to be wired to the reset pin of the primary UFS memory and is
exported as GPIOs in addition to the real GPIOs, allowing the UFS driver
to toggle it.

Fixes: 0c4cd2cc87c8 ("pinctrl: qcom: add the tlmm driver for QCS8300 platforms")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/20250506-correct_gpio_ranges-v3-4-49a7d292befa@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lijuan Gao and committed by
Linus Walleij
32b5361a d18cdb97

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-qcs8300.c
··· 1204 1204 .nfunctions = ARRAY_SIZE(qcs8300_functions), 1205 1205 .groups = qcs8300_groups, 1206 1206 .ngroups = ARRAY_SIZE(qcs8300_groups), 1207 - .ngpios = 133, 1207 + .ngpios = 134, 1208 1208 .wakeirq_map = qcs8300_pdc_map, 1209 1209 .nwakeirq_map = ARRAY_SIZE(qcs8300_pdc_map), 1210 1210 .egpio_func = 11,