summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-09-27 12:56:07 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-10-02 05:19:05 -0700
commit3b7ac6bedfa39ee10e000c705a400e2ede8fa4e5 (patch)
tree52d26f25605bb13180c37543bf7267c20b0f5702 /docs
parentb729f9f10151438a86779d6c939b86572c0c1cda (diff)
downloadchrome-ec-3b7ac6bedfa39ee10e000c705a400e2ede8fa4e5.tar.gz
bc12: rename bq24392 driver to max14637
The MAX14637 BC 1.2 USB charger detection chip is functionally similar to the bq24392 and can use the same driver. Rather than have 2 copies of the same driver, or a generic named driver than can be used for both chips, rename the existing bq24392 driver to max14637 as that's the BC 1.2 chip that our current designs are using. BUG=b:113267982 BRANCH=none TEST=make -j buildall Change-Id: I03cfb4918513d756c2a41341001a8162652a29b6 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1250031 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/low_battery_startup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/low_battery_startup.md b/docs/low_battery_startup.md
index 451136f80e..82f5c8c6ab 100644
--- a/docs/low_battery_startup.md
+++ b/docs/low_battery_startup.md
@@ -63,7 +63,7 @@ input voltage-regulation mode.
In effect, the EC limits to both a maximum current of 2.4A and minimum voltage
of 4.5V, for about 12W of power draw from a BC1.2 source.
-See also `driver/bc12/bq24392.c:bc12_detect()`.
+See also `driver/bc12/max14637.c:bc12_detect()`.
#### USB-PD Sources