diff options
author | Subrata Banik <subratabanik@google.com> | 2023-01-03 12:03:40 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-04 07:00:29 +0000 |
commit | 6f5be8ff3079f31c0c46508c8b1c4473aed05658 (patch) | |
tree | e8ea5bbd0a141b230a8511aca6b3c37c510146aa /src/mainboard | |
parent | a2a9e8ea8fb58943a04ba1a5890010b20beb474e (diff) |
mb/google/rex: Configure EN_DMIC_SOC_DATA to GPO and LOW
This patch configures GPP_H15 (EN_DMIC_SOC_DATA) as GPO and put into
safe state aka LOW/PD.
BUG=b:263411621
TEST=Able to build and boot Google, Rex to ChromeOS.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I3d376f895b2f0882c9fa6fe7b98686907bde4321
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71631
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index 7e04869578..01fa95d6c6 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -317,8 +317,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_H13, NONE, DEEP, NF1), /* GPP_H14 : [] ==> SLP_S0_GATE_R */ PAD_CFG_GPO(GPP_H14, 1, PLTRST), - /* GPP_H15 : net NC is not present in the given design */ - PAD_NC(GPP_H15, NONE), + /* GPP_H15 : [] ==> EN_DMIC_SOC_DATA */ + PAD_CFG_GPO(GPP_H15, 0, PLTRST), /* GPP_H16 : [] ==> DDIB_HDMI_CTRLCLK*/ PAD_CFG_NF(GPP_H16, NONE, DEEP, NF1), /* GPP_H17 : [] ==> DDIB_HDMI_CTRLDATA */ |