diff options
author | David S. Miller <davem@davemloft.net> | 2015-03-02 14:47:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-02 14:47:12 -0500 |
commit | 70c836a4d15f12aa50195937083b30a6945c2556 (patch) | |
tree | f76867215487fd7626acae395b412056eb8fde74 /Documentation | |
parent | b4844353c0577bef6db54e5b276ede1acbed5b3d (diff) | |
parent | c91799c50a14137ecee6d60d2f1d9ab8bc895e52 (diff) |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says:
====================
pull request: bluetooth-next 2015-03-02
Here's the first bluetooth-next pull request targeting the 4.1 kernel:
- ieee802154/6lowpan cleanups
- SCO routing to host interface support for the btmrvl driver
- AMP code cleanups
- Fixes to AMP HCI init sequence
- Refactoring of the HCI callback mechanism
- Added shutdown routine for Intel controllers in the btusb driver
- New config option to enable/disable Bluetooth debugfs information
- Fix for early data reception on L2CAP fixed channels
Please let me know if there are any issues pulling. Thanks.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt b/Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt index d3bbdded4cbe..168f1be50912 100644 --- a/Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt +++ b/Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt | |||
@@ -6,11 +6,14 @@ Required properties: | |||
6 | - spi-max-frequency: maximal bus speed, should be set to 7500000 depends | 6 | - spi-max-frequency: maximal bus speed, should be set to 7500000 depends |
7 | sync or async operation mode | 7 | sync or async operation mode |
8 | - reg: the chipselect index | 8 | - reg: the chipselect index |
9 | - interrupts: the interrupt generated by the device | 9 | - interrupts: the interrupt generated by the device. Non high-level |
10 | can occur deadlocks while handling isr. | ||
10 | 11 | ||
11 | Optional properties: | 12 | Optional properties: |
12 | - reset-gpio: GPIO spec for the rstn pin | 13 | - reset-gpio: GPIO spec for the rstn pin |
13 | - sleep-gpio: GPIO spec for the slp_tr pin | 14 | - sleep-gpio: GPIO spec for the slp_tr pin |
15 | - xtal-trim: u8 value for fine tuning the internal capacitance | ||
16 | arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF | ||
14 | 17 | ||
15 | Example: | 18 | Example: |
16 | 19 | ||
@@ -18,6 +21,7 @@ Example: | |||
18 | compatible = "atmel,at86rf231"; | 21 | compatible = "atmel,at86rf231"; |
19 | spi-max-frequency = <7500000>; | 22 | spi-max-frequency = <7500000>; |
20 | reg = <0>; | 23 | reg = <0>; |
21 | interrupts = <19 1>; | 24 | interrupts = <19 4>; |
22 | interrupt-parent = <&gpio3>; | 25 | interrupt-parent = <&gpio3>; |
26 | xtal-trim = /bits/ 8 <0x06>; | ||
23 | }; | 27 | }; |