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

Commit 2d7bc7cd authored by Bruce Levy's avatar Bruce Levy
Browse files

ARM: dts: msm: Enable AOP signalling for LPASS and CDSP

Add AOP ON/OFF notifications to lpass and cdsp PIL nodes for
considering direct resource voters at rpmh.

Change-Id: Iaaaf1c1f3c3bea942f80ed2d5dd3b67471149d1f
parent c6c37440
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2650,6 +2650,7 @@
		qcom,ssctl-instance-id = <0x14>;
		qcom,firmware-name = "adsp";
		memory-region = <&pil_adsp_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;

		/* Inputs from lpass */
@@ -2669,6 +2670,7 @@
		qcom,smem-states = <&adsp_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";

		mboxes = <&qmp_aop 0>;
		mbox-names = "adsp-pil";
	};

@@ -2691,6 +2693,7 @@
		qcom,ssctl-instance-id = <0x17>;
		qcom,firmware-name = "cdsp";
		memory-region = <&pil_cdsp_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;

		qcom,msm-bus,name = "pil-cdsp";
@@ -2717,6 +2720,7 @@
		qcom,smem-states = <&cdsp_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";

		mboxes = <&qmp_aop 0>;
		mbox-names = "cdsp-pil";
	};