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

Commit f11f7cc7 authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable sending of PIL to AOP messages on SDM670



Add the proper flags in the PIL nodes that need to send AOP an ON/OFF
message.

Change-Id: I8b6f539effdf1cf34fb919d14ce070470db3974e
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent e9e45533
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -1613,6 +1613,7 @@
		qcom,sysmon-id = <1>;
		qcom,sysmon-id = <1>;
		qcom,ssctl-instance-id = <0x14>;
		qcom,ssctl-instance-id = <0x14>;
		qcom,firmware-name = "adsp";
		qcom,firmware-name = "adsp";
		qcom,signal-aop;
		memory-region = <&pil_adsp_mem>;
		memory-region = <&pil_adsp_mem>;


		/* GPIO inputs from lpass */
		/* GPIO inputs from lpass */
@@ -1623,6 +1624,9 @@


		/* GPIO output to lpass */
		/* GPIO output to lpass */
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;

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


@@ -1837,6 +1841,7 @@
		qcom,sysmon-id = <0>;
		qcom,sysmon-id = <0>;
		qcom,ssctl-instance-id = <0x12>;
		qcom,ssctl-instance-id = <0x12>;
		qcom,override-acc;
		qcom,override-acc;
		qcom,signal-aop;
		qcom,qdsp6v65-1-0;
		qcom,qdsp6v65-1-0;
		qcom,mss_pdc_offset = <8>;
		qcom,mss_pdc_offset = <8>;
		status = "ok";
		status = "ok";
@@ -1852,6 +1857,9 @@


		/* GPIO output to mss */
		/* GPIO output to mss */
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;

		mboxes = <&qmp_aop 0>;
		mbox-names = "mss-pil";
		qcom,mba-mem@0 {
		qcom,mba-mem@0 {
			compatible = "qcom,pil-mba-mem";
			compatible = "qcom,pil-mba-mem";
			memory-region = <&pil_mba_mem>;
			memory-region = <&pil_mba_mem>;
@@ -1903,6 +1911,7 @@
		qcom,sysmon-id = <7>;
		qcom,sysmon-id = <7>;
		qcom,ssctl-instance-id = <0x17>;
		qcom,ssctl-instance-id = <0x17>;
		qcom,firmware-name = "cdsp";
		qcom,firmware-name = "cdsp";
		qcom,signal-aop;
		memory-region = <&pil_cdsp_mem>;
		memory-region = <&pil_cdsp_mem>;


		/* GPIO inputs from turing */
		/* GPIO inputs from turing */
@@ -1913,6 +1922,9 @@


		/* GPIO output to turing*/
		/* GPIO output to turing*/
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_5_out 0 0>;
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_5_out 0 0>;

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