Skip to content
Snippets Groups Projects
Commit bcd088fc authored by Benjamin Collins's avatar Benjamin Collins Committed by TreeHugger Robot
Browse files

arm64/dts: gs101: support all TPU DVFS states


Supports the full DVFS state table to match TPU hardware DVFS
capabilities.

Bug: 196388200
Signed-off-by: default avatarBenjamin Collins <bencollins@google.com>
Change-Id: If371ca8930459537347c00acdc1c472d9f74f992
parent bcec4eac
No related branches found
No related tags found
No related merge requests found
......@@ -28,20 +28,21 @@
csr-phys = <0x17690000>;
csr-size = <0x10000>;
gsa-device = <&gsa>;
tpu_dvfs_table_size = <5 2>; /*<row col>*/
tpu_dvfs_table_size = <6 2>; /*<row col>*/
/* DVFS values calculated from average power with real-world workloads
* on B0
*/
tpu_dvfs_table = <
/*
/* when updating tpu_dvfs_table, update tpu_dvfs_table_size as well
* freq power(mW)
*----------------------------------
*/
1066000 5452
800000 3314
500000 1507
226000 761
0 0
1024000 4819
967000 4101
836000 3085
627000 1916
455000 1213
226000 0
>;
samsung,tzmp;
};
......
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