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

Commit 650877ff 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 subsys notification virtualization on msm8996 vplatform"

parents f24c6aec 92caf2f3
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>;
		};
	};
};