summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/primus/gpio.c
diff options
context:
space:
mode:
authorMalik_Hsu <malik_hsu@wistron.corp-partner.google.com>2021-09-08 09:26:40 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-09-09 15:00:21 +0000
commite42634b059d63a80c49efb16f6b87663b034af8b (patch)
tree8dc12d54eb6d27acad90aee45c7310527788eab3 /src/mainboard/google/brya/variants/primus/gpio.c
parentfe2d0ec029043a42de839436270a6e4f598df95a (diff)
mb/google/brya/variants/primus: update for next build phase
According to the schematic diagram of version C14_MB_20210902A_SB, modify the settings of GPIO and fw_config. BUG=b:197700276 BRANCH=none TEST=emerge-brya coreboot Signed-off-by: Malik_Hsu <malik_hsu@wistron.corp-partner.google.com> Change-Id: I14907faeb631193715b1e0e451e427fb79a68279 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57331 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/primus/gpio.c')
-rw-r--r--src/mainboard/google/brya/variants/primus/gpio.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/mainboard/google/brya/variants/primus/gpio.c b/src/mainboard/google/brya/variants/primus/gpio.c
index 8e92447e6c..20911680d0 100644
--- a/src/mainboard/google/brya/variants/primus/gpio.c
+++ b/src/mainboard/google/brya/variants/primus/gpio.c
@@ -10,6 +10,8 @@
static const struct pad_config override_gpio_table[] = {
/* A6 : ESPI_ALERT1# ==> NC */
PAD_NC(GPP_A6, NONE),
+ /* A7 : SRCCLK_OE7# ==> NC */
+ PAD_NC(GPP_A7, NONE),
/* A14 : USB_OC1# ==> NC */
PAD_NC(GPP_A14, NONE),
/* A15 : USB_OC2# ==> NC */
@@ -44,14 +46,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_E3, NONE),
/* E7 : PROC_GP1 ==> NC */
PAD_NC(GPP_E7, NONE),
- /* E10 : THC0_SPI1_CS# ==> NC */
- PAD_NC(GPP_E10, NONE),
- /* E17 : THC0_SPI1_INT# ==> NC */
- PAD_NC(GPP_E17, NONE),
/* E20 : USB_C1_LSX_SOC_TX ==> EN_PP3300_eMMC */
PAD_CFG_GPO(GPP_E20, 1, DEEP),
- /* E21 : USB_C1_LSX_SOC_RX_STRAP ==> NC */
- PAD_NC(GPP_E21, NONE),
/* F19 : SRCCLKREQ6# ==> EMMC_CLKREQ_ODL */
PAD_CFG_NF(GPP_F19, NONE, DEEP, NF1),
@@ -64,11 +60,9 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_H21, NONE),
/* H22 : IMGCLKOUT3 ==> NC */
PAD_NC(GPP_H22, NONE),
+ /* H23 : SRCCLKREQ5# ==> NC */
+ PAD_NC(GPP_H23, NONE),
- /* S4 : SNDW2_CLK ==> NC */
- PAD_NC(GPP_S4, NONE),
- /* S5 : SNDW2_DATA ==> NC */
- PAD_NC(GPP_S5, NONE),
/* S6 : SNDW3_CLK ==> NC */
PAD_NC(GPP_S6, NONE),
/* S7 : SNDW3_DATA ==> NC */