mb/google/rex/var/karis: Set GPP_D04 to NC
Follow schematic, set GPP_D04 to NC. BUG=b:294155897 TEST=emerge-rex coreboot Change-Id: Ie222a2773ff7d2b87641f55b4d37ff3bdf761cd2 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
ee4191852a
commit
92b6c3cc1f
|
@ -146,8 +146,8 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_D00, NONE),
|
PAD_NC(GPP_D00, NONE),
|
||||||
/* GPP_D01 : Not Connected */
|
/* GPP_D01 : Not Connected */
|
||||||
PAD_NC(GPP_D01, NONE),
|
PAD_NC(GPP_D01, NONE),
|
||||||
/* GPP_D04 : [] ==> EN_SPKR */
|
/* GPP_D04 : Not Connected. */
|
||||||
PAD_CFG_GPO(GPP_D04, 1, DEEP),
|
PAD_NC(GPP_D04, NONE),
|
||||||
/* GPP_D05 : net NC. Test pad. */
|
/* GPP_D05 : net NC. Test pad. */
|
||||||
PAD_NC(GPP_D05, NONE),
|
PAD_NC(GPP_D05, NONE),
|
||||||
/* GPP_D06 : net NC. Test pad.*/
|
/* GPP_D06 : net NC. Test pad.*/
|
||||||
|
|
Loading…
Reference in New Issue