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

Commit 1af73999 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f69d51cf 9160e78b
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>;
		};

	};
};