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

Commit e2ba56b2 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add intent list for IPCRTR on sdm855



Add list of intents to prequeue for the IPCRTR channel.

Change-Id: I5aac588c3c784d4395c75d82512a7640fe2dd92e
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 82ff5262
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -2184,6 +2184,13 @@
			mboxes = <&apcs_glb 12>;
			mbox-names = "mpss_smem";
			interrupts = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;

			modem_qrtr {
				qcom,glink-channels = "IPCRTR";
				qcom,intents = <0x800  5
						0x2000 3
						0x4400 2>;
			};
		};

		adsp {
@@ -2193,6 +2200,13 @@
			mbox-names = "adsp_smem";
			interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;

			adsp_qrtr {
				qcom,glink-channels = "IPCRTR";
				qcom,intents = <0x800  5
						0x2000 3
						0x4400 2>;
			};

			apr_tal_rpmsg {
				qcom,glink-channels = "apr_audio_svc";
				qcom,intents = <0x200 20>;
@@ -2205,6 +2219,13 @@
			mboxes = <&apcs_glb 24>;
			mbox-names = "dsps_smem";
			interrupts = <GIC_SPI 170 IRQ_TYPE_EDGE_RISING>;

			dsps_qrtr {
				qcom,glink-channels = "IPCRTR";
				qcom,intents = <0x800  5
						0x2000 3
						0x4400 2>;
			};
		};

		cdsp {
@@ -2213,6 +2234,13 @@
			mboxes = <&apcs_glb 4>;
			mbox-names = "cdsp_smem";
			interrupts = <GIC_SPI 574 IRQ_TYPE_EDGE_RISING>;

			cdsp_qrtr {
				qcom,glink-channels = "IPCRTR";
				qcom,intents = <0x800  5
						0x2000 3
						0x4400 2>;
			};
		};

		glink_spi_xprt_wdsp: wdsp {