Coral: add Bruce features.

Bruce SKU # is 8 and 11.
Bruce is convertible.
Bruce has keyboard backlight.

BUG=b:69134506
BRANCH=master
TEST=`ectool motionsense`
Signed-off-by: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com>

Change-Id: I6368919c3ae9f94b38e1bdae94334c05147dab37
Reviewed-on: https://chromium-review.googlesource.com/792578
Commit-Ready: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com>
Tested-by: Ryan Zhang <ryan.zhang@quanta.corp-partner.google.com>
Tested-by: Vincent Wang <vwang@chromium.org>
Reviewed-by: Scott Collyer <scollyer@chromium.org>
Reviewed-by: YH Lin <yueherngl@chromium.org>
Reviewed-by: Vincent Wang <vwang@chromium.org>
This commit is contained in:
Ryan Zhang
2017-11-28 13:49:45 +08:00
committed by chrome-bot
parent 3cf217eae9
commit 4a3bcfbdb7
2 changed files with 3 additions and 2 deletions

View File

@@ -1120,7 +1120,7 @@ uint32_t board_override_feature_flags0(uint32_t flags0)
* device is one of them and return the default value - with backlight
* here.
*/
if (sku == 8)
if (sku == 8 || sku == 11)
return flags0;
// Report that there is no keyboard backlight

View File

@@ -21,7 +21,8 @@ static const uint8_t form_factor[32] = {
/* SKU 0 - 7 */
SKU_CONVERTIBLE(4) | SKU_CONVERTIBLE(5),
/* SKU 8 - 15 */
SKU_CONVERTIBLE(8) | SKU_CONVERTIBLE(9) | SKU_CONVERTIBLE(10),
SKU_CONVERTIBLE(8) | SKU_CONVERTIBLE(9) | SKU_CONVERTIBLE(10) |
SKU_CONVERTIBLE(11),
/* SKU 16 - 23 */
0x00,
/* SKU 24 - 31 */