Browse Source

touch: goodix: Remove duplicate reset operation

In power_on function, it already contain reset operation,
so no need to do reset again after power_on, to save time
when do resume operation.

Change-Id: Iba0c5a666b3e25df1e85afa6d5812666ce273922
Signed-off-by: Yu Wu <[email protected]>
Yu Wu 2 years ago
parent
commit
bd4d865d2d
1 changed files with 0 additions and 6 deletions
  1. 0 6
      goodix_berlin_driver/goodix_brl_hw.c

+ 0 - 6
goodix_berlin_driver/goodix_brl_hw.c

@@ -287,12 +287,6 @@ int brl_resume(struct goodix_ts_core *cd)
 		ts_err("failed power on");
 		return ret;
 	}
-
-	ret = cd->hw_ops->reset(cd, GOODIX_NORMAL_RESET_DELAY_MS);
-	if (ret) {
-		ts_err("failed reset tp");
-		return ret;
-	}
 #endif
 
 	return ret;