From: DoHyun Pyun Date: Thu, 25 Jul 2019 03:45:21 +0000 (+0900) Subject: Revert "Bluetooth : Set the optimized operation speed for BCM Uart" X-Git-Tag: submit/tizen/20200402.094258~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e922081624fa1ce2afedeb7a3f42f4236bd12fe;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 9481ee0..59e5fc5 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -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,