Use proper board-id for Sun MTP with qmp attach. Change-Id: I1143c67e78c164fd83b330f9a8d2618433c33293 Signed-off-by: Faiz Nabi Kuchay <quic_fkuchay@quicinc.com>
19 lines
609 B
Plaintext
19 lines
609 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>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0x108 0>, <0x40108 0>;
|
|
};
|