powerhint: Add DSU and BCI configuration am: 73fdfd463b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/21982335 Change-Id: I0115a0361b3022c23613d101d298ebb7e9157a1a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
94e85ff159
3 changed files with 66 additions and 0 deletions
|
@ -21,6 +21,28 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "DsuFreq",
|
||||
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
|
||||
"Values": [
|
||||
"2150000",
|
||||
"1328000",
|
||||
"820000",
|
||||
"324000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "BCIFreq",
|
||||
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
|
||||
"Values": [
|
||||
"1850000",
|
||||
"1205000",
|
||||
"840000",
|
||||
"315000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CPULittleClusterMaxFreq",
|
||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||
|
|
|
@ -21,6 +21,28 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "DsuFreq",
|
||||
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
|
||||
"Values": [
|
||||
"2150000",
|
||||
"1328000",
|
||||
"820000",
|
||||
"324000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "BCIFreq",
|
||||
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
|
||||
"Values": [
|
||||
"1850000",
|
||||
"1205000",
|
||||
"840000",
|
||||
"315000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CPULittleClusterMaxFreq",
|
||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||
|
|
|
@ -21,6 +21,28 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "DsuFreq",
|
||||
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
|
||||
"Values": [
|
||||
"2150000",
|
||||
"1328000",
|
||||
"820000",
|
||||
"324000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "BCIFreq",
|
||||
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
|
||||
"Values": [
|
||||
"1850000",
|
||||
"1205000",
|
||||
"840000",
|
||||
"315000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CPULittleClusterMaxFreq",
|
||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue