summaryrefslogtreecommitdiff
path: root/board/scarlet/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/board.c')
-rw-r--r--board/scarlet/board.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/board/scarlet/board.c b/board/scarlet/board.c
index 8b0dc686bd..21b2424ea1 100644
--- a/board/scarlet/board.c
+++ b/board/scarlet/board.c
@@ -427,29 +427,6 @@ struct motion_sensor_t motion_sensors[] = {
.default_range = 0,
.min_frequency = 0,
.max_frequency = 1,
- .config = {
- /* AP: by default shutdown all sensors */
- [SENSOR_CONFIG_AP] = {
- .odr = 0,
- .ec_rate = 0,
- },
- /* EC does not need in S0 */
- [SENSOR_CONFIG_EC_S0] = {
- .odr = 0,
- .ec_rate = 0,
- },
- /* Sensor off in S3/S5 */
- [SENSOR_CONFIG_EC_S3] = {
- .odr = 0,
- .ec_rate = 0,
- },
- /* Sensor off in S3/S5 */
- [SENSOR_CONFIG_EC_S5] = {
- .odr = 0,
- .ec_rate = 0,
- },
- },
-
},
};
const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);