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

Commit be344eb2 authored by Alexei Avshalom Lazar's avatar Alexei Avshalom Lazar
Browse files

ARM: dts: msm: add wil6210 device for sm8150 platforms



Wil6210 driver is needed for 11ad wireless card.

Change-Id: If84e59d9a7145f1fd17ffdef3dedeb4db10e7ccc
Signed-off-by: default avatarAlexei Avshalom Lazar <ailizaro@codeaurora.org>
parent 8e8b850c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -503,3 +503,7 @@
		};
	};
};

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

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

&wil6210 {
	status = "ok";
};
+26 −0
Original line number Diff line number Diff line
@@ -3162,6 +3162,32 @@
		qcom,vdd-cx-mx-config = <752000 752000>;
		qcom,vdd-3.3-ch0-config = <3104000 3312000>;
	};

	wil6210: qcom,wil6210 {
		compatible = "qcom,wil6210";
		qcom,pcie-parent = <&pcie1>;
		pinctrl-names = "default";
		pinctrl-0 = <&wil6210_refclk3_en_pin>;
		qcom,wigig-en = <&tlmm 131 0>;
		qcom,msm-bus,name = "wil6210";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<100 512 0 0>,
			<100 512 600000 800000>; /* ~4.6Gbps (MCS12) */
		qcom,use-ext-supply;
		vddio-supply= <&pm855_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;
		qcom,smmu-mapping = <0x20000000 0xe0000000>;
		qcom,smmu-s1-en;
		qcom,smmu-fast-map;
		qcom,smmu-coherent;
		status = "disabled";
	};
};

&emac_gdsc {