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

Commit 6998480d authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ARM: dts: msm: Replace load-mod with audio-apr device for sdm670



Instead of adding new load module device, use
existing APR module. Replace the dtsi entry for load module
device with APR device. Also rename test module device
as dummy module device.

Change-Id: Iefd33f7b0b43bc16c6b5eb57bdbf841ed57fac4f
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent d8136467
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -293,16 +293,17 @@ Required properties:

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

* audio-load-mod
* msm-audio-apr

Required properties:

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

Optional properties:

 - compatible : "qcom,audio-test-mod"
		Add this compatible as child device to load-module device.
 - compatible : "qcom,msm-audio-apr-dummy"
		Add this compatible as child device to msm-audio-apr device.
		This child device is added after lpass is up to invoke
		deferred probe devices.

@@ -655,10 +656,10 @@ Example:
                compatible = "qcom,msm-pcm-hostless";
        };

	audio_load_mod {
		compatible = "qcom,audio-load-mod";
		audio_test_mod {
			compatible = "qcom,audio-test-mod";
	qcom,msm-audio-apr {
		compatible = "qcom,msm-audio-apr";
		msm_audio_apr_dummy {
			compatible = "qcom,msm-audio-apr-dummy";
		};
	};

+4 −4
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@
};

&soc {
	audio_load_mod {
		compatible = "qcom,audio-load-mod";
		audio_test_mod {
			compatible = "qcom,audio-test-mod";
	qcom,msm-audio-apr {
		compatible = "qcom,msm-audio-apr";
		msm_audio_apr_dummy {
			compatible = "qcom,msm-audio-apr-dummy";
		};
	};