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

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

Merge "pps: DR_SYNC pulse needs to be connected to Linux PPS driver"

parents cbdfa9f5 363aa310
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2839,5 +2839,19 @@
				bias-pull-down;         /* PULL down */
			};
		};

		pinctrl_pps: ppsgrp {
			mux {
				pins = "gpio128";
				function = "nav_dr";
			};

			config {
				pins =  "gpio128";
				drive-strength = <16>;
				bias-pull-down;
			};
		};

	};
};
+8 −0
Original line number Diff line number Diff line
@@ -4018,6 +4018,14 @@

		qcom,save-reg;
	};

	pps {
		compatible = "pps-gpio";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_pps>;
		gpios = <&tlmm 128 0>;
		status = "okay";
	};
};

&gdsc_venus {