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

Commit e4503543 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 1.8V I2C sensor access on SA415M"

parents 913c7297 1dc1c957
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -51,6 +51,8 @@
&i2c_4 {
&i2c_4 {
	asm330@6a {
	asm330@6a {
		reg = <0x6b>;
		reg = <0x6b>;
		pinctrl-names = "default";
		pinctrl-0 = <&sensor_enable_default>;
	};
	};
};
};


+14 −0
Original line number Original line Diff line number Diff line
@@ -1751,6 +1751,20 @@
				output-high;
				output-high;
			};
			};
		};
		};

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

			config {
				pins = "gpio90";
				bias-pull-up;
				drive-strength = <16>;
				output-high;
			};
		};
	};
	};
};
};