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

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

Merge "ARM: dts: msm: Enable mpu6880 accel+gyro for MSM8916 SKUT2"

parents e3456f41 ffb7663e
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -51,3 +51,23 @@
	qcom,mdss-dsi-pwm-gpio = <&pm8916_mpps 4 0>;
	qcom,cont-splash-enabled;
};

&i2c_0 { /* BLSP1 QUP2 */
	/delete-node/ mcube@4c;

	mpu6050@68 { /* Gyroscope and accelerometer sensor combo */
		compatible = "invn,mpu6880", "invn,mpu6050";
		reg = <0x68>;
		pinctrl-names = "mpu_default","mpu_sleep";
		pinctrl-0 = <&mpu6050_default>;
		pinctrl-1 = <&mpu6050_sleep>;
		interrupt-parent = <&msm_gpio>;
		interrupts = <115 0x2>;
		vlogic-supply = <&pm8916_l6>;
		vdd-supply = <&pm8916_l6>;
		vi2c-supply = <&pm8916_l6>;
		invn,place = "Landscape Right Back Side";
		invn,gpio-int = <&msm_gpio 115 0x2>;
		invn,vdd-min-uv = <1750000>;
	};
};