]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_core: Don't stop BT if the BD address missing in dts
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>
Thu, 18 Apr 2019 13:21:23 +0000 (18:51 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 24 Apr 2019 07:12:47 +0000 (09:12 +0200)
commit62f4588da4f6a3b0d4a6b7a3cedf3ed5806220a2
tree89df61ec982d725252f4c74680fc8c75d2417178
parent06306a4c4d3676081d5d0beb4dc48e63624cb6b9
Bluetooth: hci_core: Don't stop BT if the BD address missing in dts

When flag HCI_QUIRK_USE_BDADDR_PROPERTY is set, we will read the
bluetooth address from dts. If the bluetooth address node is missing
from the dts we will enable it controller UNCONFIGURED state.
This patch enables the normal flow even if the BD address is missing
from the dts tree.

Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Tested-by: Harish Bandi <c-hbandi@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c