Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d18ee5a5 authored by Vincent Cuissard's avatar Vincent Cuissard Committed by Samuel Ortiz
Browse files

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: default avatarVincent Cuissard <cuissard@marvell.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent ed06aeef
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -68,15 +68,6 @@ static int nfcmrvl_nci_send(struct nci_dev *ndev, struct sk_buff *skb)

static int nfcmrvl_nci_setup(struct nci_dev *ndev)
{
	__u8 val;

	val = NFCMRVL_GPIO_PIN_NFC_NOT_ALLOWED;
	nci_set_config(ndev, NFCMRVL_NOT_ALLOWED_ID, 1, &val);
	val = NFCMRVL_GPIO_PIN_NFC_ACTIVE;
	nci_set_config(ndev, NFCMRVL_ACTIVE_ID, 1, &val);
	val = NFCMRVL_EXT_COEX_ENABLE;
	nci_set_config(ndev, NFCMRVL_EXT_COEX_ID, 1, &val);

	return 0;
}