From 980650080a59cc85ea0165a276c7deb36bf21835 Mon Sep 17 00:00:00 2001 From: David Chao Date: Wed, 30 Mar 2022 13:35:11 +0800 Subject: [PATCH] gs101: move charger thermal HAL setup into common code Bug: 200615564 Test: build pass Change-Id: I5a32c2b695dc9fd3e29e580c8a82e25f6c3a5f69 --- conf/init.gs101.rc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index bf63c26f..7b241f3f 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -985,19 +985,10 @@ on property:vendor.thermal.link_ready=1 chown system system /dev/thermal/cdev-by-name/wlc_fcc/cur_state chown system system /dev/thermal/cdev-by-name/usbc-port/cur_state -# Create thermal symlink in off charging mode on charger - mkdir /dev/thermal 0750 system system - mkdir /dev/thermal/tz-by-name 0750 system system - mkdir /dev/thermal/cdev-by-name 0750 system system - start vendor.thermal.symlinks write /proc/vendor_sched/sys_uclamp_min 0 write /proc/vendor_sched/sys_prefer_idle 0 -# Launch thermal hal in off charging mode -on charger && property:vendor.thermal.link_ready=1 - start vendor.thermal-hal-2-0 - on property:vendor.disable.bcl.control=1 write /sys/devices/virtual/pmic/mitigation/instruction/enable_mitigation 0