mb/starlabs/lite/{glk/glkr}: Configure prt0_gpio

PERST_0 is not used, so set this to GPIO_PRT0_UDEF (undefined) to
ensure that an undefined address is not added to GNVS.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Iac9b116b2fa28824a89db28911188364dc9a1a53
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64446
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
This commit is contained in:
Sean Rhodes 2022-05-18 09:01:42 +01:00 committed by Paul Fagerburg
parent 7151e0ed15
commit c754462717
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ chip soc/intel/apollolake
register "ModPhyIfValue" = "0x12"
register "prt0_gpio" = "GPIO_PRT0_UDEF"
register "usb_config_override" = "1"
register "DisableComplianceMode" = "1"

View File

@ -29,6 +29,8 @@ chip soc/intel/apollolake
register "ModPhyIfValue" = "0x12"
register "prt0_gpio" = "GPIO_PRT0_UDEF"
register "usb_config_override" = "1"
register "DisableComplianceMode" = "1"