projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6510223
)
soc: ti: wkup_m3: Add PRCM int16 as the wake up source
author
Keerthy
<j-keerthy@ti.com>
Mon, 12 Nov 2018 05:17:40 +0000
(10:47 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 19 Nov 2018 18:36:25 +0000
(10:36 -0800)
Add PRCM int16 as the wake up source.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/soc/ti/wkup_m3_ipc.c
patch
|
blob
|
history
diff --git
a/drivers/soc/ti/wkup_m3_ipc.c
b/drivers/soc/ti/wkup_m3_ipc.c
index
f5cb8c0
..
d65e361
100644
(file)
--- 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"},