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

Commit e750ac19 authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

ARM: dts: msm: Enable ICNSS support for msmskunk RUMI platform



WLAN requires ICNSS support hence enable ICNSS on RUMI platform.

CRs-Fixed: 1094870
Change-Id: I8afe50e62010aa86727e83fb4b5da10a29ae6b01
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 607051c4
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -41,3 +41,24 @@
	spm-level = <0>;
	status = "ok";
};

&soc {
	qcom,icnss@18800000 {
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>;
		reg-names = "membase";
		interrupts = <0 414 0 /* CE0 */ >,
			     <0 415 0 /* CE1 */ >,
			     <0 416 0 /* CE2 */ >,
			     <0 417 0 /* CE3 */ >,
			     <0 418 0 /* CE4 */ >,
			     <0 419 0 /* CE5 */ >,
			     <0 420 0 /* CE6 */ >,
			     <0 421 0 /* CE7 */ >,
			     <0 422 0 /* CE8 */ >,
			     <0 423 0 /* CE9 */ >,
			     <0 424 0 /* CE10 */ >,
			     <0 425 0 /* CE11 */ >;
		qcom,wlan-msa-memory = <0x100000>;
	};
};