[NFC][DTS]: Fix the FW upgrade issue
- Added missed FW gpio changes. Change-Id: Ifafd2041799cf1d0b0b80b2b5a601916280f017a
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
reg = <0x28>;
|
reg = <0x28>;
|
||||||
qcom,sn-irq = <&tlmm 9 0x00>;
|
qcom,sn-irq = <&tlmm 9 0x00>;
|
||||||
qcom,sn-ven = <&tlmm 6 0x00>;
|
qcom,sn-ven = <&tlmm 6 0x00>;
|
||||||
|
qcom,sn-firm = <&tlmm 8 0x00>;
|
||||||
qcom,sn-clkreq = <&tlmm 7 0x00>;
|
qcom,sn-clkreq = <&tlmm 7 0x00>;
|
||||||
qcom,sn-vdd-1p8-supply = <&L21B>;
|
qcom,sn-vdd-1p8-supply = <&L21B>;
|
||||||
qcom,sn-vdd-1p8-voltage = <1800000 1800000>;
|
qcom,sn-vdd-1p8-voltage = <1800000 1800000>;
|
||||||
|
@@ -38,13 +38,13 @@
|
|||||||
|
|
||||||
nfc_enable_active: nfc_enable_active {
|
nfc_enable_active: nfc_enable_active {
|
||||||
mux {
|
mux {
|
||||||
/* Enable and Clock request gpios */
|
/* Enable, Firmware and Clock request gpios */
|
||||||
pins = "gpio6", "gpio7";
|
pins = "gpio6","gpio8", "gpio7";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
};
|
};
|
||||||
|
|
||||||
config {
|
config {
|
||||||
pins = "gpio6", "gpio7";
|
pins = "gpio6", "gpio8", "gpio7";
|
||||||
drive-strength = <2>; /* 2 MA */
|
drive-strength = <2>; /* 2 MA */
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
@@ -52,12 +52,12 @@
|
|||||||
|
|
||||||
nfc_enable_suspend: nfc_enable_suspend {
|
nfc_enable_suspend: nfc_enable_suspend {
|
||||||
mux {
|
mux {
|
||||||
pins = "gpio6", "gpio7";
|
pins = "gpio6", "gpio8", "gpio7";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
};
|
};
|
||||||
|
|
||||||
config {
|
config {
|
||||||
pins = "gpio6", "gpio7";
|
pins = "gpio6", "gpio8", "gpio7";
|
||||||
drive-strength = <2>; /* 2 MA */
|
drive-strength = <2>; /* 2 MA */
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user