summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-04-02 10:51:55 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:22:23 -0500
commit7709838d4dd7fbf7a986cc28586f88991bf1a29e (patch)
treed6ae1bcc8b2fe638d89db387093147ce2b39edf1 /include
parent2b54da58b589a2d43c9be59ab8f4acc44789fad9 (diff)
MLK-10547-2 ARM: imx: correct dram pll type
DRAM PLL is a audio/video type PLL, need to correct it to get correct ops of PLL. There is a test_div placed before DRAM PLL's gate, so add this test div clk. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx7d-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h
index 3d1b5670545b..76da26b3d617 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -445,5 +445,6 @@
#define IMX7D_PLL_VIDEO_POST_DIV 432
#define IMX7D_MU_ROOT_CLK 433
#define IMX7D_SEMA4_HS_ROOT_CLK 434
-#define IMX7D_END_CLK 435
+#define IMX7D_PLL_DRAM_TEST_DIV 435
+#define IMX7D_END_CLK 436
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */