summaryrefslogtreecommitdiff
path: root/board/grunt/board.h
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2018-03-23 16:18:37 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-03-26 02:07:27 -0700
commit36e7c2498c90df0a4c5672ae8347dec6cca98689 (patch)
treeef7842ed178adb42e41eaeb9694e0e79df0b388a /board/grunt/board.h
parent5c611cedbfcff0c2fed25462b0477efcff014c36 (diff)
downloadchrome-ec-36e7c2498c90df0a4c5672ae8347dec6cca98689.tar.gz
stoney: Rename PGOOD GPIOs
Rename stoney power signals for clarity: SPOK -> S5_PGOOD VGATE -> S0_PGOOD BUG=none BRANCH=none TEST=power grunt on and off Change-Id: Iee8307138600c10868981a22971beace2de1ca91 Signed-off-by: Edward Hill <ecgh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/978952 Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/grunt/board.h')
-rw-r--r--board/grunt/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index 046722ddf2..98fcc9823b 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -182,8 +182,8 @@ enum adc_channel {
enum power_signal {
X86_SLP_S3_N,
X86_SLP_S5_N,
- X86_VGATE,
- X86_SPOK,
+ X86_S0_PGOOD,
+ X86_S5_PGOOD,
POWER_SIGNAL_COUNT
};