Chen Wisley has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35845 )
Change subject: mb/goog/hatch: Initialize FPMCU_PCH_BOOT1 ......................................................................
mb/goog/hatch: Initialize FPMCU_PCH_BOOT1
FPMCU_PCH_BOOT1 pin is connected to GPP_C12. So, config GPP_C12.
BUG=b:142188003 TEST=emerge-hatch coreboot
Change-Id: I73a5c3529330ef3e72f4c7d5fcbbd2f6693494d8 Signed-off-by: Wisley Chen wisley.chen@quantatw.com --- M src/mainboard/google/hatch/variants/dratini/gpio.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/35845/1
diff --git a/src/mainboard/google/hatch/variants/dratini/gpio.c b/src/mainboard/google/hatch/variants/dratini/gpio.c index 003b7d1..30d56d7 100644 --- a/src/mainboard/google/hatch/variants/dratini/gpio.c +++ b/src/mainboard/google/hatch/variants/dratini/gpio.c @@ -31,6 +31,8 @@ PAD_NC(GPP_A18, NONE), /* A19 : NC */ PAD_NC(GPP_A19, NONE), + /* C12 : FPMCU_PCH_BOOT1 */ + PAD_CFG_GPO(GPP_C12, 0, DEEP), /* C15 : NC */ PAD_NC(GPP_C15, NONE), /* F1 : NC */