From 9ee0a713c551e1e7e8629c9099e9c30ba1f3af62 Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Tue, 22 Jul 2025 23:11:23 +0530 Subject: [PATCH] ferrari: Change charging control node to the ones with oplus driver lemonade/p are outliers since they use the oplus_chg driver whereas rest of the devices uses the oplus driver. Change-Id: I8ab004a2fa4e9cbfb246f5c9eabd701fab03cf5e --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index cd2b2fb..7ba45bc 100644 --- a/device.mk +++ b/device.mk @@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/display/displayconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946292801050754.xml # Lineage Health -$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/chg_enable) +$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/oplus_chg/battery/mmi_charging_enable) # NFC PRODUCT_PACKAGES += \