[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:
1
Kbuild
1
Kbuild
@@ -2,6 +2,7 @@ ifeq ($(CONFIG_ARCH_SUN),y)
|
||||
dtbo-y += nxp/sun-nfc.dtbo \
|
||||
nxp/sun-nfc-cdp.dtbo \
|
||||
nxp/sun-nfc-mtp.dtbo \
|
||||
nxp/sun-nfc-qrd.dtbo \
|
||||
nxp/tuna-nfc.dtbo \
|
||||
|
||||
dtbo-y += st/sun-nfc.dtbo \
|
||||
|
20
nxp/sun-nfc-qrd.dts
Normal file
20
nxp/sun-nfc-qrd.dts
Normal 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>;
|
||||
};
|
Reference in New Issue
Block a user