summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/drawcia/variant.c
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quanta.corp-partner.google.com>2021-08-27 16:55:08 +0600
committerFelix Held <felix-coreboot@felixheld.de>2021-09-05 19:22:24 +0000
commitcfed6263ab8a2a92bd4e3f806ebd01b9c629d128 (patch)
tree61c9b6461f69ca54eac56462e2fb83f04c89d6de /src/mainboard/google/dedede/variants/drawcia/variant.c
parent01a4dde26548eb05ee419c86f2d9b30e8472613a (diff)
mb/google/dedede/var/drawcia: change LTE reset pin to GPP_H17
Drawper change LTE reset pin from GPP_H0 to GPP_H17 from DVT phase. BUG=b:198117092 TEST=emerge-dedede coreboot Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Change-Id: Ib65580babf7d21535df2bd8d33bb19261bebfe15 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57204 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Henry Sun <henrysun@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/drawcia/variant.c')
-rw-r--r--src/mainboard/google/dedede/variants/drawcia/variant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/drawcia/variant.c b/src/mainboard/google/dedede/variants/drawcia/variant.c
index c557fe0a98..a8ec58167a 100644
--- a/src/mainboard/google/dedede/variants/drawcia/variant.c
+++ b/src/mainboard/google/dedede/variants/drawcia/variant.c
@@ -29,6 +29,7 @@ const char *mainboard_vbt_filename(void)
static void power_off_lte_module(void)
{
gpio_output(GPP_H0, 0);
+ gpio_output(GPP_H17, 0);
mdelay(20);
gpio_output(GPP_A10, 0);
}