From 5121fda33c015a522f3807571cef5ceb63b69563 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 25 Jul 2019 12:45:21 +0900 Subject: [PATCH] Revert "Bluetooth : Set the optimized operation speed for BCM Uart" 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 --- drivers/bluetooth/hci_bcm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 14326b5f1a0b..800132369134 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -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, -- 2.34.1