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

Commit 1466731b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: fix msm8996 pinctrl setting for TSIF sync signal"

parents 772986ba 90b28c8c
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -1586,11 +1586,13 @@

		/* sync signal is only used if configured to mode-2 */
		tsif0_sync_active: tsif0_sync_active {
			tsif1_sync {
				pins = "gpio39";	/* TSIF0 SYNC */
				function = "tsif1_sync";
				drive_strength = <2>;	/* 2 mA */
				bias-pull-down;		/* pull down */
			};
		};

		tsif1_signals_active: tsif1_signals_active {
			tsif2_clk {
@@ -1614,6 +1616,7 @@

		/* sync signal is only used if configured to mode-2 */
		tsif1_sync_active: tsif1_sync_active {
			tsif2_sync {
				pins = "gpio96";	/* TSIF1 SYNC */
				function = "tsif2_sync";
				drive_strength = <2>;	/* 2 mA */
@@ -1621,3 +1624,4 @@
			};
		};
	};
};