summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarthur.lin <arthur.lin@lcfc.corp-partner.google.com>2022-07-05 13:15:06 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-12 07:32:25 +0000
commit50b0a701664a8d804b5c26114b08bc8a87ec4214 (patch)
tree1c75296486110faa0e77f1c56912db4f20c5b088
parent64c61107a4fbfc2de2a03ccfbb5674fb0ef21538 (diff)
downloadchrome-ec-50b0a701664a8d804b5c26114b08bc8a87ec4214.tar.gz
Revert "Taniks: Disable RGB keyboard in RO"
Revert CL for BL keep light issue after press 3 key enter recovery. BUG=b:237745790 BRANCH=none TEST=make buildall -j This reverts commit 76c71c30927516ebc06029d37a8e66ecb62eb46a. Cq-Depend: chromium:3755243 Signed-off-by: arthur.lin <arthur.lin@lcfc.corp-partner.google.com> Change-Id: Ice5ed727a5de4ac7c5f63a8fb37668ffffcd1512 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3745101 Tested-by: Parth Malkan <parthmalkan@google.com> Commit-Queue: Parth Malkan <parthmalkan@google.com> Reviewed-by: Parth Malkan <parthmalkan@google.com>
-rw-r--r--board/taniks/board.h4
-rw-r--r--board/taniks/ec.tasklist2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/taniks/board.h b/board/taniks/board.h
index 645dde7992..5806765524 100644
--- a/board/taniks/board.h
+++ b/board/taniks/board.h
@@ -236,10 +236,10 @@
/* RGB Keyboard */
#define GPIO_RGBKBD_SDB_L GPIO_KBMCU_INT_ODL
-#ifdef SECTION_IS_RW
+
#define CONFIG_RGB_KEYBOARD
#define CONFIG_LED_DRIVER_AW20198 /* Awinic AW20198 on I2C */
-#endif
+
#define RGB_GRID0_COL 8
#define RGB_GRID0_ROW 6
diff --git a/board/taniks/ec.tasklist b/board/taniks/ec.tasklist
index 13a5229984..12beb39a23 100644
--- a/board/taniks/ec.tasklist
+++ b/board/taniks/ec.tasklist
@@ -12,7 +12,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, HOOKS_TASK_STACK_SIZE) \
- TASK_ALWAYS_RW(RGBKBD, rgbkbd_task, NULL, BASEBOARD_RGBKBD_TASK_STACK_SIZE) \
+ TASK_ALWAYS(RGBKBD, rgbkbd_task, NULL, BASEBOARD_RGBKBD_TASK_STACK_SIZE) \
TASK_ALWAYS(CHG_RAMP, chg_ramp_task, NULL, BASEBOARD_CHG_RAMP_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 0, TASK_STACK_SIZE) \