Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <johan+linaro@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240501075005.4588-1-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Johan Hovold and committed by
Bjorn Andersson
dff55f66 166db010

+2 -2
+2 -2
Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.yaml
··· 116 116 117 117 bluetooth { 118 118 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 ]; 121 121 }; 122 122 123 123 wifi {