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

Commit 9160e78b authored by Venkata Rao Kakani's avatar Venkata Rao Kakani Committed by Gerrit - the friendly Code Review server
Browse files

dt: msm: gvmq: enable virtual ssr for adsp and wlan



Subsystem notification for adsp and wlan in guest.

Change-Id: I49e3e0a160a2434ba9df8008a5ad5051fbeed194
Signed-off-by: default avatarVenkata Rao Kakani <vkakani@codeaurora.org>
parent 77fa429e
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -155,14 +155,27 @@
					<45 512 207108 14432000>;
	};


	subsys_notif_virt: qcom,subsys_notif_virt@2d000000 {
		compatible = "qcom,subsys-notif-virt";
		reg = <0x2d000000 0x18>;
		reg = <0x2d000000 0x400>;
		reg-names = "vdev_base";

		adsp {
			subsys-name = "adsp";
			interrupts = <0 43 0>;
			interrupt-names = "state-irq";
			type = "virtual";
			offset = <0>;
		};
		wlan {
			subsys-name = "AR6320";
			offset = <16>;
			interrupts = <0 43 0>;
			interrupt-names = "state-irq";
			type = "virtual";
			offset = <512>;
		};

	};
};