mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-16 16:49:29 -05:00
Revert "pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now"
This reverts commit 602cb14e31 ("pinctrl: qcom: x1e80100: Bypass PDC
wakeup parent for now").
PDC interrupts no more break GPIOs PDC irqchip is updated to work for
pass through or secondary mode. Update nwakeirq_map to reflect the GPIO
to PDC irq map size.
Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
Link: https://patch.msgid.link/20260707-hamoa_pdc_v3-v4-6-dfd1f4a3ae89@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
f790ea0b69
commit
77fbc756d9
@@ -1836,9 +1836,7 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
|
||||
.ngroups = ARRAY_SIZE(x1e80100_groups),
|
||||
.ngpios = 239,
|
||||
.wakeirq_map = x1e80100_pdc_map,
|
||||
/* TODO: Enabling PDC currently breaks GPIO interrupts */
|
||||
.nwakeirq_map = 0,
|
||||
/* .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), */
|
||||
.nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map),
|
||||
.egpio_func = 9,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user