]> asedeno.scripts.mit.edu Git - linux.git/blob - include/linux/platform_data/pinctrl-single.h
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / include / linux / platform_data / pinctrl-single.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /**
3  * irq:         optional wake-up interrupt
4  * rearm:       optional soc specific rearm function
5  *
6  * Note that the irq and rearm setup should come from device
7  * tree except for omap where there are still some dependencies
8  * to the legacy PRM code.
9  */
10 struct pcs_pdata {
11         int irq;
12         void (*rearm)(void);
13 };