summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBai Ping <b51503@freescale.com>2015-04-10 19:15:58 +0800
committerJason Liu <r64343@freescale.com>2015-05-08 16:34:35 +0800
commit791965f9191e4ce75944bf31d9992e280d9edd74 (patch)
treee9a3f31c7595f18a17d10b23d075ab6a3a39c191 /include
parent845b457f4c8e17293cf6c2faf2a4fa7844225ec9 (diff)
MLK-10618: ARM: imx: fix the clock tree setting for i.MX6QP
According the latest Reference Manual of i.MX6QP, the GPU3d_AXI_CLOCK_ROOT and GPU2D_AXI_CLOCK_ROOT are derived from MMDC_CH0_AXI_CLOCK_ROOT. The origin GPU2D_AXI_CLOCK_ROOT in CCM is not used anymore, the origin GPU3D_AXI_CLOCK_ROOT in CCM is change to PRE_CLOCK_ROOT used by the PRE0/1/2/3. Tested-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.h3
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 4dfa7e76fa03..02c04f761f13 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -269,6 +269,7 @@
#define IMX6QDL_CLK_PRG1_AXI 260
#define IMX6QDL_CLK_PRG0_APB 261
#define IMX6QDL_CLK_PRG1_APB 262
-#define IMX6QDL_CLK_END 263
+#define IMX6QDL_CLK_PRE_AXI 263
+#define IMX6QDL_CLK_END 264
#endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */