From f420a49e257769b94a991416d0ebf4a30f5c9668 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Fri, 26 Oct 2018 13:36:26 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1302833 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: Karthikeyan Ramasubramanian Reviewed-by: Diana Z --- board/yorp/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/yorp') 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, -- cgit v1.2.1