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

Commit fdadf59c authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: update cti gpio configuration on sdm660



Update the proper GPIO configuration for the QDSS so that CTI output can be
mapped to the GPIO to generate the proper trigger.

Change-Id: Icc8915522f9c5707869572cf80b7bd345d59eca4
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent ded703d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,12 +52,12 @@
		trigout_a: trigout_a {
			mux {
				pins = "gpio49";
				function = "qdss_cti_trig_out_a";
				function = "qdss_cti0_a";
			};

			config {
				pins = "gpio49";
				drive-strength = <2>;
				drive-strength = <16>;
				bias-disable;
				output-low;
			};