summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-04-02 10:51:55 +0800
committerJason Liu <r64343@freescale.com>2015-05-08 17:23:53 +0800
commit93baa1afb6e9e05a3dc34f73184eea8d160a04fb (patch)
treecdbafd96bc9244fa494f54ebfdf6b4e90309f455 /include
parent216a182a2455a2ec5924816709b06679bcb72ecd (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 */