]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MLK-9723-3: include: imx6q-iomuxc-gpr: add bit description for MQS
authorShengjiu Wang <shengjiu.wang@freescale.com>
Mon, 29 Sep 2014 02:56:56 +0000 (10:56 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:36 +0000 (21:18 -0600)
Add MQS's bit description in gpr header file.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
(cherry picked from commit 1e576de4b46a0fadd1c8df7f08229ac759e765f5)

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

index 6506a637a7fc8a1ee941ebaeb835275e909788c7..dfbee1b2c64111d075449fc0ad0abc4035b4f04f 100644 (file)
 #define IMX6SX_GPR1_FEC_CLOCK_PAD_DIR_MASK      (0x3 << 17)
 #define IMX6SX_GPR1_FEC_CLOCK_MUX_SEL_EXT       (0x3 << 13)
 
+#define IMX6SX_GPR2_MQS_OVERSAMPLE_MASK                        (0x1 << 26)
+#define IMX6SX_GPR2_MQS_OVERSAMPLE_SHIFT               (26)
+#define IMX6SX_GPR2_MQS_EN_MASK                                (0x1 << 25)
+#define IMX6SX_GPR2_MQS_EN_SHIFT                       (25)
+#define IMX6SX_GPR2_MQS_SW_RST_MASK                    (0x1 << 24)
+#define IMX6SX_GPR2_MQS_SW_RST_SHIFT                   (24)
+#define IMX6SX_GPR2_MQS_CLK_DIV_MASK                   (0xFF << 16)
+#define IMX6SX_GPR2_MQS_CLK_DIV_SHIFT                  (16)
+
 #define IMX6SX_GPR4_FEC_ENET1_STOP_REQ         (0x1 << 3)
 #define IMX6SX_GPR4_FEC_ENET2_STOP_REQ         (0x1 << 4)