Skip to content

Commit c344131

Browse files
maulik-k-shahsmankad-oss
authored andcommitted
FROMLIST: Revert "pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now"
This reverts commit 602cb14 ("pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now"). PDC interrupts no more break GPIOs. PDC is now set to pass through mode which allows GPIO interrupts to setup as wakeup capable at PDC and pass them to GIC as SPIs. Update nwakeirq_map to reflect the GPIO to PDC irq map size. Link: https://lore.kernel.org/r/20260312-hamoa_pdc-v1-5-760c8593ce50@oss.qualcomm.com Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com> Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
1 parent b55dd9d commit c344131

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

drivers/pinctrl/qcom/pinctrl-x1e80100.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,9 +1839,7 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
18391839
.ngroups = ARRAY_SIZE(x1e80100_groups),
18401840
.ngpios = 239,
18411841
.wakeirq_map = x1e80100_pdc_map,
1842-
/* TODO: Enabling PDC currently breaks GPIO interrupts */
1843-
.nwakeirq_map = 0,
1844-
/* .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), */
1842+
.nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map),
18451843
.egpio_func = 9,
18461844
};
18471845

0 commit comments

Comments
 (0)