summaryrefslogtreecommitdiff
path: root/board/puff/board.h
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2019-11-11 11:01:30 +1100
committerCommit Bot <commit-bot@chromium.org>2019-11-18 05:46:22 +0000
commit55d2b5df418421db5fcffae3d4c2af847feafe0c (patch)
treeae29eea66a2621e064865dee58e4bc0f9ddcfe5f /board/puff/board.h
parent46e72f0f0bbd64ebbf761a32c026e742e8c82e60 (diff)
downloadchrome-ec-55d2b5df418421db5fcffae3d4c2af847feafe0c.tar.gz
puff: use cometlake-discrete power driver
BUG=b:143188569 TEST=make buildall still succeeds BRANCH=none Change-Id: I9193878c65b20293fad5914af88ea4e49be369a8 Signed-off-by: Peter Marheine <pmarheine@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1913939 Reviewed-by: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board/puff/board.h')
-rw-r--r--board/puff/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index 374ed9aebe..81fe94f363 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -63,7 +63,7 @@
#define CONFIG_CMD_PPC_DUMP
/* Chipset config */
-#define CONFIG_CHIPSET_COMETLAKE
+#define CONFIG_CHIPSET_COMETLAKE_DISCRETE
/* check */
#define CONFIG_CHIPSET_CAN_THROTTLE
#define CONFIG_CHIPSET_HAS_PRE_INIT_CALLBACK
@@ -155,7 +155,7 @@
#define I2C_PORT_EEPROM NPCX_I2C_PORT7_0
#define I2C_ADDR_EEPROM_FLAGS 0x50
-#define PP5000_PGOOD_POWER_SIGNAL_MASK POWER_SIGNAL_MASK(X86_PP5000_A_PGOOD)
+#define PP5000_PGOOD_POWER_SIGNAL_MASK POWER_SIGNAL_MASK(PP5000_A_PGOOD)
#define CEC_GPIO_OUT GPIO_CEC_OUT
#define CEC_GPIO_IN GPIO_CEC_IN