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

Commit 352f4eee authored by Meng Wang's avatar Meng Wang Committed by Banajit Goswami
Browse files

ARM: dts: msm: Add audio apr device for SDM855



Add devicetree node for audio apr device for SDM855 target.

Change-Id: If06029065a583561e701c469fabd667f6a4d347a
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent aece7008
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -293,6 +293,13 @@ Required properties:

 - compatible : "qcom,msm-pcm-hostless"

* msm-audio-apr

Required properties:

 - compatible : "qcom,msm-audio-apr"
		This device is added to represent APR module.

* msm-ocmem-audio

Required properties:
@@ -641,6 +648,10 @@ Example:
		compatible = "qcom,msm-pcm-hostless";
	};

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

	qcom,msm-ocmem-audio {
		compatible = "qcom,msm-ocmem-audio";
		qcom,msm_bus,name = "audio-ocmem";
+4 −0
Original line number Diff line number Diff line
@@ -296,6 +296,10 @@
		compatible = "qcom,msm-pcm-hostless";
	};

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

	dai_pri_auxpcm: qcom,msm-pri-auxpcm {
		compatible = "qcom,msm-auxpcm-dev";
		qcom,msm-cpudai-auxpcm-mode = <0>, <0>;