summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/imx6ul-clock.h
diff options
context:
space:
mode:
authorBai Ping2016-11-14 08:04:22 +0100
committerShawn Guo2016-11-15 01:55:36 +0100
commit73cd5e53caba2425f5b73ad0950544d1168ad27b (patch)
treee3b94a4233e7094245d55fd1b6630fd870b1a871 /include/dt-bindings/clock/imx6ul-clock.h
parentclk: imx6: Fix procedure to switch the parent of LDB_DI_CLK (diff)
downloadkernel-qcow2-linux-73cd5e53caba2425f5b73ad0950544d1168ad27b.tar.gz
kernel-qcow2-linux-73cd5e53caba2425f5b73ad0950544d1168ad27b.tar.xz
kernel-qcow2-linux-73cd5e53caba2425f5b73ad0950544d1168ad27b.zip
clk: imx: clk-imx6ul: add clk support for imx6ull
imx6ull is the derived SoC from imx6ul Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Bai Ping <ping.bai@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/imx6ul-clock.h')
-rw-r--r--include/dt-bindings/clock/imx6ul-clock.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6ul-clock.h b/include/dt-bindings/clock/imx6ul-clock.h
index fd8aee8f64ae..ee9f1a508d2f 100644
--- a/include/dt-bindings/clock/imx6ul-clock.h
+++ b/include/dt-bindings/clock/imx6ul-clock.h
@@ -236,6 +236,19 @@
#define IMX6UL_CLK_PLL3_120M 223
#define IMX6UL_CLK_KPP 224
-#define IMX6UL_CLK_END 225
+/* For i.MX6ULL */
+#define IMX6ULL_CLK_ESAI_PRED 225
+#define IMX6ULL_CLK_ESAI_PODF 226
+#define IMX6ULL_CLK_ESAI_EXTAL 227
+#define IMX6ULL_CLK_ESAI_MEM 228
+#define IMX6ULL_CLK_ESAI_IPG 229
+#define IMX6ULL_CLK_DCP_CLK 230
+#define IMX6ULL_CLK_EPDC_PRE_SEL 231
+#define IMX6ULL_CLK_EPDC_SEL 232
+#define IMX6ULL_CLK_EPDC_PODF 233
+#define IMX6ULL_CLK_EPDC_ACLK 234
+#define IMX6ULL_CLK_EPDC_PIX 235
+#define IMX6ULL_CLK_ESAI_SEL 236
+#define IMX6UL_CLK_END 237
#endif /* __DT_BINDINGS_CLOCK_IMX6UL_H */