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 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: b698f36a9d40 ("pinctrl: qcom: add the tlmm driver for QCS615 platform")
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-3-49a7d292befa@quicinc.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lijuan Gao and committed by
Linus Walleij
d18cdb97 b4b6c80e

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-qcs615.c
··· 1062 1062 .nfunctions = ARRAY_SIZE(qcs615_functions), 1063 1063 .groups = qcs615_groups, 1064 1064 .ngroups = ARRAY_SIZE(qcs615_groups), 1065 - .ngpios = 123, 1065 + .ngpios = 124, 1066 1066 .tiles = qcs615_tiles, 1067 1067 .ntiles = ARRAY_SIZE(qcs615_tiles), 1068 1068 .wakeirq_map = qcs615_pdc_map,