From 567564ec6cc392fa46e4e14d6d294039e165ffaa Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 30 Jan 2024 12:57:19 +0800 Subject: [PATCH] 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 --- qcom/sun-vm-cdp.dts | 4 ++-- qcom/sun-vm-mtp.dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qcom/sun-vm-cdp.dts b/qcom/sun-vm-cdp.dts index 70857749..c0bec7b8 100644 --- a/qcom/sun-vm-cdp.dts +++ b/qcom/sun-vm-cdp.dts @@ -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>; }; diff --git a/qcom/sun-vm-mtp.dts b/qcom/sun-vm-mtp.dts index fc96c5da..fb139692 100644 --- a/qcom/sun-vm-mtp.dts +++ b/qcom/sun-vm-mtp.dts @@ -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>; };