Merge tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fix from Linus Walleij: "A single fix for Qualcomm laptops that are affected by missing wakeup IRQs" * tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now
This commit is contained in:
@@ -1839,7 +1839,9 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
|
||||
.ngroups = ARRAY_SIZE(x1e80100_groups),
|
||||
.ngpios = 239,
|
||||
.wakeirq_map = x1e80100_pdc_map,
|
||||
.nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map),
|
||||
/* TODO: Enabling PDC currently breaks GPIO interrupts */
|
||||
.nwakeirq_map = 0,
|
||||
/* .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), */
|
||||
.egpio_func = 9,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user