summaryrefslogtreecommitdiff
path: root/power/skylake.c
diff options
context:
space:
mode:
authorDivya Sasidharan <divya.s.sasidharan@intel.com>2021-09-30 16:50:05 -0700
committerCommit Bot <commit-bot@chromium.org>2021-10-12 21:29:01 +0000
commit12342a67a4d2761324ef8d62ad1d5051d0abf637 (patch)
treec5ac3252a45e3c58a02472db00b2582c2ea99d16 /power/skylake.c
parentaf15326d86c6060aa5aaabb6d6a4ec3ae9e259bb (diff)
downloadchrome-ec-firmware-chameleon-14280.B-main.tar.gz
board: Rename RSMRST_L_PGOOD as PG_EC_RSMRST_ODLfirmware-chameleon-14280.B-main
GPIO_RSMRST_L_PGOOD is also used as GPIO_PG_EC_RSMRST_ODL creating redundancy. Removing it will help need for redefinitions for zephyr. Remove reference to GPIO_RSMRST_L_PGOOD in zephyr BUG=b:200975143 BRANCH=main TEST=make buildall -j, boot up on brya Change-Id: Iff46595174c54db347b69cff3ad9e266ba9fd535 Signed-off-by: Divya Sasidharan <divya.s.sasidharan@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3180808 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'power/skylake.c')
-rw-r--r--power/skylake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/skylake.c b/power/skylake.c
index a4cb649fd5..c68035e099 100644
--- a/power/skylake.c
+++ b/power/skylake.c
@@ -46,7 +46,7 @@ const struct power_signal_info power_signal_list[] = {
"SLP_SUS_DEASSERTED",
},
[X86_RSMRST_L_PWRGD] = {
- GPIO_RSMRST_L_PGOOD,
+ GPIO_PG_EC_RSMRST_ODL,
POWER_SIGNAL_ACTIVE_HIGH,
"RSMRST_N_PWRGD",
},