ARM: dts: qcom: Update board id for Sun vms MTP and CDP

Update board-id for Sun MTP and CDP.

Change-Id: I36cbe299e9271395914c792cef41a933b91bc64b
Signed-off-by: Rui Chen <quic_ruc@quicinc.com>
This commit is contained in:
Rui Chen
2024-01-30 12:57:19 +08:00
parent bf4f4cd702
commit 567564ec6c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
/dts-v1/; /dts-v1/;
@@ -11,5 +11,5 @@
model = "Qualcomm Technologies, Inc. Sun SVM CDP"; model = "Qualcomm Technologies, Inc. Sun SVM CDP";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp",
"qcom,sunp", "qcom,cdp"; "qcom,sunp", "qcom,cdp";
qcom,board-id = <0x10001 0>; qcom,board-id = <1 0>;
}; };

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
/dts-v1/; /dts-v1/;
@@ -11,5 +11,5 @@
model = "Qualcomm Technologies, Inc. Sun SVM MTP"; model = "Qualcomm Technologies, Inc. Sun SVM MTP";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp",
"qcom,sunp", "qcom,mtp"; "qcom,sunp", "qcom,mtp";
qcom,board-id = <0x10008 0>; qcom,board-id = <8 0>;
}; };