summaryrefslogtreecommitdiff
path: root/board/boten/board.c
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-07-23 22:50:54 -0600
committerCommit Bot <commit-bot@chromium.org>2020-07-28 04:09:00 +0000
commita787987e6a2cc7878ee9d58a6431d365a3fb195d (patch)
tree0228687d6f69e560cd1f1ae447f5edbf1d32cd0b /board/boten/board.c
parentaaab7ae298c52c0e71f91b30ef78a46a06df54eb (diff)
downloadchrome-ec-a787987e6a2cc7878ee9d58a6431d365a3fb195d.tar.gz
Dedede: Move extpower_is_present() to baseboard
This consolidates dedede boards to use a baseboard extpower_is_present() and also adds the condition to verify that the port is sinking, instead of providing Vbus. It also converts the RAA489000 boards to use the cached Vbus presence in pd_snk_is_vbus_provided(). BRANCH=None BUG=None TEST=on waddledoo and waddledee, verify "AC on" prints when a charger or charge-through servo v4 is plugged in, verify no "AC on" prints when a dongle is plugged in Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I5941da789a4e810f6d8cc40cef4d32a5a03c5662 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2317062 Tested-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/boten/board.c')
-rw-r--r--board/boten/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/boten/board.c b/board/boten/board.c
index 520d69d1bb..bf7fdb17bf 100644
--- a/board/boten/board.c
+++ b/board/boten/board.c
@@ -188,11 +188,6 @@ uint16_t tcpc_get_alert_status(void)
return status;
}
-int extpower_is_present(void)
-{
- return pd_check_vbus_level(0, VBUS_PRESENT);
-}
-
void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
int charge_mv)
{