Skip to content

Commit 444c638

Browse files
Anson HuangLiuHui-Jason
authored andcommitted
ENGR00274768-1 ARM: imx6q: update gint bit definitions of IOMUXC_GPR1
Need to use IOMUXC_GPR1_GINT bit for cpuidle driver, so update this bit's definitions. Signed-off-by: Anson Huang <[email protected]>
1 parent 04efe50 commit 444c638

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/linux/mfd/syscon/imx6q-iomuxc-gpr.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012 Freescale Semiconductor, Inc.
2+
* Copyright (C) 2012-2013 Freescale Semiconductor, Inc.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License version 2 as
@@ -122,7 +122,9 @@
122122
#define IMX6Q_GPR1_USB_OTG_ID_SEL_MASK BIT(13)
123123
#define IMX6Q_GPR1_USB_OTG_ID_SEL_ENET_RX_ER 0x0
124124
#define IMX6Q_GPR1_USB_OTG_ID_SEL_GPIO_1 BIT(13)
125-
#define IMX6Q_GPR1_GINT BIT(12)
125+
#define IMX6Q_GPR1_GINT_MASK BIT(12)
126+
#define IMX6Q_GPR1_GINT_CLEAR 0x0
127+
#define IMX6Q_GPR1_GINT_ASSERT BIT(12)
126128
#define IMX6Q_GPR1_ADDRS3_MASK (0x3 << 10)
127129
#define IMX6Q_GPR1_ADDRS3_32MB (0x0 << 10)
128130
#define IMX6Q_GPR1_ADDRS3_64MB (0x1 << 10)

0 commit comments

Comments
 (0)