Commit 87276562 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents b31c4492 602cb14e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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,
};