[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Disable rear camera/DMIC for vayne skuid 3A67

Van Chen (Code Review) gerrit at coreboot.org
Tue Jun 5 05:52:14 CEST 2018


Van Chen has uploaded this change for review. ( https://review.coreboot.org/26855


Change subject: mb/google/poppy: Disable rear camera/DMIC for vayne skuid 3A67
......................................................................

mb/google/poppy: 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 at compal.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nami/gpio.c
M src/mainboard/google/poppy/variants/nami/mainboard.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/26855/1

diff --git a/src/mainboard/google/poppy/variants/nami/gpio.c b/src/mainboard/google/poppy/variants/nami/gpio.c
index d1b4c54..0e6b1b7 100644
--- a/src/mainboard/google/poppy/variants/nami/gpio.c
+++ b/src/mainboard/google/poppy/variants/nami/gpio.c
@@ -401,6 +401,7 @@
 	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);
diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c
index a98d7bf..9577623 100644
--- a/src/mainboard/google/poppy/variants/nami/mainboard.c
+++ b/src/mainboard/google/poppy/variants/nami/mainboard.c
@@ -65,6 +65,7 @@
 	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 */

-- 
To view, visit https://review.coreboot.org/26855
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9131b4c41bf189829be4e7e6bfaf4a96765cfa15
Gerrit-Change-Number: 26855
Gerrit-PatchSet: 1
Gerrit-Owner: Van Chen <van_chen at compal.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180605/9c093e27/attachment.html>


More information about the coreboot-gerrit mailing list