Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 487c8d0c authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '1622devices-a15-FP6_fast_charge' into 'a15'

FP6: Add support for toggling fast charge

See merge request e/devices/android_device_fairphone_FP6!31
parents 5aaf9e93 406213b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -227,6 +227,9 @@ $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class
$(call soong_config_set,lineage_health,charging_control_charging_enabled,0)
$(call soong_config_set,lineage_health,charging_control_charging_disabled,1)
$(call soong_config_set,lineage_health,charging_control_supports_bypass,false)
$(call soong_config_set,lineage_health,fast_charge_node,/sys/class/qcom-battery/chgmod_fcc)
$(call soong_config_set,lineage_health,fast_charge_value_none,1000000)
$(call soong_config_set,lineage_health,fast_charge_value_fast_charge,5800000)

PRODUCT_PACKAGES += \
    vendor.lineage.health-service.default
+2 −1
Original line number Diff line number Diff line
@@ -613,3 +613,4 @@ subsystem mem_buf_vm

# Battery
/sys/class/qcom-battery                                 charge_disable                  0660    system  system
/sys/class/qcom-battery                                 chgmod_fcc                      0660    system  system