Bluetooth: hci_bcm: Fix RTS handling during startup
authorStefan Wahren <wahrenst@gmx.net>
Sun, 6 Oct 2019 15:28:19 +0000 (17:28 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 10 Jul 2020 08:39:44 +0000 (17:39 +0900)
commit8807148678f136ad66f64c8ee5099a1f81fa5a72
tree0fa0e391e4aa240bf06eaa30851af59180f1b7cc
parent516b62429927c91e883e9505133015196f5f41ad
Bluetooth: hci_bcm: Fix RTS handling during startup

commit 3347a80965b38f096b1d6f995c00c9c9e53d4b8b upstream.

The RPi 4 uses the hardware handshake lines for CYW43455, but the chip
doesn't react to HCI requests during DT probe. The reason is the inproper
handling of the RTS line during startup. According to the startup
signaling sequence in the CYW43455 datasheet, the hosts RTS line must
be driven after BT_REG_ON and BT_HOST_WAKE.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c