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

Commit 595fe08a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add wil6210 device for sm8150 platforms" into msm-4.14

parents 4452d7cb be344eb2
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
@@ -3142,6 +3142,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 {