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

Commit bbfc56f9 authored by Mulu He's avatar Mulu He
Browse files

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



Mapping CTI2 events to GPIO49 channels for sm8150.

Change-Id: I244159222337166afe4654cf1d795fd1c70fa259
Signed-off-by: default avatarMulu He <muluhe@codeaurora.org>
parent 64766974
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;
			};
		};
	};
};