diff options
author | Tyler Wang <tyler.wang@quanta.corp-partner.google.com> | 2023-08-28 18:35:04 +0800 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-08-30 09:12:05 +0000 |
commit | 92b6c3cc1f2a4ea47b01b9661e125434dd6114b9 (patch) | |
tree | 24d55a1cc7da0971ff1d27a2ac547ebce9d604d3 /src/mainboard | |
parent | ee4191852abf9b24f822468250c24edb993497c6 (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/rex/variants/karis/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/variants/karis/gpio.c b/src/mainboard/google/rex/variants/karis/gpio.c index 2d9ba83ef5..70d9f4925b 100644 --- a/src/mainboard/google/rex/variants/karis/gpio.c +++ b/src/mainboard/google/rex/variants/karis/gpio.c @@ -146,8 +146,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_D00, NONE), /* GPP_D01 : Not Connected */ PAD_NC(GPP_D01, NONE), - /* GPP_D04 : [] ==> EN_SPKR */ - PAD_CFG_GPO(GPP_D04, 1, DEEP), + /* GPP_D04 : Not Connected. */ + PAD_NC(GPP_D04, NONE), /* GPP_D05 : net NC. Test pad. */ PAD_NC(GPP_D05, NONE), /* GPP_D06 : net NC. Test pad.*/ |