diff options
author | Bai Ping <ping.bai@nxp.com> | 2016-04-12 16:02:18 +0800 |
---|---|---|
committer | Octavian Purdila <octavian.purdila@nxp.com> | 2017-02-23 15:21:29 +0200 |
commit | c873432b90330c7baeb4d68ed7d811b4239fb4fe (patch) | |
tree | 36dc91749f0ac898f93c5e69b9a3d34def661ea0 /include | |
parent | 27cff9da9076b4117c9e5d8133e052d065c6e940 (diff) |
MLK-12627-02 ARM: imx: clk: add clock support for imx6ull
The general architecture of i.MX6ULL is same as i.MX6UL. So
most of the clock driver code of i.MX6UL can be reused by
i.MX6ULL.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx6ul-clock.h | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/imx6ul-clock.h b/include/dt-bindings/clock/imx6ul-clock.h index fd8aee8f64ae..45954981b659 100644 --- a/include/dt-bindings/clock/imx6ul-clock.h +++ b/include/dt-bindings/clock/imx6ul-clock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freescale Semiconductor, Inc. + * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -235,7 +235,19 @@ #define IMX6UL_CLK_CSI_PODF 222 #define IMX6UL_CLK_PLL3_120M 223 #define IMX6UL_CLK_KPP 224 - -#define IMX6UL_CLK_END 225 +/* For i.MX6ULL */ +#define IMX6UL_CLK_ESAI_SEL 225 +#define IMX6UL_CLK_ESAI_PRED 226 +#define IMX6UL_CLK_ESAI_PODF 227 +#define IMX6UL_CLK_ESAI_EXTAL 228 +#define IMX6UL_CLK_ESAI_MEM 229 +#define IMX6UL_CLK_ESAI_IPG 230 +#define IMX6UL_CLK_DCP_CLK 231 +#define IMX6UL_CLK_EPDC_PRE_SEL 232 +#define IMX6UL_CLK_EPDC_SEL 233 +#define IMX6UL_CLK_EPDC_PODF 234 +#define IMX6UL_CLK_EPDC_ACLK 235 +#define IMX6UL_CLK_EPDC_PIX 236 +#define IMX6UL_CLK_END 237 #endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */ |