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

Commit 7cf3abd0 authored by Johnathan Cobden-Nolan's avatar Johnathan Cobden-Nolan
Browse files

ARM: dts: msm: Enable 1.8V I2C sensor access on SA515M



Enable 1.8V I2C ASM330 sensor access on SA515M CCARD.

Change-Id: I631a240a130044c764a7f17a31a51d4e34dd83a6
Signed-off-by: default avatarJohnathan Cobden-Nolan <jcobdenn@codeaurora.org>
parent 3856a267
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@
		compatible = "st,asm330lhh";
		reg = <0x6b>;
		pinctrl-names = "default";
		pinctrl-0 = <&sensor_int1_default>;
		pinctrl-0 = <&sensor_int1_default>,<&sensor_enable_default>;
		interrupt-parent = <&tlmm>;
		interrupts = <84 IRQ_TYPE_EDGE_RISING>;
		st,drdy-int-pin= <2>;
+14 −0
Original line number Diff line number Diff line
@@ -1647,6 +1647,20 @@
			     };
		     };

		sensor_enable_default: sensor_enable_default {
			mux {
				pins = "gpio87";
				function = "gpio";
			};

			config {
				pins = "gpio87";
				drive-strength = <16>; /* 16 mA */
				bias-pull-up; /* pull up */
				output-high;
			};
		};

		pinctrl_pps: ppsgrp {
			mux {
				pins = "gpio32";