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

Commit d3dff862 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ARM: dts: msm: Add audio test device for sdm670



Add audio test device as child of load module device.
This will invoke deferred probe devices to address
sound card failure issue.

Change-Id: Ibf6c1a15ebf8b8eb114549f60d096f0e8b7819ff
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 5a580c0a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -293,6 +293,19 @@ Required properties:

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

* audio-load-mod

Required properties:

 - compatible : "qcom,audio-load-mod"

Optional properties:

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

* msm-ocmem-audio

Required properties:
@@ -640,6 +653,13 @@ Example:
                compatible = "qcom,msm-pcm-hostless";
        };

	audio_load_mod {
		compatible = "qcom,audio-load-mod";
		audio_test_mod {
			compatible = "qcom,audio-test-mod";
		};
	};

	qcom,msm-ocmem-audio {
		compatible = "qcom,msm-ocmem-audio";
		qcom,msm_bus,name = "audio-ocmem";
+8 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -23,6 +23,13 @@
};

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

	qcom,avtimer@62cf700c {
		compatible = "qcom,avtimer";
		reg = <0x62cf700c 0x4>,