summaryrefslogtreecommitdiff
path: root/board/meep/gpio.inc
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2018-08-30 10:00:37 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-09-02 22:51:05 -0700
commitbe9683a42d06097161ae09919dcfedd218a3c576 (patch)
tree659b4d050e402c317b3970950c4f9651f759c513 /board/meep/gpio.inc
parent6fed8a71463c9dfda78872c167ae52d8a330e458 (diff)
downloadchrome-ec-be9683a42d06097161ae09919dcfedd218a3c576.tar.gz
meep: Add Power LED behavior
Add Power LED behavior to meet spec: System is ON(S0):LED solid ON White. System is Suspend/S0ix: LED blink White(1 sec on, 1 sec off). System is OFF: LED OFF. BUG=none BRANCH=none TEST=manual Check Power LED solid on White when system is ON(S0). Check Power LED blink White(1 sec on, 1 sec off) when system is Suspend/S0ix. Check Power LED off when system is OFF. Change-Id: I0e53a51446735dee0296e9f2c5eb3ceb84313720 Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1196642 Commit-Ready: Devin Lu <Devin.Lu@quantatw.com> Tested-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/meep/gpio.inc')
-rw-r--r--board/meep/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/meep/gpio.inc b/board/meep/gpio.inc
index d48fa9c481..b05068d011 100644
--- a/board/meep/gpio.inc
+++ b/board/meep/gpio.inc
@@ -139,7 +139,7 @@ GPIO(USB2_OTG_ID, PIN(8, 3), GPIO_ODR_LOW) /* USB_OTG */
/* LED */
GPIO(BAT_LED_AMBER_L, PIN(C, 3), GPIO_OUT_HIGH) /* LED_1_L */
GPIO(BAT_LED_WHITE_L, PIN(C, 4), GPIO_OUT_HIGH) /* LED_2_L */
-GPIO(LED_3_L, PIN(D, 7), GPIO_OUT_HIGH)
+GPIO(PWR_LED_WHITE_L, PIN(D, 7), GPIO_OUT_HIGH) /* LED_3_L */
/* Keyboard Backlight */
GPIO(KB_BL_PWR_EN, PIN(6, 2), GPIO_OUT_LOW)