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

Commit b17fe129 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 qcom,subsys-name for apr"

parents 00fc82fd 0bf0467c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -300,6 +300,11 @@ Required properties:
 - compatible : "qcom,msm-audio-apr"
		This device is added to represent APR module.

 - qcom,subsys-name: This value provides the subsystem name where codec
		is present. It can be "apr_modem" or "apr_adsp". This
		property enable apr driver to receive subsystem up/down
		notification from modem/adsp.

Optional properties:

 - compatible : "qcom,msm-audio-apr-dummy"
@@ -664,6 +669,8 @@ Example:
		msm_audio_apr_dummy {
			compatible = "qcom,msm-audio-apr-dummy";
		};

		qcom,subsys-name = "apr_adsp";
	};

	qcom,msm-ocmem-audio {
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@

	audio_apr: qcom,msm-audio-apr {
		compatible = "qcom,msm-audio-apr";
		qcom,subsys-name = "apr_modem";
	};

	host_pcm: qcom,msm-voice-host-pcm {
+1 −0
Original line number Diff line number Diff line
@@ -304,6 +304,7 @@

	audio_apr: qcom,msm-audio-apr {
		compatible = "qcom,msm-audio-apr";
		qcom,subsys-name = "apr_adsp";
	};

	dai_pri_auxpcm: qcom,msm-pri-auxpcm {