Skip to content

Commit

Permalink
dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BT
Browse files Browse the repository at this point in the history
Add optional local-bd-address property which is a 6-byte array
storing the assigned BD address. Since having a unique BD address
is critical, a per-device property value should be allocated.
This property is usually added by the boot loader which has access
to the provisioned data.

Signed-off-by: Loic Poulain <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
Loic Poulain authored and holtmann committed Oct 6, 2017
1 parent 28517c0 commit e7868a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ The following properties are defined to the bluetooth node:
Definition: must be:
"qcom,wcnss-bt"

- local-bd-address:
Usage: optional
Value type: <u8 array>
Definition: see Documentation/devicetree/bindings/net/bluetooth.txt

== WiFi
The following properties are defined to the WiFi node:

Expand Down Expand Up @@ -91,6 +96,9 @@ smd {

bt {
compatible = "qcom,wcnss-bt";

/* BD address 00:11:22:33:44:55 */
local-bd-address = [ 55 44 33 22 11 00 ];
};

wlan {
Expand Down

0 comments on commit e7868a2

Please sign in to comment.