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

Commit 2d446e1c authored by Naresh Munagala's avatar Naresh Munagala
Browse files

ARM: dts: msm: PPS enablement for 9x07



GPS QDR feature has a dependency on Linux PPS
which is enabled using gpio 53 pin

Change-Id: I311b5428ead134804580e708b4fdb1a7f1d20b71
CRs-fixed: 1012438
Signed-off-by: default avatarNaresh Munagala <nareshm@codeaurora.org>
parent fb8a39c1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1013,5 +1013,16 @@
				output-low;
			};
		};
		pinctrl_pps: ppsgrp {
			mux {
				pins = "gpio53";
				function = "nav_tsync_out_a";
			};

			config {
				pins = "gpio53";
				bias-pull-down;
			};
		};
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -1416,6 +1416,13 @@
		phy-addr = <0>;
		status = "disable";
	};
	pps {
		compatible = "pps-gpio";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_pps>;
		gpios = <&tlmm_pinmux 53 0>;
		status = "okay";
	};
};

#include "mdm9607-rpm-regulator.dtsi"