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

Commit a39b7b4f authored by Aditya Mathur's avatar Aditya Mathur
Browse files

ARM: dts: msm: Enable pps gpio node for SA2150P



Enable PPS GPIO node for SA2150P Automotive CCARD
platform. This enables time synchronization based on
pulse per second interrupt.

Change-Id: I47d641df8a9aa2d6bbd463e0d2587db49cd188dc
Signed-off-by: default avatarAditya Mathur <aditmath@codeaurora.org>
parent ce587373
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -111,6 +111,12 @@
				&usb2_id_det_default
				&usb2_vbus_boost_default>;
	};

	pps {
		compatible = "pps-gpio";
		gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
		status = "okay";
	};
};

&usb3 {