summaryrefslogtreecommitdiff
path: root/board/lindar/gpio.inc
diff options
context:
space:
mode:
authoramber.chen <amber.chen@lcfc.corp-partner.google.com>2020-12-01 10:53:39 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-07 19:45:36 +0000
commit8405cbe461ad133aecbb9418b2d12e62f5e10277 (patch)
treeb566e1fd004ad7ffdfb3321dc674896cd400f11e /board/lindar/gpio.inc
parentbc4833e0da5e0422adccdc9eae801c17213ce0ff (diff)
downloadchrome-ec-8405cbe461ad133aecbb9418b2d12e62f5e10277.tar.gz
lindar: modify LED function to match LED SPEC
modify LED function to match LED SPEC BUG=b:174443628 BRANCH=firmware-vloteer-13521.B TEST=make -j BOARD=lindar Signed-off-by: amber.chen <amber.chen@lcfc.corp-partner.google.com> Change-Id: Ie51eaa92aed3c22c5452a132048f95287ea94367 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2566857 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/lindar/gpio.inc')
-rw-r--r--board/lindar/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lindar/gpio.inc b/board/lindar/gpio.inc
index b60fb75717..50d4eb1b4a 100644
--- a/board/lindar/gpio.inc
+++ b/board/lindar/gpio.inc
@@ -128,8 +128,8 @@ GPIO(EC_I2C7_EEPROM_SDA, PIN(B, 2), GPIO_INPUT)
GPIO(EC_BATT_PRES_ODL, PIN(E, 1), GPIO_INPUT)
/* LED */
-GPIO(LED_1_L, PIN(C, 4), GPIO_OUT_HIGH) /* Battery - Green LED */
-GPIO(LED_2_L, PIN(C, 3), GPIO_OUT_HIGH) /* Battery - Red LED */
+GPIO(LED_1_L, PIN(C, 4), GPIO_OUT_HIGH) /* Battery - White LED */
+GPIO(LED_2_L, PIN(C, 3), GPIO_OUT_HIGH) /* Battery - Amber LED */
GPIO(LED_3_L, PIN(C, 2), GPIO_OUT_HIGH) /* Power - White LED */
/* Alternate functions GPIO definitions */