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

This commit is contained in:
qctecmdr
2024-01-16 11:21:17 -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/;
@@ -10,5 +10,5 @@
/ {
model = "Qualcomm Technologies, Inc. Sun OEMVM 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
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
@@ -10,5 +10,5 @@
/ {
model = "Qualcomm Technologies, Inc. Sun SVM QRD";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,board-id = <0x10008 0>;
qcom,board-id = <0x1000B 0>, <0x2000B 0>, <0x3000B 0>;
};