Add audio platform support for sun mtp with qmp. Change-Id: I204cbd549797635ffd549f317da9828af39d90b0 Signed-off-by: Faiz Nabi Kuchay <quic_fkuchay@quicinc.com>
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-audio-mtp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <8 0>;
|
|
};
|