summaryrefslogtreecommitdiff
path: root/board/grunt/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/grunt/board.h')
-rw-r--r--board/grunt/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/grunt/board.h b/board/grunt/board.h
index 5175424082..2e2a086f30 100644
--- a/board/grunt/board.h
+++ b/board/grunt/board.h
@@ -118,6 +118,8 @@
#define I2C_PORT_TCPC1 NPCX_I2C_PORT2_0
#define I2C_PORT_THERMAL NPCX_I2C_PORT3_0
#define I2C_PORT_SENSOR NPCX_I2C_PORT7_0
+/* Accelerometer and Gyroscope are the same device. */
+#define I2C_PORT_ACCEL I2C_PORT_SENSOR
#define CONFIG_BRINGUP /* TODO(teravest): Remove this later. */