Hello Patrick Georgi, Martin Roth, Marco Chen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45193
to look at the new patch set (#2).
Change subject: mb/google/octopus/variants/fleex: support LTE power sequence ......................................................................
mb/google/octopus/variants/fleex: support LTE power sequence
GPIOs related to power sequence are 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:168075958 BRANCH=octopus TEST=build image and verify on the DUT with LTE DB.
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: I9b56ef8ff346c1d4edd5aad04d4a7396c4702ffc --- M src/mainboard/google/octopus/variants/fleex/Makefile.inc M src/mainboard/google/octopus/variants/fleex/gpio.c A src/mainboard/google/octopus/variants/fleex/variant.c 3 files changed, 71 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/45193/2