Nfc Dts: add dt support Parrot WCN3990 IDP + AMOLED + RCM
Added dts support for Parrot WCN3990 IDP + AMOLED + RCM. Change-Id: I4b143ec9edf876dc866e03a6034c430217eb9fdb
This commit is contained in:
3
Kbuild
3
Kbuild
@@ -19,7 +19,8 @@ dtbo-y += nxp/parrot-nfc.dtbo \
|
||||
nxp/parrot-nfc-qrd.dtbo \
|
||||
nxp/parrot-nfc-idp.dtbo \
|
||||
nxp/parrot-nfc-atp.dtbo \
|
||||
nxp/parrot-nfc-idp-wcn6755.dtbo
|
||||
nxp/parrot-nfc-idp-wcn6755.dtbo \
|
||||
nxp/parrot-nfc-idp-wcn3990-amoled-rcm.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_RAVELIN),y)
|
||||
|
18
nxp/parrot-nfc-idp-wcn3990-amoled-rcm.dts
Normal file
18
nxp/parrot-nfc-idp-wcn3990-amoled-rcm.dts
Normal file
@@ -0,0 +1,18 @@
|
||||
// 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 WCN3990 IDP + AMOLED + RCM";
|
||||
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 3>;
|
||||
};
|
Reference in New Issue
Block a user