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

Commit 85108283 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5765db99 db03b1e0
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 */
	};

};