summaryrefslogtreecommitdiff
path: root/board/fleex/gpio.inc
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2018-08-01 15:53:41 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-08-02 13:53:53 -0700
commit7a4c1d07ea6e836d9bbf9717d0e862550601d5bb (patch)
treebfe5f399261ae7dee8e42d7a27dd1574bae265a1 /board/fleex/gpio.inc
parent3bc7f7d273caf9264c6723e95f911bd3ca3a9fe1 (diff)
downloadchrome-ec-7a4c1d07ea6e836d9bbf9717d0e862550601d5bb.tar.gz
Fleex: implement LED behavior
This change adds the charger LED behavior for fleex. Since fleex isn't actually using a power LED, removed the GPIO referencing it. BRANCH=none BUG=b:109872754 TEST=ran through all charger and power states on the fleex to confirm correct LED behavior Change-Id: Ia0952587075026c6e2cbe20dcd7ccc6746442df1 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1159355 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/fleex/gpio.inc')
-rw-r--r--board/fleex/gpio.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/fleex/gpio.inc b/board/fleex/gpio.inc
index 3f0f3dd423..4170c84ee2 100644
--- a/board/fleex/gpio.inc
+++ b/board/fleex/gpio.inc
@@ -121,7 +121,6 @@ GPIO(USB2_OTG_ID, PIN(8, 3), GPIO_ODR_LOW) /* OTG ID */
/* LED */
GPIO(LED_1_PWR_WHITE_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(LED_2_CHG_AMBER_L, PIN(C, 4), GPIO_OUT_HIGH)
-GPIO(LED_3_L, PIN(D, 7), GPIO_OUT_HIGH)
/* Keyboard Backlight */
GPIO(KB_BL_PWR_EN, PIN(6, 2), GPIO_OUT_LOW)