]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00274768-1 ARM: imx6q: update gint bit definitions of IOMUXC_GPR1
authorAnson Huang <b20788@freescale.com>
Mon, 12 Aug 2013 21:13:52 +0000 (17:13 -0400)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:30 +0000 (09:54 +0800)
Need to use IOMUXC_GPR1_GINT bit for cpuidle driver, so update this
bit's definitions.

Signed-off-by: Anson Huang <b20788@freescale.com>
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h

index b6bdcd66c07d2e758ba677f9c9c1796ada542bc8..98a9f2ac8b7a0a7836b413a129c7312c14b7b659 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Freescale Semiconductor, Inc.
+ * Copyright (C) 2012-2013 Freescale Semiconductor, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
 #define IMX6Q_GPR1_USB_OTG_ID_SEL_MASK         BIT(13)
 #define IMX6Q_GPR1_USB_OTG_ID_SEL_ENET_RX_ER   0x0
 #define IMX6Q_GPR1_USB_OTG_ID_SEL_GPIO_1       BIT(13)
-#define IMX6Q_GPR1_GINT                                BIT(12)
+#define IMX6Q_GPR1_GINT_MASK                   BIT(12)
+#define IMX6Q_GPR1_GINT_CLEAR                  0x0
+#define IMX6Q_GPR1_GINT_ASSERT                 BIT(12)
 #define IMX6Q_GPR1_ADDRS3_MASK                 (0x3 << 10)
 #define IMX6Q_GPR1_ADDRS3_32MB                 (0x0 << 10)
 #define IMX6Q_GPR1_ADDRS3_64MB                 (0x1 << 10)