diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-09-04 23:06:09 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | a147b82175c1ecd59c73bb6395828214938a253d (patch) | |
tree | 3cfc50cb529d5c059c2d7b0558a3ece76acb8970 /BoardConfigCommon.mk | |
parent | 4784f51d06575078946dbf84cc792d10a5a05084 (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.mk | 2 |
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) |