summaryrefslogtreecommitdiff
path: root/board/kohaku/board.h
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 /board/kohaku/board.h
parentaf15326d86c6060aa5aaabb6d6a4ec3ae9e259bb (diff)
downloadchrome-ec-12342a67a4d2761324ef8d62ad1d5051d0abf637.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 'board/kohaku/board.h')
-rw-r--r--board/kohaku/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kohaku/board.h b/board/kohaku/board.h
index 895a30f0d2..b8470d9ba7 100644
--- a/board/kohaku/board.h
+++ b/board/kohaku/board.h
@@ -135,7 +135,7 @@
#define GPIO_PCH_SLP_S0_L GPIO_SLP_S0_L
#define GPIO_CPU_PROCHOT GPIO_EC_PROCHOT_ODL
#define GPIO_AC_PRESENT GPIO_ACOK_OD
-#define GPIO_RSMRST_L_PGOOD GPIO_PG_EC_RSMRST_L
+#define GPIO_PG_EC_RSMRST_ODL GPIO_PG_EC_RSMRST_L
#define GPIO_PCH_SYS_PWROK GPIO_EC_PCH_SYS_PWROK
#define GPIO_PCH_SLP_S3_L GPIO_SLP_S3_L
#define GPIO_PCH_SLP_S4_L GPIO_SLP_S4_L