summaryrefslogtreecommitdiff
path: root/board/treeya/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/treeya/board.c')
-rw-r--r--board/treeya/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/treeya/board.c b/board/treeya/board.c
index fbcbb8aa35..b7aad5deaa 100644
--- a/board/treeya/board.c
+++ b/board/treeya/board.c
@@ -83,7 +83,7 @@ struct motion_sensor_t lid_accel_1 = {
.port = I2C_PORT_ACCEL,
.i2c_spi_addr_flags = LIS2DWL_ADDR1_FLAGS,
.rot_standard_ref = &lis2dwl_lid_standard_ref,
- .default_range = 4, /* g */
+ .default_range = 2, /* g */
.min_frequency = LIS2DW12_ODR_MIN_VAL,
.max_frequency = LIS2DW12_ODR_MAX_VAL,
.config = {
@@ -113,7 +113,7 @@ struct motion_sensor_t base_accel_1 = {
.port = I2C_PORT_ACCEL,
.i2c_spi_addr_flags = LSM6DSM_ADDR0_FLAGS,
.rot_standard_ref = &lsm6dsm_base_standard_ref,
- .default_range = 4, /* g */
+ .default_range = 4, /* g, to meet CDD 7.3.1/C-1-4 reqs */
.min_frequency = LSM6DSM_ODR_MIN_VAL,
.max_frequency = LSM6DSM_ODR_MAX_VAL,
.config = {