Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions drivers/pinctrl/qcom/pinctrl-x1e80100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1839,9 +1839,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,
};

Expand Down