From 90829168133de1a272b8e9b8a4935da0c93bbafe Mon Sep 17 00:00:00 2001 From: Wiwit Rifa'i Date: Thu, 4 Aug 2022 16:53:55 +0800 Subject: [PATCH] Add early wake up node property for secondary display Bug: 232886724 Test: Check the correct early wake up node is opened Change-Id: Ifcf621ad3722781c2df9ec482df7f11681d4aa98 Merged-In: Idb3c0b93fafac775a8d443ae88465ed48176dfee --- device-felix.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-felix.mk b/device-felix.mk index c5fab12..710039b 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -72,6 +72,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ #config of display brightness dimming PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.brightness.dimming.usage=1 +# Early wake up sysfs path for the secondary display +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ + vendor.display.secondary_early_wakeup_node=/sys/devices/platform/1c241000.drmdecon/early_wakeup + # NFC PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \