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

Commit 734a7cbb authored by Ke Huang's avatar Ke Huang
Browse files

ARM: dts: msm: Add WiFi SSR support on msm8996 vplatform



Add WiFi SSR support on msm8996 vplatform based on the
subsys notification virtualization.

Change-Id: I4fab07cda3596033f19c120d91b938a92cfee0d9
Signed-off-by: default avatarKe Huang <keh@codeaurora.org>
parent db005c45
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@

	subsys_notif_virt: qcom,subsys_notif_virt@2D000000 {
		compatible = "qcom,subsys-notif-virt";
		reg = <0x2D000000 0x10>;
		reg = <0x2D000000 0x18>;
		reg-names = "vdev_base";
		adsp {
			subsys-name = "adsp";
@@ -193,6 +193,10 @@
			subsys-name = "modem";
			offset = <8>;
		};
		wlan {
			subsys-name = "AR6320";
			offset = <16>;
		};
	};
};