summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2015-03-03 11:14:45 +0800
committerFrank Li <Frank.Li@freescale.com>2015-04-24 23:01:23 +0800
commitd713c6e69ca53592ac61a8c924794ff562fafeee (patch)
tree31a466aabf3826ed3ec9014f19fc7b047a6b22a9 /include
parent6eb2b154e85c25d8c3ff3b64a17499d8d2bfd00a (diff)
MLK-10436-02: ARM: imx: Add gate clocks for i.MX6QP PRE0/1/2/3
There are four PRE engines embedded in i.MX6Q R2. The PRE0/1/2/3 gate clocks are derived from the gpu3d_axi clock. This patch adds the gate clocks. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> Signed-off-by: Bai Ping <b51503@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx6qdl-clock.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h
index 84c5c9740f7d..e7a9ad70be63 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -261,6 +261,10 @@
#define IMX6QDL_CLK_ECSPI_SEL 252
#define IMX6QDL_CLK_CAN_SEL 253
#define IMX6QDL_CLK_MMDC_CH1_AXI_CG 254
-#define IMX6QDL_CLK_END 255
+#define IMX6QDL_CLK_PRE0 255
+#define IMX6QDL_CLK_PRE1 256
+#define IMX6QDL_CLK_PRE2 257
+#define IMX6QDL_CLK_PRE3 258
+#define IMX6QDL_CLK_END 259
#endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */