]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00275246-02: ARM: imx6sl: add imx6sl iomux-gpr field define
authorFugang Duan <B38611@freescale.com>
Wed, 14 Aug 2013 08:17:15 +0000 (16:17 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:39 +0000 (09:54 +0800)
Add imx6sl iomux-gpr register field define in "imx6q-iomuxc-gpr.h" header
file, which is not fully define all iomux-gpr registers and fields, only
add fec related macro define.

Signed-off-by: Fugang Duan <B38611@freescale.com>
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h

index 98a9f2ac8b7a0a7836b413a129c7312c14b7b659..3363488d9b8378e12e1a90c5471503abbdb41e0d 100644 (file)
 #define IMX6Q_GPR13_SATA_TX_LVL_1_240_V                (0x1f << 2)
 #define IMX6Q_GPR13_SATA_MPLL_CLK_EN           BIT(1)
 #define IMX6Q_GPR13_SATA_TX_EDGE_RATE          BIT(0)
+
+/* For imx6sl iomux gpr register field define */
+#define IMX6SL_GPR1_FEC_CLOCK_MUX1_SEL_MASK    (0x3 << 17)
+#define IMX6SL_GPR1_FEC_CLOCK_MUX2_SEL_MASK    (0x1 << 14)
+
 #endif /* __LINUX_IMX6Q_IOMUXC_GPR_H */