From 3dc477e0ea01705933380b7fba4b72d84f12fc1c Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Tue, 9 May 2023 09:07:55 -0700 Subject: [PATCH] Update EC commit, I2C open-drain bugfix Correctly maintain open-drain mode on I2C pins across `transport init`. Signed-off-by: Jes B. Klinke --- third_party/chromium/repos.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/chromium/repos.bzl b/third_party/chromium/repos.bzl index 588728b..631b8d3 100644 --- a/third_party/chromium/repos.bzl +++ b/third_party/chromium/repos.bzl @@ -8,7 +8,7 @@ def chromium_repos(): git_repository( name = "ec_src", remote = "https://chromium.googlesource.com/chromiumos/platform/ec", - commit = "af608b1d2711cecb80f396cd26aef1fde400422e", + commit = "a46e9d233b0d094256459f613101070f84133a6a", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",