This change updates msm-id in dt file for TunaP SoC. Change-Id: Ie7a89ab9aaa1547257f1f39cb4a56ed50779da61 CRs-Fixed: 3969241
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-wcn7750.dtsi"
|
|
|
|
/ {
|
|
|
|
model = "Qualcomm Technologies, Inc. Tuna CDP";
|
|
compatible = "qcom,tuna-cdp", "qcom,tuna", "qcom,cdp", "qcom,tunap-cdp",
|
|
"qcom,tunap";
|
|
qcom,msm-id = <655 0x10000>, <681 0x10000>, <694 0x10000>;
|
|
qcom,board-id = <1 0>;
|
|
};
|