Commit 87276562 authored by Linus Torvalds's avatar Linus Torvalds

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
parents b31c4492 602cb14e
...@@ -1839,7 +1839,9 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = { ...@@ -1839,7 +1839,9 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
.ngroups = ARRAY_SIZE(x1e80100_groups), .ngroups = ARRAY_SIZE(x1e80100_groups),
.ngpios = 239, .ngpios = 239,
.wakeirq_map = x1e80100_pdc_map, .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, .egpio_func = 9,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment