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

Commit b8e32309 authored by Vidyakumar Athota's avatar Vidyakumar Athota
Browse files

ARM: dts: msm: Add wdsp glink channel nodes for sdm855



Add wdsp glink channel nodes to enable communication with
the wdsp remote processor through glink.

Change-Id: Icfe467c071e53a36dd406c37be82d6396948744d
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent 5fe07b01
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -1705,6 +1705,26 @@
			transport = "spi";
			tx-descriptors = <0x12000 0x12004>;
			rx-descriptors = <0x1200c 0x12010>;

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

			wdsp_ild {
				qcom,glink-channels =
					"g_glink_persistent_data_ild";
			};

			wdsp_nild {
				qcom,glink-channels =
					"g_glink_persistent_data_nild";
			};

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