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

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

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



WLAN requires ICNSS support hence enable ICNSS on RUMI platform.

Change-Id: Ie63e58f76f757af7ea1c2723b2b90f02195a1257
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent a82af004
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -36,6 +36,25 @@
	timer@0x17c00000 {
		clock-frequency = <1000000>;
	};

	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>;
	};
};

&usb0 {