summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-08-23 11:03:29 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 13:04:10 +0300
commit8924791b41199b7e8af843b925c8ef563a63d6b6 (patch)
treeb3b895185938586056b75ec5703ea0a359403165 /include
parentfa419ed9023c9012a2d60f36667b352850758537 (diff)
MLK-19305-1 soc: imx: add PAD wakeup support
Add PAD wakeup support for i.MX8 platforms with system controller present, with PAD wakeup feature enabled, the corresponding resource's power is no need to be kept enabled when linux suspend, thus save a sub-system's power consumption. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/soc/imx8/sc/svc/irq/api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/imx8/sc/svc/irq/api.h b/include/soc/imx8/sc/svc/irq/api.h
index bd1b7fcdd807..e416ffab5dbc 100644
--- a/include/soc/imx8/sc/svc/irq/api.h
+++ b/include/soc/imx8/sc/svc/irq/api.h
@@ -70,6 +70,7 @@
*/
/*@{*/
#define SC_IRQ_WDOG (1 << 0) /* Watchdog interrupt */
+#define SC_IRQ_PAD (1U << 1U) /*!< Pad wakeup */
/*@}*/
/*!