summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rauru/gpio.h
diff options
context:
space:
mode:
authorYidi Lin <yidilin@chromium.org>2024-04-08 14:26:05 +0800
committerYu-Ping Wu <yupingso@google.com>2024-11-27 15:49:38 +0000
commit8943e40b18911552b28e841394068bed80612829 (patch)
tree8fc3ee015936dec45d0ebd6ca74653a7aada0739 /src/mainboard/google/rauru/gpio.h
parent0f80bfd460b1b6e8befb02abcb036177da9ba337 (diff)
mb/google/rauru: Add configuration for SD card detect pin
Pass SD card detect GPIO to payloads for SD card detection. BUG=b:317009620 TEST=build pass Change-Id: I1901fd45833f2415c61b61f9e04ebb54440df80a Signed-off-by: Jarried Lin <jarried.lin@mediatek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85250 Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rauru/gpio.h')
-rw-r--r--src/mainboard/google/rauru/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rauru/gpio.h b/src/mainboard/google/rauru/gpio.h
index d97b38d80a..d513dceab8 100644
--- a/src/mainboard/google/rauru/gpio.h
+++ b/src/mainboard/google/rauru/gpio.h
@@ -7,6 +7,7 @@
#define GPIO_BEEP_ON_OD GPIO(PERIPHERAL_EN1)
#define GPIO_EN_SPKR GPIO(PERIPHERAL_EN0)
+#define GPIO_SD_CD_AP_ODL GPIO(EINT11)
#define GPIO_GSC_AP_INT_ODL GPIO(EINT18)
#define GPIO_EC_AP_INT_ODL GPIO(EINT19)
#define GPIO_XHCI_INIT_DONE GPIO(EINT28)