mb/google/octopus/variants/garg: update new SKU

For Garg EVT build, add new SKU ID below:
SKU4 LTE DB, touch: SKU ID - 18
SKU5,6 Convertible, 2A2C, Touch, Stylus, rear camera: SKU ID - 37

BUG=b:134854577
BRANCH=octopus
TEST=emerge-octopus coreboot chromeos-bootimage

Change-Id: Iea1d17efb9a5f274f8eefb2aaa683e75ab5de7d2
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35143
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
Kevin Chiu 2019-08-29 12:13:26 +08:00 committed by Furquan Shaikh
parent 314cef6600
commit a4ea8b8c18
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,8 @@ enum {
SKU_1_2A2C = 1,
SKU_9_HDMI = 9,
SKU_17_LTE = 17,
SKU_18_LTE_TS = 18,
SKU_37_2A2C_360 = 37,
};
static const struct pad_config default_override_table[] = {
@ -84,6 +86,7 @@ const struct pad_config *variant_override_gpio_table(size_t *num)
*num = ARRAY_SIZE(hdmi_override_table);
return hdmi_override_table;
case SKU_17_LTE:
case SKU_18_LTE_TS:
*num = ARRAY_SIZE(lte_override_table);
return lte_override_table;
default: