[NFC][DTS]: Added support for sun qrd with 3.5 mm

Added support for sun qrd with 3.5 mm

Change-Id: Ie25c88d9045fdef950dfd86a39f043eb0eb18e3d
This commit is contained in:
Varun Kumar
2024-10-22 12:04:25 +05:30
parent 39dab7163a
commit a578356476
2 changed files with 21 additions and 0 deletions

1
Kbuild
View File

@@ -2,6 +2,7 @@ ifeq ($(CONFIG_ARCH_SUN),y)
dtbo-y += nxp/sun-nfc.dtbo \ dtbo-y += nxp/sun-nfc.dtbo \
nxp/sun-nfc-cdp.dtbo \ nxp/sun-nfc-cdp.dtbo \
nxp/sun-nfc-mtp.dtbo \ nxp/sun-nfc-mtp.dtbo \
nxp/sun-nfc-qrd.dtbo \
nxp/tuna-nfc.dtbo \ nxp/tuna-nfc.dtbo \
dtbo-y += st/sun-nfc.dtbo \ dtbo-y += st/sun-nfc.dtbo \

20
nxp/sun-nfc-qrd.dts Normal file
View File

@@ -0,0 +1,20 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-nfc-common.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun QRD";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
"qcom,qrd";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
<0x100026a 0x10000>, <0x100026a 0x20000>,
<0x100027f 0x10000>, <0x100027f 0x20000>;
qcom,board-id = <0x4000B 0>;
};