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

Commit 5bb04a43 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2c4977e1 b8e32309
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -1720,6 +1720,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>;
			};
		};
	};