From 0e65cb23077dc9e1a4c41878adf6282fba4bf4c4 Mon Sep 17 00:00:00 2001 From: Pointer Kung Date: Tue, 7 Nov 2023 08:25:38 +0000 Subject: [PATCH] Set DSU min to 610MHz for CAMERA_STREAMING_HIGH use-case Bug: 308375156 Test: Build pass Change-Id: Ic1c1b8db5e56cf0aa1204ff619573694f9ab5b89 --- powerhint-akita.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index bd29dc7..ea25624 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -52,6 +52,7 @@ "1800000", "1548000", "820000", + "610000", "0" ], "ResetOnInit": true @@ -1586,6 +1587,12 @@ "Duration": 0, "Value": "1" }, + { + "PowerHint": "CAMERA_STREAMING_HIGH", + "Node": "DsuMinFreq", + "Duration": 0, + "Value": "610000" + }, { "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "PMU_LIT_LIMIT_FREQ",