summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-07-20 06:27:31 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-20 07:52:11 +0000
commit549fefc0999993e50237de5c80b6fe385f4fa91a (patch)
tree0673815b87a84d12ab68e4a66a2be912e428847a
parentab4f747e6b682e3816dbc2f4bd18ceff7d966ad4 (diff)
downloadchrome-ec-549fefc0999993e50237de5c80b6fe385f4fa91a.tar.gz
nissa: reduce max PD voltage on SM5803 to 15V
Silicon Mitus have stated that VBUS transients at nominal 20V can damage the SM5803 and recommended that the maximum VBUS voltage be limited to 15V to prevent damage. BUG=b:230712704 TEST=Nereid negotiates 15V even when connected to a 60W charger that supports 20V supply. BRANCH=none Change-Id: I8bcfc6fcd9b33d1c1d56b858b28bf61a6ccf998b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3774857 Commit-Queue: Andrew McRae <amcrae@google.com> Commit-Queue: Peter Marheine <pmarheine@chromium.org> Tested-by: Peter Marheine <pmarheine@chromium.org> Auto-Submit: Peter Marheine <pmarheine@chromium.org> Reviewed-by: Andrew McRae <amcrae@google.com>
-rw-r--r--zephyr/projects/nissa/joxer/prj.conf1
-rw-r--r--zephyr/projects/nissa/nereid/prj.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/projects/nissa/joxer/prj.conf b/zephyr/projects/nissa/joxer/prj.conf
index d3c4b3e1c9..08fbb49c47 100644
--- a/zephyr/projects/nissa/joxer/prj.conf
+++ b/zephyr/projects/nissa/joxer/prj.conf
@@ -52,6 +52,7 @@ CONFIG_PLATFORM_EC_USB_PD_STARTUP_DELAY_MS=2000
CONFIG_PLATFORM_EC_OCPC=y
CONFIG_PLATFORM_EC_CHARGER_SM5803=y
CONFIG_PLATFORM_EC_OCPC_DEF_RBATT_MOHMS=21
+CONFIG_PLATFORM_EC_PD_MAX_VOLTAGE_MV=15000
# VSENSE: PP3300_S5 & PP1050_PROC
CONFIG_VCMP_IT8XXX2=y
diff --git a/zephyr/projects/nissa/nereid/prj.conf b/zephyr/projects/nissa/nereid/prj.conf
index 973342ebfa..5fe8629c1f 100644
--- a/zephyr/projects/nissa/nereid/prj.conf
+++ b/zephyr/projects/nissa/nereid/prj.conf
@@ -51,6 +51,7 @@ CONFIG_PLATFORM_EC_USB_PD_STARTUP_DELAY_MS=2000
CONFIG_PLATFORM_EC_OCPC=y
CONFIG_PLATFORM_EC_CHARGER_SM5803=y
CONFIG_PLATFORM_EC_OCPC_DEF_RBATT_MOHMS=21
+CONFIG_PLATFORM_EC_PD_MAX_VOLTAGE_MV=15000
# VSENSE: PP3300_S5 & PP1050_PROC
CONFIG_VCMP_IT8XXX2=y