summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/nami/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index 7f1254329b..120473e24b 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -686,7 +686,7 @@ static void board_set_motion_sensor_count(void)
uint32_t oem_id;
if (cbi_get_oem_id(&oem_id) == EC_SUCCESS) {
- if (oem_id == PROJECT_VAYNE)
+ if (oem_id == PROJECT_VAYNE || oem_id == PROJECT_SONA)
motion_sensor_count = ARRAY_SIZE(motion_sensors) - 1;
}
}