Skip to content

Commit d18ee5a

Browse files
Vincent CuissardSamuel Ortiz
authored andcommitted
NFC: nfcmrvl: remove integration related settings
These settings are related to a specific integration that requires the firmware to drive some GPIOs for external RF coexistency. Since this is really linked to specific hardware integration let's remove them. Signed-off-by: Vincent Cuissard <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
1 parent ed06aee commit d18ee5a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

drivers/nfc/nfcmrvl/main.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ static int nfcmrvl_nci_send(struct nci_dev *ndev, struct sk_buff *skb)
6868

6969
static int nfcmrvl_nci_setup(struct nci_dev *ndev)
7070
{
71-
__u8 val;
72-
73-
val = NFCMRVL_GPIO_PIN_NFC_NOT_ALLOWED;
74-
nci_set_config(ndev, NFCMRVL_NOT_ALLOWED_ID, 1, &val);
75-
val = NFCMRVL_GPIO_PIN_NFC_ACTIVE;
76-
nci_set_config(ndev, NFCMRVL_ACTIVE_ID, 1, &val);
77-
val = NFCMRVL_EXT_COEX_ENABLE;
78-
nci_set_config(ndev, NFCMRVL_EXT_COEX_ID, 1, &val);
79-
8071
return 0;
8172
}
8273

0 commit comments

Comments
 (0)