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

Commit 6e14acb1 authored by Maya Erez's avatar Maya Erez
Browse files

ARM: dts: msm: add wil6210 node for sdm845



Wil6210 driver is needed for 11ad wireless card.

Change-Id: Ide1b4de484427d8d894d57f7f96f59a4918b7e9e
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
Signed-off-by: default avatarAlexei Avshalom Lazar <ailizaro@codeaurora.org>
parent 492b05c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -481,3 +481,7 @@ aliases {
		};
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -464,3 +464,7 @@ aliases {
		};
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -147,3 +147,7 @@
&dsi_sharp_4k_dsc_video_display {
	qcom,dsi-display-active;
};

&wil6210 {
	status = "ok";
};
+21 −0
Original line number Diff line number Diff line
@@ -3740,6 +3740,27 @@
		qcom,affinity = <1>;
		#thermal-sensor-cells = <0>;
	};

	wil6210: qcom,wil6210 {
		compatible = "qcom,wil6210";
		qcom,pcie-parent = <&pcie0>;
		qcom,wigig-en = <&tlmm 39 0>;
		qcom,msm-bus,name = "wil6210";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<45 512 0 0>,
			<45 512 600000 800000>; /* ~4.6Gbps (MCS12) */
		qcom,use-ext-supply;
		vdd-supply= <&pm8998_s7>;
		vddio-supply= <&pm8998_s5>;
		qcom,use-ext-clocks;
		clocks = <&clock_rpmh RPMH_RF_CLK3>,
			 <&clock_rpmh RPMH_RF_CLK3_A>;
		clock-names = "rf_clk3_clk", "rf_clk3_pin_clk";
		qcom,smmu-support;
		status = "disabled";
	};
};

&pcie_0_gdsc {