[coreboot-gerrit] Change in coreboot[master]: mainboard/google/zoombini/variant/meowth: enable FCAM_PWR_EN

Nick Vaccaro (Code Review) gerrit at coreboot.org
Tue Jan 30 15:11:57 CET 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/23503


Change subject: mainboard/google/zoombini/variant/meowth: enable FCAM_PWR_EN
......................................................................

mainboard/google/zoombini/variant/meowth: enable FCAM_PWR_EN

Turn on power for front camera at startup in coreboot (needs
to be set for factory scan).

BUG=b:69011806
BRANCH=master
TEST=none

Change-Id: I2f31b19dfef5fe386b485dd675f0ff981288acf4
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/zoombini/variants/meowth/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/23503/1

diff --git a/src/mainboard/google/zoombini/variants/meowth/gpio.c b/src/mainboard/google/zoombini/variants/meowth/gpio.c
index cd9b9e3..8fff84f 100644
--- a/src/mainboard/google/zoombini/variants/meowth/gpio.c
+++ b/src/mainboard/google/zoombini/variants/meowth/gpio.c
@@ -124,7 +124,7 @@
 /* ISH_I2C1_SDA */	PAD_CFG_GPO(GPP_D7, 1, DEEP), /* FCAM_RST_L */
 /* ISH_I2C1_SCL */	PAD_NC(GPP_D8, NONE),
 /* ISH_SPI_CS# */	PAD_CFG_GPO(GPP_D9, 1, DEEP), /* PP3300_WLAN_EN */
-/* ISH_SPI_CLK */	PAD_CFG_GPO(GPP_D10, 0, DEEP), /* FCAM_PWR_EN */
+/* ISH_SPI_CLK */	PAD_CFG_GPO(GPP_D10, 1, DEEP), /* FCAM_PWR_EN */
 /* ISH_SPI_MISO */	PAD_NC(GPP_D11, NONE),
 /* ISH_SPI_MOSI */	PAD_CFG_GPI(GPP_D12, NONE, DEEP), /* GPP_D12_STRAP */
 /* ISH_UART0_RXD */	PAD_NC(GPP_D13, NONE), /* ISH_UART_RX */

-- 
To view, visit https://review.coreboot.org/23503
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: I2f31b19dfef5fe386b485dd675f0ff981288acf4
Gerrit-Change-Number: 23503
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180130/f7d01ca1/attachment.html>


More information about the coreboot-gerrit mailing list