diff options
author | Keerthy <j-keerthy@ti.com> | 2018-11-12 10:47:40 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-19 10:36:25 -0800 |
commit | 03b10fecb92143aa2599180ee2efd3388fe6ecc0 (patch) | |
tree | 0c5a521e1aa8404f176d050c1eadd1fb9a721906 /drivers/soc/ti | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-03b10fecb92143aa2599180ee2efd3388fe6ecc0.tar.gz linux-03b10fecb92143aa2599180ee2efd3388fe6ecc0.tar.bz2 linux-03b10fecb92143aa2599180ee2efd3388fe6ecc0.zip |
soc: ti: wkup_m3: Add PRCM int16 as the wake up source
Add PRCM int16 as the wake up source.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/soc/ti')
-rw-r--r-- | drivers/soc/ti/wkup_m3_ipc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/wkup_m3_ipc.c b/drivers/soc/ti/wkup_m3_ipc.c index f5cb8c0af09f..d65e361c5de1 100644 --- a/drivers/soc/ti/wkup_m3_ipc.c +++ b/drivers/soc/ti/wkup_m3_ipc.c @@ -57,6 +57,7 @@ static struct wkup_m3_ipc *m3_ipc_state; static const struct wkup_m3_wakeup_src wakeups[] = { + {.irq_nr = 16, .src = "PRCM"}, {.irq_nr = 35, .src = "USB0_PHY"}, {.irq_nr = 36, .src = "USB1_PHY"}, {.irq_nr = 40, .src = "I2C0"}, |