summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexpai <alexpai@google.com>2023-11-29 10:16:18 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-05 08:01:37 +0000
commit606c2aaa131a9d856280be2ede6f323636448193 (patch)
treea12a5b6ece9d68cba37aed18b1a98ec3e39961f9
parent70ab681c7ca81f41d416cb036257a4210758251c (diff)
downloadshusky-606c2aaa131a9d856280be2ede6f323636448193.tar.gz
arm64/dts: shusky: Lower PMQoS CPU0/CPU1 freq to prevent brownout
Change CPUCL0 and CPUCL1 frequency cap during BATOILO to prevent brownouts occurring in the field. Bug: 310850377 Change-Id: Ide741354a01687e6c0fec2828c04db712e0cda85 Signed-off-by: Alex Pai <alexpai@google.com>
-rw-r--r--dts/google/zuma-ripcurrent-bcl.dtsi4
-rw-r--r--dts/google/zuma-shusky-bcl.dtsi4
2 files changed, 4 insertions, 4 deletions
diff --git a/dts/google/zuma-ripcurrent-bcl.dtsi b/dts/google/zuma-ripcurrent-bcl.dtsi
index 60b465d..d689a6f 100644
--- a/dts/google/zuma-ripcurrent-bcl.dtsi
+++ b/dts/google/zuma-ripcurrent-bcl.dtsi
@@ -91,8 +91,8 @@
};
freq_qos {
batoilo {
- cpucl0 = <1704000>;
- cpucl1 = <1945000>;
+ cpucl0 = <955000>;
+ cpucl1 = <1221000>;
cpucl2 = <1557000>;
gpu = <723000>;
tpu = <845000>;
diff --git a/dts/google/zuma-shusky-bcl.dtsi b/dts/google/zuma-shusky-bcl.dtsi
index e37cce7..f22d393 100644
--- a/dts/google/zuma-shusky-bcl.dtsi
+++ b/dts/google/zuma-shusky-bcl.dtsi
@@ -92,8 +92,8 @@
};
freq_qos {
batoilo {
- cpucl0 = <1704000>;
- cpucl1 = <1945000>;
+ cpucl0 = <955000>;
+ cpucl1 = <1221000>;
cpucl2 = <1557000>;
gpu = <723000>;
tpu = <845000>;