Commit dff55f66 authored by Johan Hovold's avatar Johan Hovold Committed by Bjorn Andersson

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: default avatarJohan Hovold <johan+linaro@kernel.org>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240501075005.4588-1-johan+linaro@kernel.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 166db010
...@@ -116,8 +116,8 @@ examples: ...@@ -116,8 +116,8 @@ examples:
bluetooth { bluetooth {
compatible = "qcom,wcnss-bt"; compatible = "qcom,wcnss-bt";
/* BD address 00:11:22:33:44:55 */ /* Updated by boot firmware (little-endian order) */
local-bd-address = [ 55 44 33 22 11 00 ]; local-bd-address = [ 00 00 00 00 00 00 ];
}; };
wifi { wifi {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment