ARM: dts: msm: Modify nq device node for 8952/8976

Modify NQ device node for 8976 MTP, 8952 MTP & QRD
for NFC support.

Change-Id: Ic222351783f13de62c0ce3cf4c6518bd210257f7
Signed-off-by: Gaurav Singhal <gsinghal@codeaurora.org>
This commit is contained in:
Gaurav Singhal 2016-06-23 19:05:02 +05:30
parent f65528ca35
commit 2711df9d76
3 changed files with 9 additions and 11 deletions

View File

@ -55,9 +55,9 @@
};
&i2c_5 { /* BLSP2 QUP1 */
nq@2b {
nq@28 {
compatible = "qcom,nq-nci";
reg = <0x2b>;
reg = <0x28>;
qcom,nq-irq = <&msm_gpio 17 0x00>;
qcom,nq-ven = <&msm_gpio 16 0x00>;
qcom,nq-firm = <&pm8950_gpios 5 0x00>;

View File

@ -26,9 +26,9 @@
};
&i2c_5 { /* BLSP2 QUP1 */
nq@2b {
nq@28 {
compatible = "qcom,nq-nci";
reg = <0x2b>;
reg = <0x28>;
qcom,nq-irq = <&msm_gpio 17 0x00>;
qcom,nq-ven = <&msm_gpio 16 0x00>;
qcom,nq-clkreq = <&pm8950_gpios 5 0x00>;
@ -47,12 +47,10 @@
&pm8950_gpios {
gpio@c400 {
qcom,mode = <1>;
qcom,output-type = <0>;
qcom,pull = <0>;
qcom,mode = <0>;
qcom,pull = <5>;
qcom,vin-sel = <2>;
qcom,out-strength = <3>;
qcom,src-sel = <0>;
qcom,src-sel = <2>;
qcom,master-en = <1>;
status = "okay";
};

View File

@ -49,9 +49,9 @@
};
&i2c_6 { /* BLSP2 QUP2 */
nq@2b {
nq@28 {
compatible = "qcom,nq-nci";
reg = <0x2b>;
reg = <0x28>;
qcom,nq-irq = <&msm_gpio 21 0x00>;
qcom,nq-ven = <&msm_gpio 20 0x00>;
qcom,nq-clkreq = <&pm8950_gpios 5 0x00>;