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

This commit is contained in:
qctecmdr
2024-01-30 15:23:14 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// 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/;
@@ -11,5 +11,5 @@
model = "Qualcomm Technologies, Inc. Sun SVM CDP";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-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
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
@@ -11,5 +11,5 @@
model = "Qualcomm Technologies, Inc. Sun SVM MTP";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp",
"qcom,sunp", "qcom,mtp";
qcom,board-id = <0x10008 0>;
qcom,board-id = <8 0>;
};