summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorBai Ping <ping.bai@nxp.com>2016-04-12 16:02:18 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitfdcccda746c499410c9fcdc67dcfba6c5f6301de (patch)
tree87acdb606b22e3efa1f950347f04058a83741851 /include/dt-bindings
parente6c87531a8e093f10e13076dec303e2b9b7c8089 (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/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx6ul-clock.h18
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 */