Remove FMD support from Kiwi and update board id for Tuna CRs-Fixed: 3965338 Change-Id: I26936e00a3d9bd15cb6c3331e2bf967af05b327b Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
20 lines
509 B
Plaintext
20 lines
509 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-kiwi-bt.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna";
|
|
compatible = "qcom,tuna-rcm", "qcom,tunap-rcm", "qcom,rcm",
|
|
"qcom,tuna-mtp", "qcom,tunap-mtp", "qcom,mtp",
|
|
"qcom,tuna-atp", "qcom,tunap-atp", "qcom,atp",
|
|
"qcom,tuna", "qcom,tunap";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
|
qcom,board-id = <21 1>, <8 2>, <8 3>;
|
|
};
|