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>
This commit is contained in:
Stefan Agner
2016-03-09 18:16:48 -08:00
committed by Shawn Guo
parent 456829228f
commit 0da15d36a9
2 changed files with 5 additions and 1 deletions

View File

@@ -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 */