summaryrefslogtreecommitdiff
path: root/board/grunt
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2018-10-02 12:41:02 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-04 00:36:58 -0700
commit0ab1b5f90f27fc42972adfbb791b9c417a4e4ead (patch)
tree43aa747e683d5b4ce22732b40bc7a28ebae7fbe7 /board/grunt
parent8f22da0a8d3aa387542035bd8271cd5570daae7e (diff)
downloadchrome-ec-0ab1b5f90f27fc42972adfbb791b9c417a4e4ead.tar.gz
grunt: Move KSI03 HW bug work around out of baseboard
CONFIG_KEYBOARD_REFRESH_ROW3 and CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI3 were needed to work around a KSI03 bug on Grunt HW. The HW has been fixed for Careena and later, so move these out of baseboard. Grunt enter recovery (short power): [0.045400 KB init state: -- 02 08 -- -- -- -- -- -- -- -- -- --] Grunt enter recovery (hold power): [0.045387 KB init state: 08 0a 08 08 08 -- 08 -- 08 08 -- 08 08] Careena enter recovery (short power): [0.077781 KB init state: -- 02 -- -- -- -- -- -- -- -- -- -- --] Careena enter recovery (hold power): [0.046569 KB init state: -- 02 -- -- -- -- -- -- -- -- -- -- --] BUG=b:79758966 BRANCH=grunt TEST=Esc+Refresh+Power gives recovery screen on Careena Change-Id: I2660385c2f77ff84ac6fb71b8ae6a3569895ec2b Signed-off-by: Edward Hill <ecgh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1257643 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/grunt')
-rw-r--r--board/grunt/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index cd529e19c4..789781f885 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -18,6 +18,10 @@
#undef CONFIG_HOSTCMD_DEBUG_MODE
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
+/* Work around Grunt KSI03 HW bug and rework (b/79758966) */
+#define CONFIG_KEYBOARD_REFRESH_ROW3
+#define CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI3
+
/* Power and battery LEDs */
#define CONFIG_LED_COMMON
#define CONFIG_CMD_LEDTEST