summaryrefslogtreecommitdiff
path: root/board/dooly/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/dooly/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/dooly/board.h')
-rw-r--r--board/dooly/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dooly/board.h b/board/dooly/board.h
index 927037e357..4e0f4a5481 100644
--- a/board/dooly/board.h
+++ b/board/dooly/board.h
@@ -339,6 +339,6 @@ unsigned int ec_config_get_thermal_solution(void);
* There is no RSMRST input, so alias it to the output. This short-circuits
* common_intel_x86_handle_rsmrst.
*/
-#define GPIO_RSMRST_L_PGOOD GPIO_PCH_RSMRST_L
+#define GPIO_PG_EC_RSMRST_ODL GPIO_PCH_RSMRST_L
#endif /* __CROS_EC_BOARD_H */