summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2013-08-06 15:19:21 -0400
committerJason Liu <r64343@freescale.com>2013-08-23 07:30:09 +0800
commite788969251c729bdf77adef541197eb864346ac2 (patch)
tree12126615c6ea59fb3d800d65aa7ce36141bf6d0a /include
parentf8766810029044bdc4b086d9bda46cead81b332c (diff)
ENGR00274009 ARM: imx: gpt clk on i.mx6sl can NOT source from OSC
There is no OSC clock source option for gpt on i.mx6sl, it can only source from perclk, and perclk can be from OSC. As perclk is clock source of many low speed devices, set it to be from OSC, this can avoid freq varying when bus clk(ipg) is scaled. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx6sl-clock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6sl-clock.h b/include/dt-bindings/clock/imx6sl-clock.h
index b6f3eb97a210..5aabd426fc7c 100644
--- a/include/dt-bindings/clock/imx6sl-clock.h
+++ b/include/dt-bindings/clock/imx6sl-clock.h
@@ -143,7 +143,6 @@
#define IMX6SL_CLK_USDHC2 130
#define IMX6SL_CLK_USDHC3 131
#define IMX6SL_CLK_USDHC4 132
-#define IMX6SL_CLK_GPT_3M 133
-#define IMX6SL_CLK_CLK_END 134
+#define IMX6SL_CLK_CLK_END 133
#endif /* __DT_BINDINGS_CLOCK_IMX6SL_H */