diff mbox series

soc: ti: wkup_m3: Add PRCM int16 as the wake up source

Message ID 1541999860-14550-1-git-send-email-j-keerthy@ti.com (mailing list archive)
State New, archived
Headers show
Series soc: ti: wkup_m3: Add PRCM int16 as the wake up source | expand

Commit Message

J, KEERTHY Nov. 12, 2018, 5:17 a.m. UTC
Add PRCM int16 as the wake up source.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/soc/ti/wkup_m3_ipc.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Santosh Shilimkar Nov. 13, 2018, 6:50 p.m. UTC | #1
On 11/11/2018 9:17 PM, Keerthy wrote:
> Add PRCM int16 as the wake up source.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
Looks good.

Tony, Would you able to pick this up ?
Tony Lindgren Nov. 19, 2018, 6:36 p.m. UTC | #2
* Santosh Shilimkar <santosh.shilimkar@oracle.com> [181113 18:51]:
> On 11/11/2018 9:17 PM, Keerthy wrote:
> > Add PRCM int16 as the wake up source.
> > 
> > Signed-off-by: Keerthy <j-keerthy@ti.com>
> > ---
> Looks good.
> 
> Tony, Would you able to pick this up ?

Sure, aplying into omap-for-v4.21/driver thanks.

Tony
diff mbox series

Patch

diff --git a/drivers/soc/ti/wkup_m3_ipc.c b/drivers/soc/ti/wkup_m3_ipc.c
index f5cb8c0..d65e361 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"},