The default MTP's board-id doesn't mention major version no. since it's the first version, so follow the same for QMP1000's board-id and keep only the minor version. Change-Id: Ifc09d5121e5b262a9bf1b66573c883aa17040f1d Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-mtp-qmp1000.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP QMP1000";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
|
|
"qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x108 0>;
|
|
};
|