-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/bluetooth/bluetooth-next Johan Hedberg says: ==================== pull request: bluetooth-next 2018-05-18 Here's the first bluetooth-next pull request for the 4.18 kernel: - Refactoring of the btbcm driver - New USB IDs for QCA_ROME and LiteOn controllers - Buffer overflow fix if the controller sends invalid advertising data length - Various cleanups & fixes for Qualcomm controllers Please let me know if there are any issues pulling. Thanks. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
19 changed files
with
480 additions
and
241 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Qualcomm Bluetooth Chips | ||
--------------------- | ||
|
||
This documents the binding structure and common properties for serial | ||
attached Qualcomm devices. | ||
|
||
Serial attached Qualcomm devices shall be a child node of the host UART | ||
device the slave device is attached to. | ||
|
||
Required properties: | ||
- compatible: should contain one of the following: | ||
* "qcom,qca6174-bt" | ||
|
||
Optional properties: | ||
- enable-gpios: gpio specifier used to enable chip | ||
- clocks: clock provided to the controller (SUSCLK_32KHZ) | ||
|
||
Example: | ||
|
||
serial@7570000 { | ||
label = "BT-UART"; | ||
status = "okay"; | ||
|
||
bluetooth { | ||
compatible = "qcom,qca6174-bt"; | ||
|
||
enable-gpios = <&pm8994_gpios 19 GPIO_ACTIVE_HIGH>; | ||
clocks = <&divclk4>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.