summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorJuHyun Kim <jkim@invensense.com>2021-04-12 08:16:44 -0700
committerCommit Bot <commit-bot@chromium.org>2021-05-18 01:48:45 +0000
commit0602debe983036d8d7285c207b2b5cd0339eb2a8 (patch)
tree11916e244fc21cd540c521e6c2a6823f2b5d2844 /include/ec_commands.h
parent266c917b95afddb3b163a13ac5f48fba261c2abd (diff)
downloadchrome-ec-0602debe983036d8d7285c207b2b5cd0339eb2a8.tar.gz
driver: add ICM-42607 driver support
Add ICM-42607 accel/gyro driver code. BUG=chromium:1198171 BRANCH=None TEST=ectool motionsense && CROS-EC IIO drivers Signed-off-by: JuHyun Kim <jkim@invensense.com> Change-Id: If2cff2bd20ac69ca40bc56af50dcabbd4f5910d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2822268 Reviewed-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Commit-Queue: Gwendal Grignou <gwendal@chromium.org> Tested-by: Gwendal Grignou <gwendal@chromium.org>
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index f299a525f9..7dc21165c3 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2672,6 +2672,7 @@ enum motionsensor_chip {
MOTIONSENSE_CHIP_LIS2DS = 23,
MOTIONSENSE_CHIP_BMI260 = 24,
MOTIONSENSE_CHIP_ICM426XX = 25,
+ MOTIONSENSE_CHIP_ICM42607 = 26,
MOTIONSENSE_CHIP_MAX,
};