mb/google/zork: Set GPIO 86 high on boot
GPIO 86 should be set high on boot to save power. BUG=b:173340497 TEST=Build only BRANCH=Zork Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I31ef1d2a1967d82ba5370462783a909417088d2f Reviewed-on: https://review.coreboot.org/c/coreboot/+/47673 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
c913c7ead1
commit
11c765c1f1
|
@ -97,8 +97,8 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
|||
PAD_GPI(GPIO_84, PULL_NONE),
|
||||
/* APU_EDP_BL_DISABLE TODP: Set low in depthcharge */
|
||||
PAD_GPO(GPIO_85, HIGH),
|
||||
/* RAM ID 2 */
|
||||
PAD_GPI(GPIO_86, PULL_NONE),
|
||||
/* RAM ID 2 - Keep High */
|
||||
PAD_GPO(GPIO_86, HIGH),
|
||||
/* EMMC_DATA7 */
|
||||
PAD_NF(GPIO_87, EMMC_DATA7, PULL_NONE),
|
||||
/* EMMC_DATA5 */
|
||||
|
|
Loading…
Reference in New Issue