mb/google/fatcat/var/ruby: Change GPIO pins to fix audio function
Change below GPIO pins status to fix audio function. GPP_H19 : Native function 1 GPP_H20 : Native function 1 BUG=b:466263099 TEST=Build and boot to OS, check soundcard shows using command 'cat /proc/asound/cards' and check audio jack and amp are work. Change-Id: I1771d063d8f15fef672119f56482d7cf3c954c27 Signed-off-by: luca.lai <luca.lai@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90455 Reviewed-by: Derek Huang <derekhuang@google.com> Reviewed-by: YH Lin <yueherngl@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
6b5a872ce8
commit
d556bc65c2
1 changed files with 2 additions and 2 deletions
|
|
@ -321,9 +321,9 @@ static const struct pad_config gpio_table[] = {
|
||||||
/* GPP_H17: SOC_HP_INT_L */
|
/* GPP_H17: SOC_HP_INT_L */
|
||||||
PAD_CFG_GPI_INT(GPP_H17, NONE, PLTRST, EDGE_BOTH),
|
PAD_CFG_GPI_INT(GPP_H17, NONE, PLTRST, EDGE_BOTH),
|
||||||
/* GPP_H19: I3C0_SDA_HDR */
|
/* GPP_H19: I3C0_SDA_HDR */
|
||||||
PAD_CFG_NF(GPP_H19, NONE, DEEP, NF2),
|
PAD_CFG_NF(GPP_H19, NONE, DEEP, NF1),
|
||||||
/* GPP_H20: I3C0_SCL_HDR */
|
/* GPP_H20: I3C0_SCL_HDR */
|
||||||
PAD_CFG_NF(GPP_H20, NONE, DEEP, NF2),
|
PAD_CFG_NF(GPP_H20, NONE, DEEP, NF1),
|
||||||
/* GPP_H21: CAL_SDA_IN */
|
/* GPP_H21: CAL_SDA_IN */
|
||||||
PAD_CFG_NF(GPP_H21, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_H21, NONE, DEEP, NF1),
|
||||||
/* GPP_H22: CAL_SCL_IN */
|
/* GPP_H22: CAL_SCL_IN */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue