summaryrefslogtreecommitdiff
path: root/board/rammus/led.c
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2018-07-25 11:39:23 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-07-31 07:15:46 -0700
commit143f2808ec04f3fb66b7d5821ec554f41993a7a8 (patch)
tree0557a6cdc9b8837ae41340e407bccb976a1daa8b /board/rammus/led.c
parentb4ba711ebaf7663b6ca7ddd33e942d6a7b6f52f7 (diff)
downloadchrome-ec-143f2808ec04f3fb66b7d5821ec554f41993a7a8.tar.gz
rammus: revise the gpio.inc, board.h and board.c
According to the proto schematics, revise the config 1. gpio.inc: - Correct some pins assignment - Remove unused pins - Add TABLET_MODE_L, PP3300_USB_PD, EC_BRD_ID_EN, LID_ACCEL_INT_L, TP_INT, TP_INT_EN 2. board.h: - Remove unused options/code - Add PWM related options/code to support kb light - Add TABLET_SWITCH because of GMR support - Add ANX3447 support 3. board.c: - Remove unused code - Add ANX3447 support - Add temp sensor, ambient and eMMC - Add PWM kb light BUG=b:111579280 BRANCH=master TEST=emerge-rammus chromeos-ec Change-Id: Idbb1755f53c45018305a2724a14232a7cdab9acc Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1149772 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/rammus/led.c')
-rw-r--r--board/rammus/led.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/rammus/led.c b/board/rammus/led.c
index 86567701f0..c844e1c3bd 100644
--- a/board/rammus/led.c
+++ b/board/rammus/led.c
@@ -23,6 +23,8 @@
#define LED_TOTAL_TICKS 16
#define LED_ON_TICKS 8
+/* TODO(b:111815820): Need to implement the control of LED */
+
const enum ec_led_id supported_led_ids[] = {
EC_LED_ID_POWER_LED,
EC_LED_ID_BATTERY_LED};