Ricky Liang has uploaded this change for review. ( https://review.coreboot.org/27433
Change subject: mainboard/google/nocturne: Update GPIO_FCAM_PWR_EN ......................................................................
mainboard/google/nocturne: Update GPIO_FCAM_PWR_EN
The FCAM_PWR_EN gpio should be GPP_B4 according to the latest board schematics.
Change-Id: Id926bd224b3392d8a61b6d8ae0509053afaa5b9e Signed-off-by: Ricky Liang jcliang@chromium.org --- M src/mainboard/google/poppy/variants/nocturne/include/variant/gpio.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/27433/1
diff --git a/src/mainboard/google/poppy/variants/nocturne/include/variant/gpio.h b/src/mainboard/google/poppy/variants/nocturne/include/variant/gpio.h index 028db14..0853893 100644 --- a/src/mainboard/google/poppy/variants/nocturne/include/variant/gpio.h +++ b/src/mainboard/google/poppy/variants/nocturne/include/variant/gpio.h @@ -41,7 +41,7 @@ #define GPIO_RCAM_PWR_EN GPP_D7 #define GPIO_PCH_RCAM_CLK_EN GPP_D14 #define GPIO_RCAM_RST_L GPP_D16 -#define GPIO_FCAM_PWR_EN GPP_D8 +#define GPIO_FCAM_PWR_EN GPP_B4 #define GPIO_PCH_FCAM_CLK_EN GPP_D13 #define GPIO_FCAM_RST_L GPP_D15