summaryrefslogtreecommitdiff
path: root/board/gumboz
diff options
context:
space:
mode:
authorJason.Guo <jason.guo@quanta.corp-partner.google.com>2020-11-24 11:10:27 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-26 07:42:42 +0000
commit4f4ef79f123f86c5cdc3afc765c970a8f4dd45c7 (patch)
treea7e05d8f434dda78149973475c37f0f87264e244 /board/gumboz
parent7fa6cb47c9441418d7e482b00cac5456e2edb8ed (diff)
downloadchrome-ec-4f4ef79f123f86c5cdc3afc765c970a8f4dd45c7.tar.gz
gumboz: Reword comments
1.reword battery comments 2.reword all Dirinboz name to gumboz BUG=none BRANCH=zork TEST=make BOARD=gumboz Signed-off-by: jason.guo@quanta.corp-partner.google.com Change-Id: Ia7a4b8a65a6a06065da20d0bdfc38b8ad24ccadc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2556728 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/gumboz')
-rw-r--r--board/gumboz/battery.c5
-rw-r--r--board/gumboz/board.h4
-rw-r--r--board/gumboz/gpio.inc2
3 files changed, 6 insertions, 5 deletions
diff --git a/board/gumboz/battery.c b/board/gumboz/battery.c
index f53143aa65..c7bb050b08 100644
--- a/board/gumboz/battery.c
+++ b/board/gumboz/battery.c
@@ -10,7 +10,7 @@
#include "util.h"
/*
- * Battery info for all Dirinboz battery types. Note that the fields
+ * Battery info for all Gumboz battery types. Note that the fields
* start_charging_min/max and charging_min/max are not used for the charger.
* The effective temperature limits are given by discharging_min/max_c.
*
@@ -148,7 +148,7 @@ const struct board_batt_params board_battery_info[] = {
},
},
- /* DynaPack Coslight Battery Information */
+ /* DynaPack Cosmx Battery Information */
[BATTERY_DANAPACK_COS] = {
.fuel_gauge = {
.manuf_name = "333-2C-DA-A",
@@ -177,6 +177,7 @@ const struct board_batt_params board_battery_info[] = {
},
},
+ /* Cosmx Battery Information */
[BATTERY_COSMX] = {
.fuel_gauge = {
.manuf_name = "333-AC-DA-A",
diff --git a/board/gumboz/board.h b/board/gumboz/board.h
index c88edb6f10..23912d5ff1 100644
--- a/board/gumboz/board.h
+++ b/board/gumboz/board.h
@@ -148,7 +148,7 @@ enum ec_cfg_usb_mb_type {
};
/**
- * DIRINBOZ_DB_OPT1_USBC
+ * GUMBOZ_DB_OPT1_USBC
* USB-A1 Speed: 5 Gbps
* Retimer: PS8719
* USB-C1 Speed: 5 Gbps
@@ -161,7 +161,7 @@ enum ec_cfg_usb_mb_type {
* MST Hub: none
*/
enum ec_cfg_usb_db_type {
- DIRINBOZ_DB_OPT1_USBC = 0,
+ GUMBOZ_DB_OPT1_USBC = 0,
};
static inline bool ec_config_has_hdmi_retimer_pi3hdx1204(void)
diff --git a/board/gumboz/gpio.inc b/board/gumboz/gpio.inc
index 042ae7fe4f..ed51414387 100644
--- a/board/gumboz/gpio.inc
+++ b/board/gumboz/gpio.inc
@@ -55,7 +55,7 @@ GPIO(LED_FULL_L, PIN(6, 0), GPIO_OUT_HIGH)
GPIO(LED_CHRG_L, PIN(C, 0), GPIO_OUT_HIGH)
/*
- * Dirinboz has 1 DB options.
+ * Gumboz has 1 DB options.
* IOEX_C1_NCT3807 is the DB (USB-C1).
*/