Commit 85b1304b authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Nicolas Ferre

ARM: dts: at91: sama7g5ek: set regulator voltages for standby state

Set regulator voltages for standby state to avoid wrong behavior of
system while in standby. The CPU voltage has been chosen as being the
one corresponding to OPP=600MHz. Next commit will set the 600MHz OPP
as the suspend OPP.
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220113144900.906370-8-claudiu.beznea@microchip.com
parent 279d626d
...@@ -251,6 +251,7 @@ vdd_3v3: VDD_IO { ...@@ -251,6 +251,7 @@ vdd_3v3: VDD_IO {
regulator-state-standby { regulator-state-standby {
regulator-on-in-suspend; regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
regulator-mode = <4>; regulator-mode = <4>;
}; };
...@@ -291,6 +292,7 @@ vddcore: VDD_CORE { ...@@ -291,6 +292,7 @@ vddcore: VDD_CORE {
regulator-state-standby { regulator-state-standby {
regulator-on-in-suspend; regulator-on-in-suspend;
regulator-suspend-voltage = <1150000>;
regulator-mode = <4>; regulator-mode = <4>;
}; };
...@@ -311,6 +313,7 @@ vddcpu: VDD_OTHER { ...@@ -311,6 +313,7 @@ vddcpu: VDD_OTHER {
regulator-state-standby { regulator-state-standby {
regulator-on-in-suspend; regulator-on-in-suspend;
regulator-suspend-voltage = <1050000>;
regulator-mode = <4>; regulator-mode = <4>;
}; };
...@@ -327,6 +330,7 @@ vldo1: LDO1 { ...@@ -327,6 +330,7 @@ vldo1: LDO1 {
regulator-always-on; regulator-always-on;
regulator-state-standby { regulator-state-standby {
regulator-suspend-voltage = <1800000>;
regulator-on-in-suspend; regulator-on-in-suspend;
}; };
...@@ -341,6 +345,7 @@ vldo2: LDO2 { ...@@ -341,6 +345,7 @@ vldo2: LDO2 {
regulator-max-microvolt = <3700000>; regulator-max-microvolt = <3700000>;
regulator-state-standby { regulator-state-standby {
regulator-suspend-voltage = <1800000>;
regulator-on-in-suspend; regulator-on-in-suspend;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment