summaryrefslogtreecommitdiff
path: root/board/yorp
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-10-26 13:36:26 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-30 01:04:59 -0700
commitf420a49e257769b94a991416d0ebf4a30f5c9668 (patch)
tree64a608911ff4497c0ca072c75afd612728455de2 /board/yorp
parent97c6609f8dc889a2e70daea5147776bb6c2bdbe2 (diff)
downloadchrome-ec-f420a49e257769b94a991416d0ebf4a30f5c9668.tar.gz
octopus: update active_mask for consistency
The base gyro and base accel are the same chip and they are on in S3 and S0 and off in S5. Update the active_make for all other octopus boards that haven't already updated it. BRANCH=none BUG=none TEST=build and sensors still work. Change-Id: I96004ba0b20dd9366848bb2fe610c250e07850aa Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1302833 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Karthikeyan Ramasubramanian <kramasub@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/yorp')
-rw-r--r--board/yorp/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/yorp/board.c b/board/yorp/board.c
index 7d4ee431e8..1b2dccf4b1 100644
--- a/board/yorp/board.c
+++ b/board/yorp/board.c
@@ -166,7 +166,7 @@ struct motion_sensor_t motion_sensors[] = {
[BASE_GYRO] = {
.name = "Base Gyro",
- .active_mask = SENSOR_ACTIVE_S0,
+ .active_mask = SENSOR_ACTIVE_S0_S3,
.chip = MOTIONSENSE_CHIP_LSM6DSM,
.type = MOTIONSENSE_TYPE_GYRO,
.location = MOTIONSENSE_LOC_BASE,