Re: [PATCH] pinctrl: qcom: Fix PINGROUP defination for sm8750

From: Melody Olvera
Date: Thu Apr 24 2025 - 13:00:03 EST




On 4/23/2025 9:47 PM, Maulik Shah wrote:
On newer SoCs intr_target_bit position is at 8 instead of 5. Fix it.

Also add missing intr_wakeup_present_bit and intr_wakeup_enable_bit which
enables forwarding of GPIO interrupts to parent PDC interrupt controller.

Fixes: afe9803e3b82 ("pinctrl: qcom: Add sm8750 pinctrl driver")
Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
---
drivers/pinctrl/qcom/pinctrl-sm8750.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Melody Olvera <melody.olvera@xxxxxxxxxxxxxxxx>