mb/starlabs/starlite_adl: Set BT_EN to host owned
BT_EN (VGPIO_0) needs to be host-owned, so that the driver can control it during the reset procedure. Adjust it accordingly. Change-Id: I13ac7a31f1518450fc6d8feefb9f37115e4628a6 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86127 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
5deea4ca73
commit
0c6576ba67
1 changed files with 3 additions and 0 deletions
|
|
@ -448,6 +448,9 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_R6, NONE),
|
||||
/* R7: Not Connected */
|
||||
PAD_NC(GPP_R7, NONE),
|
||||
|
||||
/* BT_EN */
|
||||
PAD_CFG_GPO_GPIO_DRIVER(GPP_VGPIO_0, 1, DEEP, NONE),
|
||||
};
|
||||
|
||||
const struct pad_config *variant_gpio_table(size_t *num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue