Skip to content
Snippets Groups Projects
Commit 601f3f03 authored by Vincent Palomares's avatar Vincent Palomares Committed by TreeHugger Robot
Browse files

arm64: dts: gs101-cpu: Increase CPU frequency during suspend/resume


Bug: 195663403
Change-Id: Ifa61be579a7439b6544d8a2bf3103652bc7bb9e5
Signed-off-by: default avatarVincent Palomares <paillon@google.com>
parent 703884a8
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,7 @@
/* max-freq is set in gs101-a0.dts and gs101-b0.dts */
min-freq = <300000>;
resume-freq = <1197000>;
#cooling-cells = <2>; /* min followed by max */
ect-coeff-index = <2>;
......@@ -275,6 +276,7 @@
max-freq = <2253000>;
min-freq = <400000>;
resume-freq = <1491000>;
#cooling-cells = <2>; /* min followed by max */
ect-coeff-index = <1>;
......@@ -294,6 +296,7 @@
/* max-freq is set in gs101-a0.dts and gs101-b0.dts */
min-freq = <500000>;
resume-freq = <1826000>;
#cooling-cells = <2>; /* min followed by max */
ect-coeff-index = <0>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment