Loading Documentation/devicetree/bindings/input/misc/mpu6050.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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>. Loading drivers/input/misc/mpu6050.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
Documentation/devicetree/bindings/input/misc/mpu6050.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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>. Loading
drivers/input/misc/mpu6050.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading