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

Commit 02b9a686 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Fix wdsp glink node for sm8150



WDSP does not have a remote pid assigned to it because it is not a smem
based processor. Remove the fake value since the remote pid is not
required anymore. Add the label and glink label tags so glink register
returns successfully.

Change-Id: I35a08893d5fa90a818608d1b5e7c8fa082787889
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 60dc7dcf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2574,11 +2574,13 @@
		};

		glink_spi_xprt_wdsp: wdsp {
			qcom,remote-pid = <10>;
			transport = "spi";
			tx-descriptors = <0x12000 0x12004>;
			rx-descriptors = <0x1200c 0x12010>;

			label = "wdsp";
			qcom,glink-label = "wdsp";

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