diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-05-06 11:00:06 +0200 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-05-07 15:18:40 +0200 |
| commit | d280b7cd7131fdfd1ecf09d1fb30d250a84ca16a (patch) | |
| tree | dffcdb255c756fa3dc8c4e732a884b6a4dc43f86 /drivers/pinctrl/qcom | |
| parent | 6e3556c542dba23220a9e748153c159bbc7671e1 (diff) | |
| download | linux-d280b7cd7131fdfd1ecf09d1fb30d250a84ca16a.tar.gz linux-d280b7cd7131fdfd1ecf09d1fb30d250a84ca16a.zip | |
pinctrl: qcom: nord: remove duplicated pin function
The qdss_cti function is initialized twice in the nord_functions array.
Remove the duplicate entry.
Fixes: c24dd0826f06 ("pinctrl: qcom: add the TLMM driver for the Nord platforms")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202605061633.BJLI5voT-lkp@intel.com/
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'drivers/pinctrl/qcom')
| -rw-r--r-- | drivers/pinctrl/qcom/pinctrl-nord.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-nord.c b/drivers/pinctrl/qcom/pinctrl-nord.c index f14361101bf4..7c21306e77ff 100644 --- a/drivers/pinctrl/qcom/pinctrl-nord.c +++ b/drivers/pinctrl/qcom/pinctrl-nord.c @@ -1417,7 +1417,6 @@ static const struct pinfunction nord_functions[] = { MSM_PIN_FUNCTION(prng_rosc0), MSM_PIN_FUNCTION(prng_rosc1), MSM_PIN_FUNCTION(pwrbrk_i_n), - MSM_PIN_FUNCTION(qdss_cti), MSM_PIN_FUNCTION(qdss), MSM_PIN_FUNCTION(qdss_cti), MSM_PIN_FUNCTION(qspi), |
