mb/starlabs/starbook/tgl: Correct GPIO reset for GPP_C6/C7
Eliminates errors in cbmem log:
[ERROR] gpio_pad_reset_config_override: Logical to Chipset mapping
not found
Change-Id: I562e63365599a2dc62526f5789b7c6c79318cb9e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91298
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
e21093b055
commit
392529ebb2
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_H16, NONE, DEEP, NF1), /* HDMI Clock */
|
||||
PAD_CFG_NF(GPP_H17, NONE, DEEP, NF1), /* HDMI Data */
|
||||
PAD_CFG_NF(GPP_B11, NONE, DEEP, NF1), /* PMC Interrupt */
|
||||
PAD_CFG_NF(GPP_C6, NONE, PWROK, NF1), /* SML Clock */
|
||||
PAD_CFG_NF(GPP_C7, NONE, PWROK, NF1), /* SML Data */
|
||||
PAD_CFG_NF(GPP_C6, NONE, DEEP, NF1), /* SML Clock */
|
||||
PAD_CFG_NF(GPP_C7, NONE, DEEP, NF1), /* SML Data */
|
||||
|
||||
/* Webcam */
|
||||
PAD_CFG_TERM_GPO(GPP_D19, 1, UP_20K, DEEP), /* Power */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue