diff options
author | Divya Sasidharan <divya.s.sasidharan@intel.com> | 2021-09-30 16:50:05 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-10-12 21:29:01 +0000 |
commit | 12342a67a4d2761324ef8d62ad1d5051d0abf637 (patch) | |
tree | c5ac3252a45e3c58a02472db00b2582c2ea99d16 /board/ampton/board.h | |
parent | af15326d86c6060aa5aaabb6d6a4ec3ae9e259bb (diff) | |
download | chrome-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/ampton/board.h')
-rw-r--r-- | board/ampton/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ampton/board.h b/board/ampton/board.h index c72378d625..697e7221bc 100644 --- a/board/ampton/board.h +++ b/board/ampton/board.h @@ -13,6 +13,8 @@ #define VARIANT_OCTOPUS_CHARGER_ISL9238 #include "baseboard.h" +#define GPIO_PG_EC_RSMRST_ODL GPIO_RSMRST_L_PGOOD + /* I2C bus configuraiton */ #define I2C_PORT_ACCEL I2C_PORT_SENSOR |