diff options
author | David S. Miller <davem@davemloft.net> | 2017-12-05 14:45:02 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-05 14:45:02 -0500 |
commit | 3e394ef2dfaa2be384932acea7a17f2f6bdaa3df (patch) | |
tree | deb0eb73d9f135bd425e5f2324e6fb1c3228e578 /Documentation/devicetree/bindings/net | |
parent | 1dfc2663977b086c9592ce50e6d001cff195eba2 (diff) | |
parent | 8f1878a182dcc5a15a57c7fc7d8182bea0733dfa (diff) |
Merge branch 'ieee802154-for-davem-2017-12-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next
Stefan Schmidt says:
====================
pull-request: ieee802154-next 2017-12-04
Some update from ieee802154 to *net-next*
Jian-Hong Pan updated our docs to match the APIs in code.
Michael Hennerichs enhanced the adf7242 driver to work with adf7241
devices and reworked the IRQ and packet handling in the driver.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-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. |