sm8550-common: Add DT2W fields to powerhint

Change-Id: I49ef5dfb4287bfb774c51b4a1b44c5a150f5e1d6
This commit is contained in:
Simon1511
2022-01-15 17:16:47 +01:00
committed by chaptsand
parent 1894a075be
commit cb9a563a79

View File

@@ -243,6 +243,24 @@
],
"ResetOnInit": true
},
{
"Name": "TouchscreenEnable",
"Path": "/sys/class/sec/tsp/input/enabled",
"Values": [
"1",
"0"
],
"ResetOnInit": true
},
{
"Name": "DoubleTapToWakeEnable",
"Path": "/sys/class/sec/tsp/cmd",
"Values": [
"aot_enable,0",
"aot_enable,1"
],
"DefaultIndex": 0
},
{
"Name": "CPUBWHystTriggerCount",
"Path": "/sys/devices/system/cpu/bus_dcvs/DDR/24091000.qcom,bwmon-ddr/hyst_trigger_count",
@@ -629,6 +647,18 @@
"Duration": 0,
"Value": "515000000"
},
{
"PowerHint": "INTERACTIVE",
"Node": "TouchscreenEnable",
"Duration": 0,
"Value": "1"
},
{
"PowerHint": "DOUBLE_TAP_TO_WAKE",
"Node": "DoubleTapToWakeEnable",
"Duration": 0,
"Value": "aot_enable,1"
},
{
"PowerHint": "Flipendo",
"Node": "CPULittleClusterMaxFreq",