summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2021-09-15 14:13:07 -0700
committerCommit Bot <commit-bot@chromium.org>2021-09-15 23:15:09 +0000
commit11890e041ef578923a1ba5e711fe480514510047 (patch)
tree6289bde147574f75a0e33ccdb7ccf519f45f32f1
parent339a38341d4a33b4df1e532228bae25756805c27 (diff)
downloadchrome-ec-11890e041ef578923a1ba5e711fe480514510047.tar.gz
keeby: Update USB PID to 0x5059
The allocation for keeby's USB PID never actually landed, so it was taken by another project. A new allocation has been made, and this commit updates the USB PID in the EC to match. BUG=None BRANCH=firmware-keeby-14119.B TEST=`make -j BOARD=lalala` Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: Ie9e05de3fd2488c6f19b607e1323e9d193bb6753 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3163308 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
-rw-r--r--baseboard/dedede/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/dedede/baseboard.h b/baseboard/dedede/baseboard.h
index abbbddd2d7..a8a0ed3ff2 100644
--- a/baseboard/dedede/baseboard.h
+++ b/baseboard/dedede/baseboard.h
@@ -213,7 +213,7 @@
#define CONFIG_USB_PD_VBUS_MEASURE_CHARGER
#define CONFIG_USB_PD_DECODE_SOP
#if KEEBY_VARIANT
-#define CONFIG_USB_PID 0x5052
+#define CONFIG_USB_PID 0x5059
#else
#define CONFIG_USB_PID 0x5042
#endif