]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:13 +0000 (10:06 +0200)
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 ff44374a1a4e0ea4b90418c49514f7f39a7b79e8..9b34c666a902d05478e07ed454dfe469780b5431 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)