thermal: disable SKIN thermal throttling
Disable SKIN thermal throttling to avoid any side effect until we receive the device which has the normal HW thermal solution. Because the Tj thermal throttling is still workable, so there should be no overheating risk. Bug: 221077673 Test: no thermalHAL crash found Change-Id: I88c23527b5add9e6b07a2ea4ab824ea4f699261c
This commit is contained in:
@@ -92,11 +92,8 @@ on boot && property:ro.build.type=userdebug && \
|
||||
setprop vendor.fingerprint.disable.fake ${persist.vendor.fingerprint.disable.fake.override}
|
||||
|
||||
# Thermal
|
||||
on late-init && property:ro.boot.hardware.revision=DEV1.0
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
|
||||
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||
on late-init
|
||||
setprop persist.vendor.disable.thermal.control 1
|
||||
|
||||
# Hall sensor
|
||||
on init && property:ro.bootmode=normal
|
||||
|
||||
Reference in New Issue
Block a user