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

Commit 82ff5262 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Fix RPMSG intents field for sdm855



RPMSG clients are using intents instead of qcom,intents to define their
pre-queued intent list. Change this value to the correct label.

Change-Id: If1dbdcdbbe62602b56fa0e322ce0ba03b7e20a85
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent d217bf57
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2028,7 +2028,7 @@
		qcom,msm_fastrpc_rpmsg {
			compatible = "qcom,msm-fastrpc-rpmsg";
			qcom,glink-channels = "fastrpcglink-apps-dsp";
			intents = <0x64 64>;
			qcom,intents = <0x64 64>;
		};

		qcom,msm_fastrpc_compute_cb1 {
@@ -2195,7 +2195,7 @@

			apr_tal_rpmsg {
				qcom,glink-channels = "apr_audio_svc";
				intents = <0x200 20>;
				qcom,intents = <0x200 20>;
			};
		};

@@ -2223,7 +2223,7 @@

			wdsp_ctrl {
				qcom,glink-channels = "g_glink_ctrl";
				intents = <0x400 1>;
				qcom,intents = <0x400 1>;
			};

			wdsp_ild {
@@ -2238,7 +2238,7 @@

			wdsp_data {
				qcom,glink-channels = "g_glink_audio_data";
				intents = <0x1000 2>;
				qcom,intents = <0x1000 2>;
			};
		};
	};