Skip to content

Commit d810425

Browse files
tariChromeos LUCI
authored andcommitted
nissa: enable AP power sequencing project-wide
Rather than individually for variants. BUG=none TEST=nereid still runs power sequencing BRANCH=none Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: Ie6e410a88e095b7bbc8bf55bd0a291855dea30fd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3499693 Reviewed-by: Andrew McRae <amcrae@google.com>
1 parent 1d7cf36 commit d810425

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

zephyr/projects/nissa/prj.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ CONFIG_PLATFORM_EC_THROTTLE_AP=y
4949
CONFIG_PLATFORM_EC_PORT80=y
5050

5151
# AP Power Sequencing
52-
# TODO(b/203446068): Implement ADL-N power sequence.
52+
CONFIG_AP_PWRSEQ=y
53+
CONFIG_X86_NON_DSX_PWRSEQ_ADL=y
54+
CONFIG_X86_NON_DSX_PWRSEQ_CONSOLE=y
5355

5456
# Keyboard support
5557
CONFIG_PLATFORM_EC_KEYBOARD=y

zephyr/projects/nissa/prj_nereid.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ CONFIG_PLATFORM_EC_USB_PD_STARTUP_DELAY_MS=2000
5252
# Charger driver and configuration
5353
CONFIG_PLATFORM_EC_CHARGER_SM5803=y
5454
CONFIG_PLATFORM_EC_OCPC_DEF_RBATT_MOHMS=21
55-
# Power Sequence
56-
CONFIG_AP_PWRSEQ=y
57-
CONFIG_X86_NON_DSX_PWRSEQ_ADL=y
58-
CONFIG_X86_NON_DSX_PWRSEQ_CONSOLE=y

zephyr/projects/nissa/prj_nivviks.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,3 @@ CONFIG_PLATFORM_EC_USBC_RETIMER_ANX7483=y
3030
# Charger driver and configuration
3131
CONFIG_PLATFORM_EC_CHARGER_RAA489000=y
3232
CONFIG_PLATFORM_EC_OCPC_DEF_RBATT_MOHMS=22
33-
34-
# Power Sequence
35-
CONFIG_AP_PWRSEQ=y
36-
CONFIG_X86_NON_DSX_PWRSEQ_ADL=y
37-
CONFIG_X86_NON_DSX_PWRSEQ_CONSOLE=y

0 commit comments

Comments
 (0)