summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-09-15 21:04:54 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:00:02 -0500
commitbcfc4a7a9456cede91c8e6b69016768e13117744 (patch)
tree921367844481d4a9c589691ce7855a5b2ca25648 /include/dt-bindings
parent32ede4dcfb304ec37820c1a59240130c0d5cf0e7 (diff)
ENGR00318063-7: ARM: imx6q: mmdc_ch_axi clock should be non-gateable
Per the updated CCM chapter, there is no gate for clock mmdc_ch1_axi. And there is a gate for mmdc_ch0_axi, but the gate also controls FABRIC clock, which means the gate cannot be gated anyway. That said, implementing these two clocks as gate does not make too much sense. Remove these two gate clocks by pointing IMX6QDL_CLK_MMDC_CH0_AXI and IMX6QDL_CLK_MMDC_CH1_AXI to the dividers. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx6qdl-clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h
index dd3a82a63784..2e3b39b85f05 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -109,8 +109,6 @@
#define IMX6QDL_CLK_VPU_AXI_PODF 99
#define IMX6QDL_CLK_CKO1_PODF 100
#define IMX6QDL_CLK_AXI 101
-#define IMX6QDL_CLK_MMDC_CH0_AXI_PODF 102
-#define IMX6QDL_CLK_MMDC_CH1_AXI_PODF 103
#define IMX6QDL_CLK_ARM 104
#define IMX6QDL_CLK_AHB 105
#define IMX6QDL_CLK_APBH_DMA 106