summaryrefslogtreecommitdiff
path: root/baseboard/dedede/baseboard.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 /baseboard/dedede/baseboard.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 'baseboard/dedede/baseboard.h')
-rw-r--r--baseboard/dedede/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/dedede/baseboard.h b/baseboard/dedede/baseboard.h
index a8a0ed3ff2..6e3dffdb80 100644
--- a/baseboard/dedede/baseboard.h
+++ b/baseboard/dedede/baseboard.h
@@ -85,7 +85,7 @@
#else
#define GPIO_POWER_BUTTON_L GPIO_H1_EC_PWR_BTN_ODL
#endif
-#define GPIO_RSMRST_L_PGOOD GPIO_RSMRST_PWRGD_L
+#define GPIO_PG_EC_RSMRST_ODL GPIO_RSMRST_PWRGD_L
#define GPIO_SYS_RESET_L GPIO_SYS_RST_ODL
#define GPIO_USB_C0_DP_HPD GPIO_EC_AP_USB_C0_HPD
#define GPIO_USB_C1_DP_HPD GPIO_EC_AP_USB_C1_HDMI_HPD