Evan Green has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46114 )
Change subject: mb/google/dedede: Enable GPP_E5 for i2c-mux ......................................................................
mb/google/dedede: Enable GPP_E5 for i2c-mux
Waddledee is going to have an I2C mux controlled by a GPIO to separate cameras that both want the same I2C address. Enable this pin as an output so that it can control stuff.
BUG=b:169444894 TEST=Test GPIO mux on reworked machine.
Signed-off-by: Evan Green evgreen@chromium.org Change-Id: I12f2def0afec5873e72121ba8242b1160f99cfad --- M src/mainboard/google/dedede/variants/baseboard/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/46114/1
diff --git a/src/mainboard/google/dedede/variants/baseboard/gpio.c b/src/mainboard/google/dedede/variants/baseboard/gpio.c index 1d8d21d..352fe7b 100644 --- a/src/mainboard/google/dedede/variants/baseboard/gpio.c +++ b/src/mainboard/google/dedede/variants/baseboard/gpio.c @@ -200,7 +200,7 @@ /* E4 : IMGCLKOUT_2 */ PAD_NC(GPP_E4, NONE), /* E5 : AP_SUB_IO_2 */ - PAD_NC(GPP_E5, NONE), + PAD_CFG_GPO(GPP_E5, 0, PLTRST), /* E6 : GPP_E6/IMGCLKOUT_3 */ PAD_NC(GPP_E6, NONE), /* E7 : GPP_E7/SATA_1_DEVSLP */
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46114?usp=email )
Change subject: mb/google/dedede: Enable GPP_E5 for i2c-mux ......................................................................
Abandoned