ARM: dts: qcom: Update board-id for Sun vms QRD

Update board-id for Sun TUIVM and OEMVM.

Change-Id: I3a749a10825c41e3d53ddfe048e92e8fb09df235
Signed-off-by: Peng Yang <quic_penyan@quicinc.com>
This commit is contained in:
Peng Yang
2024-01-16 17:30:23 +08:00
parent 9217c2fa76
commit aead4f0856
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/;
@@ -10,5 +10,5 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun OEMVM QRD"; model = "Qualcomm Technologies, Inc. Sun OEMVM QRD";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,board-id = <0x10008 0>; qcom,board-id = <0x1000B 0>, <0x2000B 0>, <0x3000B 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/;
@@ -10,5 +10,5 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun SVM QRD"; model = "Qualcomm Technologies, Inc. Sun SVM QRD";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,board-id = <0x10008 0>; qcom,board-id = <0x1000B 0>, <0x2000B 0>, <0x3000B 0>;
}; };