diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2017-11-28 13:53:11 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-11-29 16:49:41 +0100 |
commit | 44fde7bbcc100ab4d37e74f219e8c17fc906fab7 (patch) | |
tree | 33fbefa5db03ab0c67825ba3c1aa896cce823e6b /Documentation/devicetree/bindings | |
parent | 5c7f2accdb818564a069cc61db8e3e1ba7ff4938 (diff) | |
download | linux-44fde7bbcc100ab4d37e74f219e8c17fc906fab7.tar.bz2 |
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 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/net/ieee802154/adf7242.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ieee802154/adf7242.txt b/Documentation/devicetree/bindings/net/ieee802154/adf7242.txt index dea5124cdc52..d24172cc6d32 100644 --- a/Documentation/devicetree/bindings/net/ieee802154/adf7242.txt +++ b/Documentation/devicetree/bindings/net/ieee802154/adf7242.txt @@ -1,7 +1,7 @@ * ADF7242 IEEE 802.15.4 * Required properties: - - compatible: should be "adi,adf7242" + - compatible: should be "adi,adf7242", "adi,adf7241" - spi-max-frequency: maximal bus speed (12.5 MHz) - reg: the chipselect index - interrupts: the interrupt generated by the device via pin IRQ1. |