summaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-09-04 23:06:09 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:48:53 +0300
commita147b82175c1ecd59c73bb6395828214938a253d (patch)
tree3cfc50cb529d5c059c2d7b0558a3ece76acb8970 /BoardConfigCommon.mk
parent4784f51d06575078946dbf84cc792d10a5a05084 (diff)
sdm660-common: Update dt2w proc node
* Commonized procfs node for all the variants of tulip, whyred and wayne/jasmine Change-Id: I234761530e5567ac6d46ad9fa912496046c3c4bd
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 30304ac..ef9ed1f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -167,7 +167,7 @@ SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
TARGET_ENABLE_MEDIADRM_64 := true
# DT2W
-TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture"
+TARGET_TAP_TO_WAKE_NODE := "/proc/wake_node"
# Enable dexpreopt to speed boot time
ifeq ($(HOST_OS),linux)