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

Commit 4a94bec0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add cti trig_out gpio for shima"

parents 904745ad 63edf5ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3129,6 +3129,10 @@

		clocks = <&aopcc QDSS_CLK>;
		clock-names = "apb_pclk";

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

	cti3: cti@6013000 {
+13 −0
Original line number Diff line number Diff line
@@ -3109,6 +3109,19 @@
				bias-pull-down;
			};
		};

		trigout_a: trigout_a {
			mux {
					pins = "gpio14";
					function = "qdss_cti";
			};

			config {
				pins = "gpio14";
				drive-strength = <2>;
				bias-disable;
			};
		};
	};
};