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

Commit db03b1e0 authored by Rajesha Kini's avatar Rajesha Kini
Browse files

ARM: dts: msm: Update Neutrino device with timestamp window for mdm9607



Updated to support timestamp valid window feature in Neutrino for mdm9607
to synchronize with gptp time. Disable this feature by default.

CRs-Fixed: 2055589
Change-Id: I33693140072620d84fa918a67225d366c584c1cf
Signed-off-by: default avatarRajesha Kini <rkini@codeaurora.org>
parent ba696c10
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,12 @@ Required properties:
  - vdd-ntn-hsic-supply: Neutrino HSIC power supply
  - ntn-rst-gpio: Neutrino reset GPIO
  - ntn-phy-id: Neutrino PHY ID
Optional properties:
  - ntn-timestamp-valid-window: Timestamp valid window in ms.
				Each unit represents 16.75ms.
  - ntn-timestamp-valid-window-disable: Disable Timestamp valid window feature.
				if this property not set, then feature disabled
				in driver.

Example:
	qcom,ntn_hsic {
@@ -16,4 +22,6 @@ Example:
		pinctrl-0 = <&ntn_rst_gpio_default>;
		ntn-rst-gpio = <&tlmm_pinmux 30 1>;
		ntn-phy-id = <7>;
		ntn-timestamp-valid-window = <4>;
		ntn-timestamp-valid-window-disable = <0>;
	};
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@
		pinctrl-0 = <&ntn_rst_gpio_default>;
		ntn-rst-gpio = <&tlmm_pinmux 30 1>;
		ntn-phy-id = <7>;
		ntn-timestamp-valid-window = <4>; /* Each unit is 16.75ms */
		ntn-timestamp-valid-window-disable = <1>; /* 1: To Disable */
	};

};