[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Disable rear camera for all vayne sku.

Amanda Hwang (Code Review) gerrit at coreboot.org
Mon Apr 9 08:43:19 CEST 2018


Amanda Hwang has uploaded this change for review. ( https://review.coreboot.org/25563


Change subject: mb/google/poppy: Disable rear camera for all vayne sku.
......................................................................

mb/google/poppy: Disable rear camera for all vayne sku.

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

Change-Id: I6e7c1e8791462f00ad8336372954ee0a9465d9b8
Signed-off-by: amanda_hwang <amanda_hwang at compal.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nami/mainboard.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/25563/1

diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c
index 4fc3d88..11d4060 100644
--- a/src/mainboard/google/poppy/variants/nami/mainboard.c
+++ b/src/mainboard/google/poppy/variants/nami/mainboard.c
@@ -46,6 +46,7 @@
 	config_t *cfg = root->chip_info;
 	switch (sku_id) {
 	case SKU_1_VAYNE:
+	case SKU_2_VAYNE:
 		cfg->usb2_ports[5].enable = 0;//rear camera
 		break;
 	default:

-- 
To view, visit https://review.coreboot.org/25563
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: I6e7c1e8791462f00ad8336372954ee0a9465d9b8
Gerrit-Change-Number: 25563
Gerrit-PatchSet: 1
Gerrit-Owner: Amanda Hwang <amanda_hwang at compal.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180409/4dd19261/attachment.html>


More information about the coreboot-gerrit mailing list