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

Commit 3d8eaaa9 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 bfbd4e65 0059a879
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2972,5 +2972,19 @@
				};
			};
		};

		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
@@ -3761,6 +3761,14 @@
		clock-names = "gpu_clk";
		clocks = <&clock_gpu clk_gpu_gx_gfx3d_clk>;
	};

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

&gdsc_venus {