powerstats: correct TPU DVFS am: 5919e9e441 am: 86aa70a8eb

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15515806

Change-Id: I823abb7aaef3b23d28e27610cdeaff270a191297
This commit is contained in:
samou 2021-08-11 21:20:36 +00:00 committed by Automerger Merge Worker
commit 63a065347e

View file

@ -173,13 +173,10 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
}});
cfgs.push_back({"TPU", {
std::make_pair("1393MHz", "1393000"),
std::make_pair("1180MHz", "1180000"),
std::make_pair("1024MHz", "1024000"),
std::make_pair("967MHz", "967000"),
std::make_pair("836MHz", "836000"),
std::make_pair("627MHz", "627000"),
std::make_pair("455MHz", "455000"),
std::make_pair("1230MHz", "1230000"),
std::make_pair("1066MHz", "1066000"),
std::make_pair("800MHz", "800000"),
std::make_pair("500MHz", "500000"),
std::make_pair("226MHz", "226000"),
std::make_pair("RET_SLOW", "6"),
std::make_pair("S_OFF", "5"),