mb/google/fatcat/var/ruby: Modify gpio pin for enabling audio function
Correct gpio pin GPP_H17 to enable audio function. schematics: RUBY_EVT_0902_2112.pdf BUG=b:444302973 TEST=Use local test bios and kernel to test audio function works. Change-Id: I2145349f23915b7fe7ba6002ef6b5cbdfea3e5bb Signed-off-by: luca.lai <luca.lai@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Derek Huang <derekhuang@google.com>
This commit is contained in:
parent
2804a0d771
commit
4c5c62bc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ static const struct pad_config gpio_table[] = {
|
|||
/* GPP_H16: NC */
|
||||
PAD_NC(GPP_H16, NONE),
|
||||
/* GPP_H17: SOC_HP_INT_L */
|
||||
PAD_CFG_GPI(GPP_H17, NONE, DEEP),
|
||||
PAD_CFG_GPI_INT(GPP_H17, NONE, PLTRST, EDGE_BOTH),
|
||||
/* GPP_H19: I3C0_SDA_HDR */
|
||||
PAD_CFG_NF(GPP_H19, NONE, DEEP, NF2),
|
||||
/* GPP_H20: I3C0_SCL_HDR */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue