Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03b10fec authored by Keerthy's avatar Keerthy Committed by Tony Lindgren
Browse files

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



Add PRCM int16 as the wake up source.

Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 65102238
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -57,6 +57,7 @@
static struct wkup_m3_ipc *m3_ipc_state;
static struct wkup_m3_ipc *m3_ipc_state;


static const struct wkup_m3_wakeup_src wakeups[] = {
static const struct wkup_m3_wakeup_src wakeups[] = {
	{.irq_nr = 16,	.src = "PRCM"},
	{.irq_nr = 35,	.src = "USB0_PHY"},
	{.irq_nr = 35,	.src = "USB0_PHY"},
	{.irq_nr = 36,	.src = "USB1_PHY"},
	{.irq_nr = 36,	.src = "USB1_PHY"},
	{.irq_nr = 40,	.src = "I2C0"},
	{.irq_nr = 40,	.src = "I2C0"},