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

Commit 4a213daa authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable PPS gpio for SA515M CCARD boards



Enable pulse per second GPIO device node for SA515M
automotive CCARD boards.

Change-Id: I4df470308259f151296c79ff0e32b364df195dc4
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent ace36422
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -68,6 +68,14 @@
		asoc-codec = <&tlv320aic3x_codec>, <&stub_codec>;
		asoc-codec-names = "tlv320aic3x-codec", "msm-stub-codec.1";
	};

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

/* delete pm8150b nodes */
+12 −0
Original line number Diff line number Diff line
@@ -1488,5 +1488,17 @@
				};
			};
		};

		pinctrl_pps: ppsgrp {
			mux {
				pins = "gpio32";
				function = "nav_gpio";
			};

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