Revert "Bluetooth : Set the optimized operation speed for BCM Uart"
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 25 Jul 2019 03:45:21 +0000 (12:45 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:07 +0000 (13:09 +0900)
This reverts commit 5cc55680fc9fe5bfd7590905c56e55dfa4aefbd5.

The proper operation speed of the RPI3 Uart is different for
each HW revision. So we will set the value in the user space's
firmware downloading tool after checking the HW version.

Change-Id: I95d80f3598015a27fbdc1375b3d6c089be67b8d0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
drivers/bluetooth/hci_bcm.c

index 9481ee0..59e5fc5 100644 (file)
@@ -1095,9 +1095,6 @@ static const struct hci_uart_proto bcm_proto = {
        .name           = "Broadcom",
        .manufacturer   = 15,
        .init_speed     = 115200,
-#ifdef TIZEN_BT
-       .oper_speed     = 460800,
-#endif
        .open           = bcm_open,
        .close          = bcm_close,
        .flush          = bcm_flush,