diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2017-09-23 14:24:16 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-01 17:26:08 +0100 |
commit | 5e835312bc77a65b5da0029a5ad462e14a554854 (patch) | |
tree | f271fa45c6f21c3c0d563f34a69ef8562ba0a361 /system.prop | |
parent | b0c321830b33245eae92363c54273506c9112cc2 (diff) |
msm8996-common: Update charger configuration
msm8996-common: Attempt to fix offline charging
DD3Boh: Adapt to Oreo
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
msm8996-common: rootdir: Drop qbcharger
* Quickboot is no longer in 14.1, and even if it was we would still
need proprietary blobs to make it work.
Change-Id: I918d5b5e7a493251bce333c354ee2c1a69c62dee
Signed-off-by: Michael Sky <electrydev@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
msm8996-common: rootdir: Update charger configuration
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
msm8996-common: rootdir: Move charger to init.qcom.power.rc and fix its groups.
* The same change it's already in several devices and it
fixes issues with offline charging.
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 16de385..b6c9ac5 100644 --- a/system.prop +++ b/system.prop @@ -33,6 +33,9 @@ persist.camera.video.ubwc=0 ro.persist.qcapb=1 camera.disable_zsl_mode=1 +# Charger +ro.enable_boot_charger_mode=1 + # CNE persist.cne.feature=1 |