summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2020-03-04 13:20:05 +0100
committerFranck LENORMAND <franck.lenormand@nxp.com>2020-03-13 17:11:58 +0100
commit2ccb9a596aab4d465eb82e3b7e0d153e9f54bd7c (patch)
treee41dd375fda53be6894fe56fe321ba3c24b142ce /drivers/gpio
parentccf07c0822eb0d9fdd0251d92fb21a52a9be1ef0 (diff)
SSI-87: firmware: imx: Add APIs required for secvio
The Security Violation module requires SC API for the SECO, RM, MISC and IRQ. This patch does: - imx-scu-irq: Allow reuse of imx_scu_irq_get_status - seco: - Add imx_sc_seco_secvio_enable - Add imx_sc_seco_secvio_config - Add imx_sc_seco_secvio_dgo_config Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-mxc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio/gpio-mxc.c
index 1844dcc59443..3967edc3f156 100644
--- a/drivers/gpio/gpio-mxc.c
+++ b/drivers/gpio/gpio-mxc.c
@@ -28,7 +28,6 @@
#define IMX_SC_PAD_FUNC_GET_WAKEUP 9
#define IMX_SC_PAD_FUNC_SET_WAKEUP 4
#define IMX_SC_PAD_WAKEUP_OFF 0
-#define IMX_SC_IRQ_GROUP_WAKE 3
#define IMX_SC_IRQ_PAD (1 << 1)
#endif