Skip to content
Commit 7dcd3e01 authored by Janaki Ramaiah Thota's avatar Janaki Ramaiah Thota Committed by Luiz Augusto von Dentz
Browse files

Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT

BT adapter going into UNCONFIGURED state during BT turn ON when
devicetree has no local-bd-address node.

Bluetooth will not work out of the box on such devices, to avoid this
problem, added check to set HCI_QUIRK_USE_BDADDR_PROPERTY based on
local-bd-address node entry.

When this quirk is not set, the public Bluetooth address read by host
from controller though HCI Read BD Address command is
considered as valid.

Fixes: e668eb1e

 ("Bluetooth: hci_core: Don't stop BT if the BD address missing in dts")
Signed-off-by: default avatarJanaki Ramaiah Thota <quic_janathot@quicinc.com>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent c0dbc560
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