summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2022-03-08 19:55:11 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-03-10 15:18:55 +0000
commit496734379dc0e6873a2d81edf0872987be5be4c0 (patch)
tree7a9a7b5f75bd78d950f3cc25b03797ab3dfed622
parentb4a712279f7b81e959f9921a94b7a3253c362a77 (diff)
downloadcoreboot-496734379dc0e6873a2d81edf0872987be5be4c0.tar.gz
coreboot-496734379dc0e6873a2d81edf0872987be5be4c0.tar.bz2
coreboot-496734379dc0e6873a2d81edf0872987be5be4c0.zip
mb/google/guybrush/var/nipperkin: turn off WWAN DPR
Sets GPIO 42 to high to turn off WWAN DPR BUG=b:216735313 BRANCH=guybrush TEST=emerge-guybrush coreboot make sure GPIO42 is high Change-Id: Id0fcf27f086f98b2d42b47c8a871252b52d204ba Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62663 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/gpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/gpio.c b/src/mainboard/google/guybrush/variants/nipperkin/gpio.c
index 0b3b9b265eae..0fdedbf8ddf6 100644
--- a/src/mainboard/google/guybrush/variants/nipperkin/gpio.c
+++ b/src/mainboard/google/guybrush/variants/nipperkin/gpio.c
@@ -37,6 +37,8 @@ static const struct soc_amd_gpio bid2_override_gpio_table[] = {
PAD_GPO(GPIO_18, HIGH),
/* SOC_SC_PWRSV */
PAD_GPO(GPIO_31, HIGH),
+ /* WWAN_DPR_SAR_ODL */
+ PAD_GPO(GPIO_42, HIGH),
};
static const struct soc_amd_gpio override_early_gpio_table[] = {