mb/google/poppy/variants/nami: Disable rear camera/DMIC for vayne skuid 3A67

Since Vayne added one more skuid 3A67, we need to disable rear
camera/DMIC for vayne skuid 3A67.

BUG=b:75073617
BRANCH=master
TEST=Verify if only front camera/DMIC shown on Vayne

Change-Id: I9131b4c41bf189829be4e7e6bfaf4a96765cfa15
Signed-off-by: Van Chen <van_chen@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/26855
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Van Chen 2018-06-05 11:47:42 +08:00 committed by Furquan Shaikh
parent 986d5c90a5
commit a51ff0712c
2 changed files with 2 additions and 0 deletions

View File

@ -401,6 +401,7 @@ const struct pad_config *variant_sku_gpio_table(size_t *num)
uint32_t sku_id = variant_board_sku();
const struct pad_config *board_gpio_tables;
switch (sku_id) {
case SKU_0_VAYNE:
case SKU_1_VAYNE:
case SKU_2_VAYNE:
*num = ARRAY_SIZE(vayne_sku_gpio_table);

View File

@ -65,6 +65,7 @@ void variant_devtree_update(void)
cfg->tdp_pl2_override = get_pl2();
switch (sku_id) {
case SKU_0_VAYNE:
case SKU_1_VAYNE:
case SKU_2_VAYNE:
/* Disable unused port USB port */