Add Audio devicetree support for sun MTP with QMP. Add routes for QMP to TX and VA Macro widgets. Change-Id: I4741d8ba21a22162f9e513c84f8c544339b66c74 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-audio-mtp-qmp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP QMP1000";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp", "qcom,sunp-mtp", "qcom,sunp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x10108 0>, <0x40108 0>;
|
|
};
|