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

Commit 14d6480c authored by Jaiju Yesudasan's avatar Jaiju Yesudasan
Browse files

ARM: dts: msm: Add support for multiple neutrino on msm8996



Add new nodes for multiple neutrino interfaces. This is for
differentiating multiple neutrino interfaces  connected to
different RC.

CRs-Fixed: 1060701
Change-Id: I6f9f7c050d5736fdf3e6bf45257ae410b7190c3b
Signed-off-by: default avatarJaiju Yesudasan <cjaijuy@codeaurora.org>
parent b7ac7086
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@ Required properties:
  - ntn-rc-num: PCIe root complex number on which Neutrino is connected
  - ntn-rc-num: PCIe root complex number on which Neutrino is connected


Optional properties:
Optional properties:
  - ntn-bus-num: PCIe bus number on which Neutrino is connected
  - ntn-rst-gpio: Neutrino reset GPIO
  - ntn-rst-gpio: Neutrino reset GPIO
  - vdd-ntn-hsic-supply: Neutrino HSIC power supply
  - vdd-ntn-hsic-supply: Neutrino HSIC power supply
  - vdd-ntn-pci-supply: PCIe core power supply
  - vdd-ntn-pci-supply: PCIe core power supply
@@ -40,6 +41,7 @@ Example:
		vdd-ntn-core-supply = <&pm8994_l19>;
		vdd-ntn-core-supply = <&pm8994_l19>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-bus-num = <1>;
	};
	};


	qcom,ntn_avb {
	qcom,ntn_avb {
+9 −1
Original line number Original line Diff line number Diff line
@@ -466,7 +466,7 @@
};
};


&soc {
&soc {
	qcom,ntn_avb {
	ntn1: ntn_avb@1 { /* Neutrno device on RC1*/
		compatible = "qcom,ntn_avb";
		compatible = "qcom,ntn_avb";


		ntn-rst-gpio = <&pm8994_gpios 13 0>;
		ntn-rst-gpio = <&pm8994_gpios 13 0>;
@@ -477,6 +477,14 @@


		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-rc-num = <1>;
		qcom,ntn-bus-num = <1>;
	};

	ntn2: ntn_avb@2 { /*Neutrino device on RC2*/
		compatible = "qcom,ntn_avb";
		qcom,ntn-rst-delay-msec = <100>;
		qcom,ntn-rc-num = <2>;
		qcom,ntn-bus-num = <1>;
	};
	};


	i2c@75ba000 {
	i2c@75ba000 {