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

Commit b2cc7110 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 the bmi sensor with new gpios"

parents d70d73b4 0db1b0d1
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -192,6 +192,28 @@
				};
			};
		};
		bmi160_int1_default: bmi160_int1_default {
			     mux {
				     pins = "gpio0";
				     function = "gpio";
			     };
			     config {
				     pins = "gpio0";
				     drive-strength = <12>;
				     bias-pull-down;
			     };
		};
		bmi160_int2_default: bmi160_int2_default {
			     mux {
				     pins = "gpio1";
				     function = "gpio";
			     };
			     config {
				     pins = "gpio1";
				     drive-strength = <12>;
				     bias-pull-down;
			     };
		};

		cnss_pins {
			cnss_wlan_en_active: cnss_wlan_en_active {
+19 −0
Original line number Diff line number Diff line
@@ -20,6 +20,25 @@
	qcom,board-id = <0x1e 0>;
};

&pmd9650_l13 {
	regulator-always-on;
};

&i2c_1 {
	status = "ok";
	bmi160@68{
		compatible = "bosch-sensortec,bmi160";
		reg = <0x68>;
		pinctrl-names = "default";
		pinctrl-0 = <&bmi160_int1_default &bmi160_int2_default>;
		interrupt-parent = <&tlmm_pinmux>;
		interrupts = <0x0 0x2002>;
		bmi,init-interval = <200>;
		bmi,place = <1>;
		bmi,gpio_irq = <&tlmm_pinmux 0x0 0x2002>;
	};
};

&i2c_3 {
	status = "ok";
	smb1351_otg_supply: smb1351-charger@55{