From ff3a4602e2dc471d08f13c39e6f7168d70eb3132 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 57405c6..35c6135 100644 --- a/device.mk +++ b/device.mk @@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/display_id_4630946292801050754.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 += \