소스 검색

touch: disable both LDO29 and LDO21 regulators

Enable and disable both LDO29 and LDO21 regulators during power suspend
and resume sequence.

Change-Id: I9e5058d6191d536bc80d5b59aa23a5dac9c9babb
Signed-off-by: Sayantan Majumder <[email protected]>
Srinu Gorle 3 년 전
부모
커밋
55fb326d70
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pt/pt_core.c

+ 2 - 0
pt/pt_core.c

@@ -56,6 +56,8 @@ static struct drm_panel *active_panel;
 
 MODULE_FIRMWARE(PT_FW_FILE_NAME);
 
+#define ENABLE_VDD_REG_ONLY
+#define ENABLE_I2C_REG_ONLY
 #ifdef ENABLE_VDD_REG_ONLY
 static int pt_enable_vdd_regulator(struct pt_core_data *cd, bool en);
 #endif