Hello Marco Chen, Henry Sun, Justin TerAvest, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37931
to look at the new patch set (#2).
Change subject: mb/google/octopus/variants/dood: support LTE module ......................................................................
mb/google/octopus/variants/dood: support LTE module
related LTE GPIOs: GPIO_67 - EN_PP3300 GPIO_117 - FULL_CARD_POWER_ON_OFF GPIO_161 - PLT_RST_LTE_L 1. Power on: GPIO_67 -> 0ms -> GPIO_117 -> 30ms -> GPIO_161 2. Power off: GPIO_161 -> 30ms -> GPIO_117 -> 100ms -> GPIO_67 3. Power reset: - keep GPIO_67 and GPIO_117 high and - pull down GPIO_161 for 30ms then release it.
BUG=b:146843935 BRANCH=octopus TEST=build and verify on the DUT with LTE
Signed-off-by: Ren Kuo ren.kuo@quanta.corp-partner.google.com Change-Id: Ief6c993ede2bb4b3effbb05cfe22b7af4fcf7faf --- M src/mainboard/google/octopus/variants/dood/Makefile.inc M src/mainboard/google/octopus/variants/dood/gpio.c A src/mainboard/google/octopus/variants/dood/variant.c 3 files changed, 128 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/37931/2