Skip to content

Commit dff55f6

Browse files
jhovoldandersson
authored andcommitted
dt-bindings: soc: qcom,wcnss: fix bluetooth address example
The 'local-bd-address' property is used to pass a unique Bluetooth device address from the boot firmware to the kernel and should otherwise be left unset. Update the example to reduce the risk that a non-zero address will be used by default in some devicetree. Signed-off-by: Johan Hovold <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 166db01 commit dff55f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ examples:
116116
117117
bluetooth {
118118
compatible = "qcom,wcnss-bt";
119-
/* BD address 00:11:22:33:44:55 */
120-
local-bd-address = [ 55 44 33 22 11 00 ];
119+
/* Updated by boot firmware (little-endian order) */
120+
local-bd-address = [ 00 00 00 00 00 00 ];
121121
};
122122
123123
wifi {

0 commit comments

Comments
 (0)