aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/clock/vf610-clock.h
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-03-09 18:16:48 -0800
committerShawn Guo <shawnguo@kernel.org>2016-03-31 17:01:58 +0800
commit0da15d36a90f405541773e884b3264e0f94debd3 (patch)
tree98503df06ed250f4277bb4bf3437fe37829125dc /include/dt-bindings/clock/vf610-clock.h
parentclk: imx: clk-gate2: allow custom gate configuration (diff)
downloadwireguard-linux-0da15d36a90f405541773e884b3264e0f94debd3.tar.xz
wireguard-linux-0da15d36a90f405541773e884b3264e0f94debd3.zip
clk: imx: vf610: leave DDR clock on
To use STOP mode without putting DDR3 into self-refresh mode, we need to keep the DDR clock enabled. Use the new gate configuration with a value of 2 to make sure that the clock is enabled in RUN, WAIT and STOP mode. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/vf610-clock.h')
-rw-r--r--include/dt-bindings/clock/vf610-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h
index 56c16aaea112..cf2c00a06d10 100644
--- a/include/dt-bindings/clock/vf610-clock.h
+++ b/include/dt-bindings/clock/vf610-clock.h
@@ -195,6 +195,7 @@
#define VF610_CLK_SNVS 182
#define VF610_CLK_DAP 183
#define VF610_CLK_OCOTP 184
-#define VF610_CLK_END 185
+#define VF610_CLK_DDRMC 185
+#define VF610_CLK_END 186
#endif /* __DT_BINDINGS_CLOCK_VF610_H */