summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-10-29 14:56:16 -0600
committerCommit Bot <commit-bot@chromium.org>2019-10-31 23:28:01 +0000
commit510df8cb6ae9f78fea9a5f8bbac09c5d131ad357 (patch)
tree799757869ffaea9d3cee1781ced5827433b48835 /board
parent622228af41f6ff0e1059b9fe439d56a550b8dc6b (diff)
downloadchrome-ec-510df8cb6ae9f78fea9a5f8bbac09c5d131ad357.tar.gz
cometlake: cleanup power signal names
Add X86 prefix to the Comet Lake signals names for consistency with other Intel APs. BUG=none BRANCH=none TEST=make buildall Change-Id: I70b2a261fd6fbc0e6de70e5d4cf3a90b35078d4e Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1888596 Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/puff/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index ea48622d7e..e90580e6cb 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -113,7 +113,7 @@
#define I2C_PORT_EEPROM NPCX_I2C_PORT7_0
#define I2C_ADDR_EEPROM_FLAGS 0x50
-#define PP5000_PGOOD_POWER_SIGNAL_MASK POWER_SIGNAL_MASK(PP5000_A_PGOOD)
+#define PP5000_PGOOD_POWER_SIGNAL_MASK POWER_SIGNAL_MASK(X86_PP5000_A_PGOOD)
#ifndef __ASSEMBLER__