summaryrefslogtreecommitdiff
path: root/baseboard/cherry/baseboard.c
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-10-27 14:04:40 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-12 06:43:42 +0000
commit76ce2b1acbcaaa795a6d28b2fe0574f3cefbf493 (patch)
tree2dbf0ce0abf0537637478ababbfa6fe33095203f /baseboard/cherry/baseboard.c
parentfc4fb61e515bcdda1b4dbad7deafc9a01072b183 (diff)
downloadchrome-ec-76ce2b1acbcaaa795a6d28b2fe0574f3cefbf493.tar.gz
tomato: tune DP EQ setting
See issue link for analysis BUG=b:203637200 TEST=make BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I9eda3e1da068cde79eb57e8a62d05cf4fbfd8257 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3246163 Reviewed-by: Parker Lin <parkerlin@google.com> Reviewed-by: Rong Chang <rongchang@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Tested-by: Parker Lin <parkerlin@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'baseboard/cherry/baseboard.c')
-rw-r--r--baseboard/cherry/baseboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/cherry/baseboard.c b/baseboard/cherry/baseboard.c
index 32c130b345..9cd2ccbef5 100644
--- a/baseboard/cherry/baseboard.c
+++ b/baseboard/cherry/baseboard.c
@@ -295,7 +295,7 @@ static int board_ps8802_mux_set(const struct usb_mux *me,
PS8802_REG_PAGE2,
PS8802_REG2_USB_SSEQ_LEVEL,
PS8802_USBEQ_LEVEL_UP_MASK,
- PS8802_USBEQ_LEVEL_UP_19DB));
+ PS8802_USBEQ_LEVEL_UP_12DB));
}
/* DP specific config */
@@ -305,7 +305,7 @@ static int board_ps8802_mux_set(const struct usb_mux *me,
PS8802_REG_PAGE2,
PS8802_REG2_DPEQ_LEVEL,
PS8802_DPEQ_LEVEL_UP_MASK,
- PS8802_DPEQ_LEVEL_UP_19DB));
+ PS8802_DPEQ_LEVEL_UP_12DB));
}
return EC_SUCCESS;