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

Commit a06bc947 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 518d81ee 7cf3abd0
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
@@ -1660,6 +1660,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";