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

Commit 5c99b0de authored by Bavyasritha Alahari's avatar Bavyasritha Alahari
Browse files

ARM: dts: msm: Add cdsp rpmsg entry in yupik

CDSPRM module relies on the rpmsg node to create a communication
channel with CDSP.
CDSPRM module implements a RPMSG interface to communicate with CDSP
while provoding a way for CPU QoS to benefit CDSP applications
performance.

Change-Id: I253471848431dbc7ddf36de8ae32e32dbe8a7837
parent f6c0edf4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2539,6 +2539,18 @@
				qcom,notify-edges = <&glink_adsp>,
						    <&glink_wpss>;
			};

			qcom,msm_cdsprm_rpmsg {
				compatible = "qcom,msm-cdsprm-rpmsg";
				qcom,glink-channels = "cdsprmglink-apps-dsp";
				qcom,intents = <0x20 12>;

				msm_cdsp_rm: qcom,msm_cdsp_rm {
					compatible = "qcom,msm-cdsp-rm";
					qcom,qos-latency-us = <70>;
					qcom,qos-maxhold-ms = <20>;
				};
			};
		};

		glink_wpss: wpss {