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

Commit 3fef7d36 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add glink intents for DS channel on sdm855



The DS channel expects packets of size 16k, add a device tree node for
to prequeue intents that can accommodate their packets on the modem edge.

Change-Id: I31e7ec14fdf7844218f5f82d68dfc44e204e63cc
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 5f228f0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2299,6 +2299,11 @@
				qcom,glink-channels = "fastrpcglink-apps-dsp";
				qcom,intents = <0x64 64>;
			};

			modem_ds {
				qcom,glink-channels = "DS";
				qcom,intents = <0x4000 0x2>;
			};
		};

		adsp {