mb/starlabs/*: Unify Sleep S3 and S4 GPIO configurations
Ensure all boards configure these two GPIOs to NF1. Change-Id: Ie8a222bff349a427083adb1c4d7ca73a41de3095 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87360 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
fed584e100
commit
76a1e81b10
5 changed files with 10 additions and 10 deletions
|
|
@ -21,8 +21,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPD0, NONE, DEEP, NF1), /* Battery Low */
|
||||
PAD_CFG_NF(GPD1, NONE, DEEP, NF1), /* Charger Connected */
|
||||
PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), /* Power Button */
|
||||
PAD_NC(GPD4, NONE), /* Sleep S3 */
|
||||
PAD_NC(GPD5, NONE), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD4, NONE, DEEP, NF1), /* Sleep S3 */
|
||||
PAD_CFG_NF(GPD5, NONE, DEEP, NF1), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD8, NONE, DEEP, NF1), /* Bluetooth Suspend */
|
||||
|
||||
/* eSPI */
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPD0, NONE, DEEP, NF1), /* Battery Low */
|
||||
PAD_CFG_NF(GPD1, NONE, DEEP, NF1), /* Charger Connected */
|
||||
PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), /* Power Button */
|
||||
PAD_NC(GPD4, NONE), /* Sleep S3 */
|
||||
PAD_NC(GPD5, NONE), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD4, NONE, DEEP, NF1), /* Sleep S3 */
|
||||
PAD_CFG_NF(GPD5, NONE, DEEP, NF1), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD8, NONE, DEEP, NF1), /* Bluetooth Suspend */
|
||||
|
||||
/* eSPI */
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPD0, NONE, DEEP, NF1), /* Battery Low */
|
||||
PAD_CFG_NF(GPD1, NONE, DEEP, NF1), /* Charger Connected */
|
||||
PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), /* Power Button */
|
||||
PAD_NC(GPD4, NONE), /* Sleep S3 */
|
||||
PAD_NC(GPD5, NONE), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD4, NONE, DEEP, NF1), /* Sleep S3 */
|
||||
PAD_CFG_NF(GPD5, NONE, DEEP, NF1), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD8, NONE, DEEP, NF1), /* Bluetooth Suspend */
|
||||
|
||||
/* eSPI */
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPD0, NONE, DEEP, NF1), /* Battery Low */
|
||||
PAD_CFG_NF(GPD1, NONE, DEEP, NF1), /* Charger Connected */
|
||||
PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), /* Power Button */
|
||||
PAD_NC(GPD4, NONE), /* Sleep S3 */
|
||||
PAD_NC(GPD5, NONE), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD4, NONE, DEEP, NF1), /* Sleep S3 */
|
||||
PAD_CFG_NF(GPD5, NONE, DEEP, NF1), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD8, NONE, DEEP, NF1), /* Bluetooth Suspend */
|
||||
|
||||
/* eSPI */
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPD0, NONE, DEEP, NF1), /* Battery Low */
|
||||
PAD_CFG_NF(GPD1, NONE, DEEP, NF1), /* Charger Connected */
|
||||
PAD_CFG_NF(GPD3, UP_20K, DEEP, NF1), /* Power Button */
|
||||
PAD_NC(GPD4, NONE), /* Sleep S3 */
|
||||
PAD_NC(GPD5, NONE), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD4, NONE, DEEP, NF1), /* Sleep S3 */
|
||||
PAD_CFG_NF(GPD5, NONE, DEEP, NF1), /* Sleep S4 */
|
||||
PAD_CFG_NF(GPD8, NONE, DEEP, NF1), /* Bluetooth Suspend */
|
||||
|
||||
/* eSPI */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue