[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230421071630.524822-1-chenhuiz@axis.com>
Date: Fri, 21 Apr 2023 15:16:28 +0800
From: Hermes Zhang <chenhuiz@...s.com>
To: <jic23@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<robh+dt@...nel.org>
CC: <jmaneyrol@...ensense.com>, <linux-iio@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <kernel@...s.com>,
Hermes Zhang <chenhuiz@...s.com>
Subject: [PATCH 0/2] Add support for the ICM 20600 IMU
The Invensense ICM-20600 is a 6-axis MotionTracking device that combines a
3-axis gyroscope and an 3-axis accelerometer. It is very similar to the
ICM20602 imu which is already supported by the mpu6050 driver. The main
difference is that the ICM-20600 has a different WHOAMI value.
Hermes Zhang (2):
iio: imu: mpu6050: Add support for the ICM 20600 IMU
dt-bindings: iio: imu: mpu6050: Add icm20600 bindings to mpu6050
.../bindings/iio/imu/invensense,mpu6050.yaml | 1 +
drivers/iio/imu/inv_mpu6050/Kconfig | 4 ++--
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 10 ++++++++++
drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c | 6 ++++++
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 2 ++
drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c | 5 +++++
6 files changed, 26 insertions(+), 2 deletions(-)
--
2.30.2
Powered by blists - more mailing lists