From 24c5144faae98492c9e4018e47e2622403848489 Mon Sep 17 00:00:00 2001 From: Amruth Naga Date: Thu, 25 Apr 2024 10:23:24 +0530 Subject: [PATCH] Add NFC device Node for MTP_kiwi platform - Added NFC device Node to support MTP_kiwi platform - Updated new MSM-ID to SKU1 and SKU1_V8 platforms Change-Id: Ieba5c1bcbd6de1bd29540566ccc3fd952ff84575 --- Kbuild | 1 + st/sun-mtp-kiwi-v8.dts | 18 ++++++++++++++++++ st/sun-nfc-qrd-sku1-v8.dts | 2 +- st/sun-nfc-qrd-sku1.dts | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 st/sun-mtp-kiwi-v8.dts diff --git a/Kbuild b/Kbuild index 30c9ad8e..0d856c20 100644 --- a/Kbuild +++ b/Kbuild @@ -10,6 +10,7 @@ dtbo-y += st/sun-nfc.dtbo \ st/sun-nfc-qrd-sku1-v8.dtbo \ st/sun-nfc-qrd-sku2-v8.dtbo \ st/sun-nfc-atp.dtbo \ + st/sun-mtp-kiwi-v8.dtbo \ st/sun-nfc-rcm.dtbo endif diff --git a/st/sun-mtp-kiwi-v8.dts b/st/sun-mtp-kiwi-v8.dts new file mode 100644 index 00000000..ce72b368 --- /dev/null +++ b/st/sun-mtp-kiwi-v8.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include "sun-nfc-common.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN V8 Power Grid"; + compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", + "qcom,mtp"; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,board-id = <0x50008 0>; +}; + diff --git a/st/sun-nfc-qrd-sku1-v8.dts b/st/sun-nfc-qrd-sku1-v8.dts index 4d0ac8a9..6408dc86 100644 --- a/st/sun-nfc-qrd-sku1-v8.dts +++ b/st/sun-nfc-qrd-sku1-v8.dts @@ -11,7 +11,7 @@ / { model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp","qcom,qrd"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; qcom,board-id = <0x3000B 0>; }; diff --git a/st/sun-nfc-qrd-sku1.dts b/st/sun-nfc-qrd-sku1.dts index 9975dc4c..b1252f14 100644 --- a/st/sun-nfc-qrd-sku1.dts +++ b/st/sun-nfc-qrd-sku1.dts @@ -11,7 +11,7 @@ / { model = "Qualcomm Technologies, Inc. Sun QRD SKU1"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp", "qcom,qrd"; - qcom,msm-id = <618 0x10000>, <618 0x20000>, + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>, <0x100026a 0x10000>, <0x100026a 0x20000>; qcom,board-id = <0x1000B 0>; };