Merge "Add NFC device Node for MTP_kiwi platform" into nfc-devicetree.lnx.15.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9abc7c6786
1
Kbuild
1
Kbuild
@@ -10,6 +10,7 @@ dtbo-y += st/sun-nfc.dtbo \
|
|||||||
st/sun-nfc-qrd-sku1-v8.dtbo \
|
st/sun-nfc-qrd-sku1-v8.dtbo \
|
||||||
st/sun-nfc-qrd-sku2-v8.dtbo \
|
st/sun-nfc-qrd-sku2-v8.dtbo \
|
||||||
st/sun-nfc-atp.dtbo \
|
st/sun-nfc-atp.dtbo \
|
||||||
|
st/sun-mtp-kiwi-v8.dtbo \
|
||||||
st/sun-nfc-rcm.dtbo
|
st/sun-nfc-rcm.dtbo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
18
st/sun-mtp-kiwi-v8.dts
Normal file
18
st/sun-mtp-kiwi-v8.dts
Normal file
@@ -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>;
|
||||||
|
};
|
||||||
|
|
@@ -11,7 +11,7 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid";
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid";
|
||||||
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp","qcom,qrd";
|
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>;
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
qcom,board-id = <0x3000B 0>;
|
qcom,board-id = <0x3000B 0>;
|
||||||
};
|
};
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
|
||||||
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp", "qcom,qrd";
|
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>;
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
qcom,board-id = <0x1000B 0>;
|
qcom,board-id = <0x1000B 0>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user