Revert "Bluetooth : Set the optimized operation speed for BCM Uart" 05/210805/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 25 Jul 2019 03:45:21 +0000 (12:45 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 25 Jul 2019 03:58:37 +0000 (12:58 +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 14326b5f1a0bc92d4f4254fb3022f4459c62cc72..800132369134973122122a07e4de434f87462d3d 100644 (file)
@@ -1070,9 +1070,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,