From 41fcd9e44461651f3149f2f501bdb7285db3f3fe Mon Sep 17 00:00:00 2001 From: AleX Pelosi Date: Thu, 19 Aug 2021 14:34:53 -0700 Subject: [PATCH] gs101: use CPU4 in charger mode For charging efficiency certification swap CPU6 with CPU4 while in off-mode charging. Bug: 194146139 Signed-off-by: AleX Pelosi Change-Id: Ib2bee00b952df65d60534342e20f5d331b839e4c Merged-In: Ib2bee00b952df65d60534342e20f5d331b839e4c --- conf/init.gs101.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index 025a2fe8..7cef09b4 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -671,8 +671,8 @@ on property:init.svc.vendor.charger=running write /sys/devices/system/cpu/cpu1/online 0 write /sys/devices/system/cpu/cpu2/online 0 write /sys/devices/system/cpu/cpu3/online 0 - write /sys/devices/system/cpu/cpu4/online 0 write /sys/devices/system/cpu/cpu5/online 0 + write /sys/devices/system/cpu/cpu6/online 0 write /sys/devices/system/cpu/cpu7/online 0 on property:sys.boot_completed=1