ARM: dts: am437x-gp-evm: disable DDR regulator in rtc-only/poweroff mode
authorTero Kristo <t-kristo@ti.com>
Thu, 11 Aug 2016 05:27:49 +0000 (10:57 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 26 Aug 2016 14:47:23 +0000 (07:47 -0700)
Without this, the memory will remain active during poweroff consuming
extra power.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-gp-evm.dts

index 94122de..5bcda26 100644 (file)
                        regulator-state-mem {
                                regulator-on-in-suspend;
                        };
+                       regulator-state-disk {
+                               regulator-off-in-suspend;
+                       };
                };
 
                dcdc5: regulator-dcdc5 {