summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMichael Hennerich2017-11-28 13:53:11 +0100
committerStefan Schmidt2017-11-29 16:49:41 +0100
commit44fde7bbcc100ab4d37e74f219e8c17fc906fab7 (patch)
tree33fbefa5db03ab0c67825ba3c1aa896cce823e6b /drivers/net
parentdoc: linux-wpan: Fulfill the description of missed 802.15.4 APIs (diff)
downloadkernel-qcow2-linux-44fde7bbcc100ab4d37e74f219e8c17fc906fab7.tar.gz
kernel-qcow2-linux-44fde7bbcc100ab4d37e74f219e8c17fc906fab7.tar.xz
kernel-qcow2-linux-44fde7bbcc100ab4d37e74f219e8c17fc906fab7.zip
net: ieee802154: adf7242: Add support for ADF7241 devices
This adds support for ADF7241 Low Power IEEE 802.15.4 Zero-IF 2.4 GHz Transceivers Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ieee802154/adf7242.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
index 400fdbd3a120..56f4ca85492a 100644
--- a/drivers/net/ieee802154/adf7242.c
+++ b/drivers/net/ieee802154/adf7242.c
@@ -1,7 +1,7 @@
/*
* Analog Devices ADF7242 Low-Power IEEE 802.15.4 Transceiver
*
- * Copyright 2009-2015 Analog Devices Inc.
+ * Copyright 2009-2017 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*
@@ -1257,12 +1257,14 @@ static int adf7242_remove(struct spi_device *spi)
static const struct of_device_id adf7242_of_match[] = {
{ .compatible = "adi,adf7242", },
+ { .compatible = "adi,adf7241", },
{ },
};
MODULE_DEVICE_TABLE(of, adf7242_of_match);
static const struct spi_device_id adf7242_device_id[] = {
{ .name = "adf7242", },
+ { .name = "adf7241", },
{ },
};
MODULE_DEVICE_TABLE(spi, adf7242_device_id);