From 4fb167b9b8ac72959e0e16ca2b45eb7186416e2a Mon Sep 17 00:00:00 2001 From: Samsp_Liu Date: Thu, 15 Aug 2019 10:44:22 +0800 Subject: Fleex: add grabbiter EMR SKU ID(grob360s) Add grabbiter EMR model with appropriate sku id value. BRANCH=octopus BUG=b:137628651 TEST=build and check can be recognize the sku id by ectools CBI and motionsensor can be worked. Change-Id: I1e2452db452e8ef0eaaf92d82b6f308dc045ea90 Signed-off-by: Samsp_Liu Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1753567 Reviewed-by: Elthan Huang Reviewed-by: Marco Chen Tested-by: Elthan Huang Commit-Queue: Marco Chen --- board/fleex/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/fleex/board.c b/board/fleex/board.c index 80b7fed9d0..2e3557c6b7 100644 --- a/board/fleex/board.c +++ b/board/fleex/board.c @@ -208,7 +208,8 @@ unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors); static int board_is_convertible(void) { - return sku_id == 0x21 || sku_id == 0x22 || sku_id == 0xff; + return sku_id == 0x21 || sku_id == 0x22 || sku_id == 0x23 + || sku_id == 0xff; } static void board_update_sensor_config_from_sku(void) -- cgit v1.2.1