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

Commit b9878c46 authored by Bavyasritha Alahari's avatar Bavyasritha Alahari
Browse files

ARM: dts: msm: Add cdsp rpmsg entry in holi and shima

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: I8e151744db6943544a8b05e864b9c8e39e87291f
parent 70c30998
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1786,6 +1786,18 @@
				qcom,glink-channels = "glink_ssr";
				qcom,notify-edges = <&glink_adsp>;
			};

			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>;
				};
			};
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -4337,7 +4337,7 @@

				msm_cdsp_rm: qcom,msm_cdsp_rm {
					compatible = "qcom,msm-cdsp-rm";
					qcom,qos-latency-us = <60>;
					qcom,qos-latency-us = <70>;
					qcom,qos-maxhold-ms = <20>;
				};
			};
+12 −0
Original line number Diff line number Diff line
@@ -1460,6 +1460,18 @@
				qcom,glink-channels = "glink_ssr";
				qcom,notify-edges = <&glink_adsp>;
			};

			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>;
				};
			};
		};
	};