[NFC][DTS]: Fix the FW upgrade issue

- Added missed FW gpio changes.

Change-Id: Ifafd2041799cf1d0b0b80b2b5a601916280f017a
This commit is contained in:
Amruth Naga
2024-07-17 16:28:48 +05:30
parent 71898137ac
commit 66519741f1
2 changed files with 6 additions and 5 deletions

View File

@@ -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>;

View File

@@ -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;
}; };