aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/genesis/gpio.c
diff options
context:
space:
mode:
authorJoe Tessler <jrt@google.com>2020-12-08 14:50:55 -0500
committerFurquan Shaikh <furquan@google.com>2020-12-11 18:04:30 +0000
commit0b04d1bf8832fa7c499344d21aaa007aecbc925a (patch)
treea3ce4b61bcbf9789e8e0c7bb957d7e01eef81339 /src/mainboard/google/hatch/variants/genesis/gpio.c
parentfe09a6fd47b92d75d63143fe9e40d57835a3fd93 (diff)
hatch: enable genesis PCIe/USB devices
Updates PCIe registers and GPIO CLKREQ lines to match the schematic. BUG=b:173566597,b:173567124,b:173566890 TEST=build AP firmware; flash device BRANCH=none Change-Id: Ibf519b812022839f749e503436f097d3b48c4383 Signed-off-by: Joe Tessler <jrt@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48523 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/genesis/gpio.c')
-rw-r--r--src/mainboard/google/hatch/variants/genesis/gpio.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/genesis/gpio.c b/src/mainboard/google/hatch/variants/genesis/gpio.c
index 5a911fc4f9..a095da1e11 100644
--- a/src/mainboard/google/hatch/variants/genesis/gpio.c
+++ b/src/mainboard/google/hatch/variants/genesis/gpio.c
@@ -14,6 +14,16 @@ static const struct pad_config gpio_table[] = {
/* B5 : LAN_CLKREQ_ODL */
PAD_CFG_NF(GPP_B5, NONE, DEEP, NF1),
+ /* B6 : M2_SSD_CLKREQ_ODL */
+ PAD_CFG_NF(GPP_B6, NONE, DEEP, NF1),
+ /* B7 : M2_TPU0_CLKREQ_ODL */
+ PAD_CFG_NF(GPP_B7, NONE, DEEP, NF1),
+ /* B8 : CLK_PCIE_REQ3 (not connected) */
+ PAD_NC(GPP_B8, NONE),
+ /* B9 : M2_TPU1_CLKREQ_ODL */
+ PAD_CFG_NF(GPP_B9, NONE, DEEP, NF1),
+ /* B10 : M2_WLAN_CLKREQ_ODL */
+ PAD_CFG_NF(GPP_B10, NONE, DEEP, NF1),
/* C0 : SMBCLK */
PAD_CFG_NF(GPP_C0, NONE, DEEP, NF1),