pinctrl: qcom: Fix wakeirq map by removing disconnected irqs for sm8150
authorMaulik Shah <maulik.shah@oss.qualcomm.com>
Tue, 28 Apr 2026 12:14:58 +0000 (17:44 +0530)
committerLinus Walleij <linusw@kernel.org>
Tue, 5 May 2026 09:27:27 +0000 (11:27 +0200)
commit52ac35b8a151446481496404af3a8e5e889b3c5a
tree5c229279e0becd110e7c67dedac153e9c1f3e7e1
parent9d69033ad967b6e09b1e5b30d1a32c6c4876465d
pinctrl: qcom: Fix wakeirq map by removing disconnected irqs for sm8150

PDC interrupts 122-125 were meant for ibi_i3c wakeup but sm8150 do not
support i3c. GPIOs 39,51,88 and 144 are also connected to different PDC
pin and already reflected in the wake irq map.

Remove the unsupported wakeup interrupts from the map.

Fixes: 90337380c809 ("pinctrl: qcom: sm8150: Specify PDC map")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
Signed-off-by: Navya Malempati <navya.malempati@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/qcom/pinctrl-sm8150.c