Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: add description for new supported chips

Add missing mpu6000 and new icm20609, icm20689, icm20690, and
iam20680.

Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jean-Baptiste Maneyrol and committed by
Jonathan Cameron
b9cd7be0 9fc89f79

+5
+5
Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt
··· 4 4 5 5 Required properties: 6 6 - compatible : should be one of 7 + "invensense,mpu6000" 7 8 "invensense,mpu6050" 8 9 "invensense,mpu6500" 9 10 "invensense,mpu6515" ··· 12 11 "invensense,mpu9250" 13 12 "invensense,mpu9255" 14 13 "invensense,icm20608" 14 + "invensense,icm20609" 15 + "invensense,icm20689" 15 16 "invensense,icm20602" 17 + "invensense,icm20690" 18 + "invensense,iam20680" 16 19 - reg : the I2C address of the sensor 17 20 - interrupts: interrupt mapping for IRQ. It should be configured with flags 18 21 IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or