diff options
author | Anson Huang <b20788@freescale.com> | 2014-09-04 13:47:32 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-01-15 21:17:13 -0600 |
commit | ba0571a4d80f5f1b2954be9c609af08ee688c773 (patch) | |
tree | 4221669f8840ef0cea627aaa97edfceaab470f1a /include/dt-bindings | |
parent | b8a917a0e882028745b4a193f4f5dcaf6ce37f17 (diff) |
ENGR00330009-1 ARM: imx: add gpt_3m clk for i.mx6qdl and i.mx6sx
Add gpt_3m clock for i.mx6qdl, as gpt can source clock
from OSC, some i.MX6 series SOCs has fixed divider of
8 for gpt clock, so here add a fix clk of gpt_3m, register
this clk for system timer in MSL.
Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx6qdl-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h index fc24b8c9012b..0a009ad5d14d 100644 --- a/include/dt-bindings/clock/imx6qdl-clock.h +++ b/include/dt-bindings/clock/imx6qdl-clock.h @@ -224,6 +224,7 @@ #define IMX6QDL_CLK_VIDEO_27M 213 #define IMX6QDL_CLK_DCIC1 214 #define IMX6QDL_CLK_DCIC2 215 -#define IMX6QDL_CLK_END 216 +#define IMX6QDL_CLK_GPT_3M 216 +#define IMX6QDL_CLK_END 217 #endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */ |