Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaea28f2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: sensor: Add mpu6880 support for mpu6050 driver"

parents ca33e116 5f199e5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ InvenSense MPU6050 6 Axis gyroscope+accelerometer combo driver

Required properties:

 - compatible		: Should be "invn,mpu6050".
 - compatible		: Should be "invn,mpu6050" or "invn,mpu6880".
 - reg				: i2c slave address of the device.
 - pinctrl-names	: The pinctrl configration names of this sensor driver. Should be "mpu_default","mpu_sleep".
 - pinctrl-0		: The pinctrl node corresponding to "mpu_default", should be <&mpu6050_default>.
+1 −0
Original line number Diff line number Diff line
@@ -2512,6 +2512,7 @@ MODULE_DEVICE_TABLE(i2c, mpu6050_ids);

static const struct of_device_id mpu6050_of_match[] = {
	{ .compatible = "invn,mpu6050", },
	{ .compatible = "invn,mpu6880", },
	{ },
};
MODULE_DEVICE_TABLE(of, mpu6050_of_match);