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

Commit 402833cc authored by Maya Erez's avatar Maya Erez Committed by Jeevan Shriram
Browse files

ARM: dts: msm: add wil6210 node for msmcobalt



Wil driver is needed for 11ad wireless card.

CRs-Fixed: 1001827
Change-Id: I9b6109ccaf2858732a779d781222422c928128a1
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 741bf770
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -280,3 +280,7 @@
		qcom,thermal-node;
	};
};

&wil6210 {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -239,3 +239,7 @@
		qcom,thermal-node;
	};
};

&wil6210 {
	status = "ok";
};
+21 −0
Original line number Diff line number Diff line
@@ -2483,6 +2483,27 @@
		vdd-io-supply = <&pmcobalt_l5>;
		qcom,vdd-io-voltage-level = <800000 800000>;
	};

	wil6210: qcom,wil6210 {
		compatible = "qcom,wil6210";
		qcom,pcie-parent = <&pcie0>;
		qcom,wigig-en = <&tlmm 80 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= <&pmcobalt_s7>;
		vddio-supply= <&pmcobalt_s5>;
		qcom,use-ext-clocks;
		clocks = <&clock_gcc clk_rf_clk3>,
			 <&clock_gcc clk_rf_clk3_pin>;
		clock-names = "rf_clk3_clk", "rf_clk3_pin_clk";
		qcom,smmu-support;
		status = "disabled";
	};
};

&clock_cpu {