Merge "[NFC][DTS]: New board id update for parrot66" into nfc-devicetree.lnx.15.0

This commit is contained in:
CNSS_WLAN Service
2024-07-25 04:57:28 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 20 additions and 2 deletions

3
Kbuild
View File

@@ -18,7 +18,8 @@ ifeq ($(CONFIG_ARCH_PARROT),y)
dtbo-y += nxp/parrot-nfc.dtbo \
nxp/parrot-nfc-qrd.dtbo \
nxp/parrot-nfc-idp.dtbo \
nxp/parrot-nfc-atp.dtbo
nxp/parrot-nfc-atp.dtbo \
nxp/parrot-nfc-idp-wcn6755.dtbo
endif
ifeq ($(CONFIG_ARCH_RAVELIN),y)

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "parrot-nfc-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6755 IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>, <634 0x10000>, <638 0x10000>,
<663 0x10000>;
qcom,board-id = <34 5>;
};

View File

@@ -15,5 +15,5 @@
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
<633 0x10000>, <634 0x10000>, <638 0x10000>,
<663 0x10000>;
qcom,board-id = <34 0>, <34 1>;
qcom,board-id = <34 0>, <34 1>, <34 5>;
};