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

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

ARM: dts: msm: Enable Virtual SSR for the Direwolf VM

Enable virtual SSR notifications for the CDSP0 domain
on the Direwolf VM.

Change-Id: I83527bad57ead57bc688b089a5a08ec787fe0836
parent d18e1e27
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -193,6 +193,19 @@
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

	subsys_notif_virt: qcom,subsys_notif_virt@2D000000 {
		compatible = "qcom,subsys-notif-virt";
		reg = <0x2D000000 0x400>;
		reg-names = "vdev_base";
		cdsp0 {
			subsys-name = "cdsp0";
			interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "state-irq";
			type = "virtual";
			offset = <768>;
		};
	};
};

&regulator {