summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2020-03-24 17:36:44 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-29 13:48:45 +0000
commit5eb797bf5d4c41743157c1e48bd2c448d2639fc7 (patch)
treefe621572fed6f33c368198328c64d4b3cb2b0d1f /include
parent5212a44c2b5761d016d7411b6a425b4ac672ee0e (diff)
downloadchrome-ec-5eb797bf5d4c41743157c1e48bd2c448d2639fc7.tar.gz
driver/bc12: implement mt6360 driver
BUG=b:151802370 TEST=with CL:2189624, verify bc12 detection works correctly BRANCH=master Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I0fee8e7309178be4d933ed5c246ea107ca5931bf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2117871 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 93f8a437c4..2d13bb550c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -864,11 +864,12 @@
#undef CONFIG_CHARGER_MT6370_BACKLIGHT
/*
- * MT6370 BC1.2 USB-PHY control.
+ * MT6360/MT6370 BC1.2 USB-PHY control.
* If defined, USB-PHY connection is controlled by GPIO_BC12_DET_EN.
* Assert GPIO_BC12_DET_EN to detect BC1.2 device, and deassert
* GPIO_BC12_DET_EN to mux USB-PHY back.
*/
+#undef CONFIG_MT6360_BC12_GPIO
#undef CONFIG_CHARGER_MT6370_BC12_GPIO
/*
@@ -4187,6 +4188,7 @@
/* External BC1.2 charger detection devices. */
#undef CONFIG_BC12_DETECT_MAX14637
+#undef CONFIG_BC12_DETECT_MT6360
#undef CONFIG_BC12_DETECT_PI3USB9201
#undef CONFIG_BC12_DETECT_PI3USB9281
/* Number of Pericom PI3USB9281 chips present in system */