mb/google/brya/var/felwinter: Add R4/R5 for dmic
Based on latest schematic (0903) update the GPIO table. BUG=b:197308586 BRANCH=None TEST=emerge-brya coreboot Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: Ie79ba14859f7fa4ea66a0f0d58287f4515d01baf Reviewed-on: https://review.coreboot.org/c/coreboot/+/57636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
94594608be
commit
b4f4477e2a
|
@ -86,10 +86,10 @@ static const struct pad_config override_gpio_table[] = {
|
|||
PAD_NC(GPP_H22, NONE),
|
||||
/* H23 : SRCCLKREQ5# ==> NC */
|
||||
PAD_NC(GPP_H23, NONE),
|
||||
/* R4 : HDA_RST# ==> NC */
|
||||
PAD_NC(GPP_R4, NONE),
|
||||
/* R5 : HDA_SDI1 ==> NC */
|
||||
PAD_NC(GPP_R5, NONE),
|
||||
/* R4 : HDA_RST# ==> DMIC_CLK0 */
|
||||
PAD_CFG_NF(GPP_R4, NONE, DEEP, NF3),
|
||||
/* R5 : HDA_SDI1 ==> DMIC_DATA0 */
|
||||
PAD_CFG_NF(GPP_R5, NONE, DEEP, NF3),
|
||||
/* R6 : I2S2_TXD ==> NC */
|
||||
PAD_NC(GPP_R6, NONE),
|
||||
/* R7 : I2S2_RXD ==> NC */
|
||||
|
|
Loading…
Reference in New Issue