From 8adc624080ac8af063e9a18b9b4273826f7aff9d Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Thu, 18 Mar 2021 10:19:59 -0600 Subject: zephyr: lazor: enable power sequencing Enable SC7180 power sequencing code. Currently, depthcharge starts and then times out on some host commands, and the AP issues a reboot. We're going to need the SPI host interface up and going in Zephyr to get any further, so may as well submit this for now. BUG=b:183054226 BRANCH=none TEST=used serial firmware to verify that depthcharge starts, times out on some host commands, and then reboots Signed-off-by: Jack Rosenthal Change-Id: I860088360480946b644fd1bb276a29266c57c614 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2774368 Reviewed-by: Simon Glass Reviewed-by: Wai-Hong Tam --- zephyr/Kconfig.powerseq | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zephyr/Kconfig.powerseq') diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq index c01a6742c8..df83d0ae82 100644 --- a/zephyr/Kconfig.powerseq +++ b/zephyr/Kconfig.powerseq @@ -125,4 +125,12 @@ endif # PLATFORM_EC_POWERSEQ_ICELAKE endif # PLATFORM_EC_POWERSEQ_INTEL +config PLATFORM_EC_POWERSEQ_SC7180 + bool "SC7180 power sequencing" + depends on AP_ARM_QUALCOMM_SC7180 + default y + help + Enable power sequencing for the Qualcomm Snapdragon SC7180 + chipset. + endif # PLATFORM_EC_POWERSEQ -- cgit v1.2.1