summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFugang Duan <B38611@freescale.com>2015-04-27 17:17:06 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:22:44 -0500
commitc0bbe5b058baaaaca5993b073957f0b3c28f75f8 (patch)
treeb025aa97e953e2fd26180f28d83f0123b9bf3ba6 /include
parent9d87966e60ec11440a889acb9f0bfc8e5865d671 (diff)
MLK-10759-2 imx: imx6ul support enent2 and phy fixup for MII
1. add enet2 clock init 2. add micrel phy fixup for MII mode Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/syscon/imx6q-iomuxc-gpr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h b/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
index 5e84b9815a74..d4eea90f532d 100644
--- a/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
+++ b/include/linux/mfd/syscon/imx6q-iomuxc-gpr.h
@@ -471,5 +471,7 @@
#define IMX6UL_GPR1_ENET2_CLK_DIR (0x1 << 18)
#define IMX6UL_GPR1_ENET1_CLK_OUTPUT (0x1 << 17)
#define IMX6UL_GPR1_ENET2_CLK_OUTPUT (0x1 << 18)
+#define IMX6UL_GPR1_ENET_CLK_DIR (0x3 << 17)
+#define IMX6UL_GPR1_ENET_CLK_OUTPUT (0x3 << 17)
#endif /* __LINUX_IMX6Q_IOMUXC_GPR_H */