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

Commit 02df90f7 authored by Naresh Munagala's avatar Naresh Munagala Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add PPS device node for MDM9650



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

Change-Id: Idd2773a00e171e00a6a891410e191a37ca9175fe
CRs-Fixed: 2049054
Signed-off-by: default avatarNaresh Munagala <nareshm@codeaurora.org>
parent 822fa236
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1045,5 +1045,17 @@
			};
		};

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

			config {
				pins = "gpio39";
				bias-pull-down;
			};
		};

	};
};
+9 −0
Original line number Diff line number Diff line
@@ -1403,6 +1403,15 @@

		status = "disabled";
	};

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

};

&gdsc_usb30 {