summaryrefslogtreecommitdiff
path: root/driver/bc12/pi3usb9201.h
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-05-27 17:03:10 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-29 05:42:59 +0000
commit14ab37132cd0571bcad4432347356c80f6854d48 (patch)
tree4cd26f87367fa63551fddd0bf1bd52c3a9f6f32e /driver/bc12/pi3usb9201.h
parent8975cbb645f1f07c3682334d02510a8a1d3f730b (diff)
downloadchrome-ec-14ab37132cd0571bcad4432347356c80f6854d48.tar.gz
pi3usb9201: Add always powered flag
In some designs, the PI3USB9201 is always powered whereas in other designs it was assumed to be tied to a 5V rail that could be controlled. This commit simply adds a flag, PI3USB9201_ALWAYS_POWERED that a board can use. BUG=b:151688130, b:150814620 BRANCH=None TEST=Enable on waddledoo, build and flash, verify that Type-A ports are not powered when a charger is plugged in in S5/G3. Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: I385ed6ff5d8ab3ab73f093e1c2288349436aca95 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2219270 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'driver/bc12/pi3usb9201.h')
-rw-r--r--driver/bc12/pi3usb9201.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/bc12/pi3usb9201.h b/driver/bc12/pi3usb9201.h
index e3029999ca..6326ee1d49 100644
--- a/driver/bc12/pi3usb9201.h
+++ b/driver/bc12/pi3usb9201.h
@@ -16,6 +16,9 @@
#define PI3USB9201_REG_CLIENT_STS 0x2
#define PI3USB9201_REG_HOST_STS 0x3
+/* Flags */
+#define PI3USB9201_ALWAYS_POWERED BIT(0)
+
/* Control_1 regiter bit definitions */
#define PI3USB9201_REG_CTRL_1_INT_MASK BIT(0)
#define PI3USB9201_REG_CTRL_1_MODE_SHIFT 1
@@ -34,6 +37,7 @@
struct pi3usb9201_config_t {
const int i2c_port;
const int i2c_addr_flags;
+ const int flags;
};
enum pi3usb9201_mode {