We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62611ab commit 7f09d5aCopy full SHA for 7f09d5a
drivers/bluetooth/hci_qca.c
@@ -523,6 +523,8 @@ static int qca_open(struct hci_uart *hu)
523
qcadev = serdev_device_get_drvdata(hu->serdev);
524
if (qcadev->btsoc_type != QCA_WCN3990) {
525
gpiod_set_value_cansleep(qcadev->bt_en, 1);
526
+ /* Controller needs time to bootup. */
527
+ msleep(150);
528
} else {
529
hu->init_speed = qcadev->init_speed;
530
hu->oper_speed = qcadev->oper_speed;
0 commit comments