From 12342a67a4d2761324ef8d62ad1d5051d0abf637 Mon Sep 17 00:00:00 2001 From: Divya Sasidharan Date: Thu, 30 Sep 2021 16:50:05 -0700 Subject: board: Rename RSMRST_L_PGOOD as PG_EC_RSMRST_ODL 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3180808 Reviewed-by: Keith Short Commit-Queue: Keith Short --- power/skylake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'power/skylake.c') 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", }, -- cgit v1.2.1