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

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

Merge "ARM: dts: msm: Mapping CTI2 events to GPIO channels for sm8150"

parents 5b65a8b5 bbfc56f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1968,6 +1968,9 @@
		clocks = <&clock_aop QDSS_CLK>;
		clock-names = "apb_pclk";

		qcom,cti-gpio-trigout = <4>;
		pinctrl-names = "cti-trigout-pctrl";
		pinctrl-0 = <&trigout_a>;
	};

	cti3: cti@6013000 {
+12 −0
Original line number Diff line number Diff line
@@ -3926,5 +3926,17 @@
				drive-strength = <2>; /* 2 MA */
			};
		};

		trigout_a: trigout_a {
			mux {
				pins = "gpio49";
				function = "qdss_cti";
			};
			config {
				pins = "gpio49";
				drive-strength = <2>;
				bias-disable;
			};
		};
	};
};