summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-26 07:36:14 +1100
committerCommit Bot <commit-bot@chromium.org>2021-02-09 18:20:36 +0000
commit19f4c3e2df6b36a225babecb0eabf19abe38c0a2 (patch)
treeb61482556375fc690b7628b92e268fd1d20b2540
parentcaeff1d07bdf71dce9e4ed6018f142c4e6ba721d (diff)
downloadchrome-ec-stabilize-rust-13795.B-cr50_stab.tar.gz
flash_cr50: add c2d2 to allowable servo typesstabilize-rust-13795.B-cr50_stabstabilize-13799.B-cr50_stab
BUG=none TEST=run flash_cr50 with c2d2 and servo_micro Change-Id: Idba1a344fb615347ccbdca6cad3956b05be2326b Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2648393 Reviewed-by: Venkata Srinivasa Raju Penmetcha <venkataraju@chromium.org>
-rwxr-xr-xutil/flash_cr50.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_cr50.py b/util/flash_cr50.py
index 5b4428cf07..6dde1148af 100755
--- a/util/flash_cr50.py
+++ b/util/flash_cr50.py
@@ -48,7 +48,7 @@ REQUIRED_CONTROLS = {
r'ec_board:\S+',
],
'flex': [
- r'servo_type:.*servo_.[^4]',
+ r'servo_type:(servo_v2|servo_micro|c2d2)',
],
'type-c_servo_v4': [
r'servo_v4_type:type-c',