summaryrefslogtreecommitdiff
path: root/util/flash_fp_mcu
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2020-10-31 12:56:26 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-31 23:24:42 +0000
commit958db1e7c64c23cb6e6a2e8920ddeb658b92f283 (patch)
tree1d445ad3c558a516e1d37da2579b02397091a317 /util/flash_fp_mcu
parentd636d80192d87c5088ad579c57fee93c76fbf0d7 (diff)
downloadchrome-ec-958db1e7c64c23cb6e6a2e8920ddeb658b92f283.tar.gz
flash_fp_mcu: Add comment about zork pwr enable gpio
No functional change. BRANCH=none BUG=none TEST=Tested manual pwr cycling on a Zork variant. Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: I3420746d97f169ad252180876fc0b739210b2779 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2513129 Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
Diffstat (limited to 'util/flash_fp_mcu')
-rw-r--r--util/flash_fp_mcu3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flash_fp_mcu b/util/flash_fp_mcu
index 08dad05802..ca7983994d 100644
--- a/util/flash_fp_mcu
+++ b/util/flash_fp_mcu
@@ -379,7 +379,8 @@ config_zork() {
readonly GPIO_NRST=331
# FPMCU BOOT0 is on AGPIO 69 = 320 + 69 = 389
readonly GPIO_BOOT0=389
- # FPMCU PWR_EN is not available on Zork. Set invalid value
+ # FPMCU PWR_EN is on AGPIO 32 = 320 + 32 = 352, but should not be
+ # necessary for flashing. Set invalid value.
readonly GPIO_PWREN=-1
}