[NFC][DTS]: New board id update for parrot66
Updated new board id for parrot66. Change-Id: Idd71f5454629a8013d4457674656fc30fdca61d6
This commit is contained in:
3
Kbuild
3
Kbuild
@@ -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
|
||||
|
||||
always-y := $(dtb-y) $(dtbo-y)
|
||||
|
17
nxp/parrot-nfc-idp-wcn6755.dts
Normal file
17
nxp/parrot-nfc-idp-wcn6755.dts
Normal 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>;
|
||||
};
|
@@ -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>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user