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

Commit a28253d5 authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj
Browse files

ARM: dts: qcom: add pm8150 gpio3 support

Adding pm8150 gpio3 support for XR reference device.

Change-Id: I5117de0b5717e3bf21ad538ceaa6b9856d11c888
parent aee5838b
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -44,6 +44,28 @@
		};
	};

	imu_clkin {
		imu_clkin_default: imu_clkin_default {
			pins = "gpio3";
			function = "func1";
			output-low;
			power-source = <0>;
			bias-disable;
			qcom,dtest-buffer = <1>;
			qcom,drive-strength = <1>;
		};

		imu_clkin_sleep: imu_clkin_sleep {
			pins = "gpio3";
			function = "func1";
			input-enable;
			bias-pull-down;
			power-source = <0>;
			qcom,dtest-buffer = <1>;
			qcom,drive-strength = <1>;
		};
	};

	key_vol_up {
		key_vol_up_default: key_vol_up_default {
			pins = "gpio6";