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

Commit 0b752faa authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 868e9150 4a213daa
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;
			};
		};
	};
};