summaryrefslogtreecommitdiff
path: root/power/build.mk
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2018-03-15 09:57:21 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-05-04 03:02:16 -0700
commitf7aec0ceb52f3e40460bfe272040b7079ab56834 (patch)
treedcdde75a233c7c5ec663600402ddc1cd3d38e9f6 /power/build.mk
parent52848179d20e1abd98ad5c3feab2ee319ddbffcc (diff)
downloadchrome-ec-f7aec0ceb52f3e40460bfe272040b7079ab56834.tar.gz
cheza: Add SDM845 power sequence for rev-0 board
This is the power sequence for rev-0 board. Confirmed the behavior of reprogramming the PMIC registers to enable the instant reset and shutdown. BRANCH=none BUG=b:74395451 TEST=make buildall -j TEST=Tried the following cases: * Cold reset: $ dut-control cold_reset:on sleep:0.2 cold_reset:off Result: G3 -> S0 * Long power press to shutdown: $ dut-control pwr_button:press sleep:8.2 pwr_button:release Result: S0 -> S5 -> G3 * Long power press to power-on but then shutdown: $ dut-control pwr_button:press sleep:8.2 pwr_button:release Result: G3 -> S0 -> S5 -> G3 * Short power press to power-on: $ dut-control pwr_button:press sleep:0.2 pwr_button:release Result: G3 -> S0 * Console command: apreset Result: S0 -> S5 -> S0 * Console command: power off Result: S0 -> S5 -> G3 * Console command: power on Result: G3 -> S0 * Console command: apshutdown Result: S0 -> S5 -> G3 * Lid open to power-on: $ dut-control lid_open:no sleep:0.2 lid_open:yes Result: G3 -> S0 Change-Id: Ia9d44b1dccac66b5b580c08c6c1697ef5989b923 Signed-off-by: Wai-Hong Tam <waihong@google.com> Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/969702
Diffstat (limited to 'power/build.mk')
-rw-r--r--power/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/power/build.mk b/power/build.mk
index e24ea80cee..6eb5d2d454 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -13,6 +13,7 @@ power-$(CONFIG_CHIPSET_ECDRIVEN)+=ec_driven.o
power-$(CONFIG_CHIPSET_MEDIATEK)+=mediatek.o
power-$(CONFIG_CHIPSET_RK3399)+=rk3399.o
power-$(CONFIG_CHIPSET_ROCKCHIP)+=rockchip.o
+power-$(CONFIG_CHIPSET_SDM845)+=sdm845.o
power-$(CONFIG_CHIPSET_SKYLAKE)+=skylake.o intel_x86.o
power-$(CONFIG_CHIPSET_STONEY)+=stoney.o
power-$(CONFIG_POWER_COMMON)+=common.o