summaryrefslogtreecommitdiff
path: root/board/atlas
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2019-04-25 16:53:12 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-05-01 01:50:40 -0700
commitdd3c5504280bbab17e647e25aad6e66e092881d6 (patch)
tree39fdd6f22ebca69bf3e74bc8edf3e7150ed5cdaa /board/atlas
parent289bbc2855f38aaffd3fc763f62afee07ab9a666 (diff)
downloadchrome-ec-dd3c5504280bbab17e647e25aad6e66e092881d6.tar.gz
board: atlas: Set Accel at 0Hz by default
Atlas does neither need accelerometer for lid angle nor orientation. Therefore put BMI160 in suspend when not needed by ARC++. BUG=b:131272795 BRANCH=master TEST=Check in EC console that sensor ODRs are 0 when host set frequency to 0. Change-Id: Ie7e103b2524313170503983f59dad3f523bb7f42 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1585419 Reviewed-by: Caveh Jalali <caveh@google.com> (cherry picked from commit b8e72c0eaf8461c365e42aa750253baf538762e4) Reviewed-on: https://chromium-review.googlesource.com/1586583 Commit-Ready: Caveh Jalali <caveh@google.com> Tested-by: Caveh Jalali <caveh@google.com>
Diffstat (limited to 'board/atlas')
-rw-r--r--board/atlas/board.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/atlas/board.c b/board/atlas/board.c
index e0350cfd80..df72cedcbf 100644
--- a/board/atlas/board.c
+++ b/board/atlas/board.c
@@ -616,15 +616,6 @@ struct motion_sensor_t motion_sensors[] = {
.default_range = 2, /* g, enough for laptop. */
.min_frequency = BMI160_ACCEL_MIN_FREQ,
.max_frequency = BMI160_ACCEL_MAX_FREQ,
- .config = {
- [SENSOR_CONFIG_EC_S0] = {
- .odr = 10000 | ROUND_UP_FLAG,
- .ec_rate = 100 * MSEC,
- },
- [SENSOR_CONFIG_EC_S3] = {
- .odr = 10000 | ROUND_UP_FLAG,
- },
- },
},
[BASE_GYRO] = {
.name = "Base Gyro",