From bfdc377f23465ad548dd7f538369c8068fc651ee Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Fri, 18 Feb 2022 21:32:16 +0800 Subject: [PATCH] powerhint: Update LITTLE default control_temp Align with gchip team recommendation 95C Bug: 220076055 Test: build Change-Id: Ieeffaa5c7e27a190b5d40df9e447aa14a913ba09 --- powerhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerhint.json b/powerhint.json index 1c01386..c4c4bc0 100644 --- a/powerhint.json +++ b/powerhint.json @@ -329,7 +329,7 @@ "Name": "LittleControlTempSet", "Path": "/dev/thermal/tz-by-name/LITTLE/trip_point_2_temp", "Values": [ - "90000", + "95000", "80000" ], "DefaultIndex": 0,