summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/prj.conf
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-03-18 10:19:59 -0600
committerCommit Bot <commit-bot@chromium.org>2021-03-22 07:32:54 +0000
commit8adc624080ac8af063e9a18b9b4273826f7aff9d (patch)
treedc17395d31960d48a5b72917ea634b19657415de /zephyr/projects/trogdor/lazor/prj.conf
parent54c452f2568059199b97b59b59adc58f3b6359d2 (diff)
downloadchrome-ec-8adc624080ac8af063e9a18b9b4273826f7aff9d.tar.gz
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 <jrosenth@chromium.org> Change-Id: I860088360480946b644fd1bb276a29266c57c614 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2774368 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/projects/trogdor/lazor/prj.conf')
-rw-r--r--zephyr/projects/trogdor/lazor/prj.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/prj.conf b/zephyr/projects/trogdor/lazor/prj.conf
index 40798790c9..6973069d8a 100644
--- a/zephyr/projects/trogdor/lazor/prj.conf
+++ b/zephyr/projects/trogdor/lazor/prj.conf
@@ -23,6 +23,11 @@ CONFIG_PLATFORM_EC_BOARD_VERSION_GPIO=y
# LN9310 Switchcap
CONFIG_PLATFORM_EC_SWITCHCAP_LN9310=y
+# Power Sequencing
+CONFIG_PLATFORM_EC_POWERSEQ=y
+CONFIG_PLATFORM_EC_POWERSEQ_HOST_SLEEP=y
+CONFIG_PLATFORM_EC_CHIPSET_RESET_HOOK=y
+
# Trogdor family does not use EFS2 (toggled by PLATFORM_EC_VBOOT).
CONFIG_PLATFORM_EC_VBOOT=n