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

Commit 327fc343 authored by Sachin Prakash Gejji's avatar Sachin Prakash Gejji Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update neutrino device with phy ID for mdm9607 MTP



Update Phy ID in Neutrino device to perform mdio operations.

Change-Id: I1235ba5123a0d4f1252838a3614cdc7722b3781a
CRs-fixed: 2049620
Signed-off-by: default avatarSachin Prakash Gejji <sgejji@codeaurora.org>
parent 822fa236
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Required properties:
  - compatible: Should be "qcom,ntn-hsic"
  - vdd-ntn-hsic-supply: Neutrino HSIC power supply
  - ntn-rst-gpio: Neutrino reset GPIO
  - ntn-phy-id: Neutrino PHY ID

Example:
	qcom,ntn_hsic {
@@ -14,4 +15,5 @@ Example:
		pinctrl-names = "default";
		pinctrl-0 = <&ntn_rst_gpio_default>;
		ntn-rst-gpio = <&tlmm_pinmux 30 1>;
		ntn-phy-id = <7>;
	};
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
		pinctrl-names = "default";
		pinctrl-0 = <&ntn_rst_gpio_default>;
		ntn-rst-gpio = <&tlmm_pinmux 30 1>;
		ntn-phy-id = <7>;
	};

};