ARM: dts: msm: Set no memory retention on msmcobalt
Currently, certain memories are set to retain their contents even after clocks are off. Here, we set the no memory retention flags for the associated clocks, to save power. CRs-Fixed: 1044381 Change-Id: I632086bebf11802d08acb0189f848fb1426b41b8 Signed-off-by: Chinmay Sawarkar <chinmays@codeaurora.org>
This commit is contained in:
parent
050ef43ec7
commit
d9b61da002
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
<&clock_mmss clk_mmss_video_subcore0_clk>,
|
||||
<&clock_mmss clk_mmss_video_subcore1_clk>;
|
||||
qcom,clock-configs = <0x0 0x0 0x0 0x0 0x0 0x0
|
||||
0x1 0x0 0x0 0x0 0x1 0x1>;
|
||||
0x3 0x0 0x2 0x2 0x3 0x3>;
|
||||
|
||||
/* Buses */
|
||||
bus_cnoc {
|
||||
|
@ -233,6 +233,7 @@
|
|||
<&clock_mmss clk_mmss_vmem_maxi_clk>;
|
||||
clock-names = "mnoc_ahb","mnoc_maxi",
|
||||
"ahb", "maxi";
|
||||
clock-config = <0x0 0x0 0x0 0x1>;
|
||||
|
||||
qcom,msm-bus,name = "vmem";
|
||||
qcom,msm-bus,num-cases = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue