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

Commit 92caf2f3 authored by Anant Goel's avatar Anant Goel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add subsys notification virtualization on msm8996 vplatform



Add subsystem_notif_virt device to support subsystem
notifications virtualization for subsystems.

Change-Id: Icc8118e834e2c1c0e54fc7380fe3ea8c7a173665
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent f64af1ec
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -146,6 +146,19 @@
		qcom,edge = "lpass";
		qcom,notify-edges = <&glink_mpss>;
		qcom,xprt = "smem";

	subsys_notif_virt: qcom,subsys_notif_virt@2D000000 {
		compatible = "qcom,subsys-notif-virt";
		reg = <0x2D000000 0x10>;
		reg-names = "vdev_base";
		adsp {
			subsys-name = "adsp";
			offset = <0>;
		};
		mpss {
			subsys-name = "modem";
			offset = <8>;
		};
	};
};