diff options
author | Hans de Goede <hdegoede@redhat.com> | 2023-03-31 23:11:22 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-04-24 07:00:32 +0200 |
commit | ce439473acdf0a3aecbda616a0f92973ab1c2e52 (patch) | |
tree | 0795fff710a3fe716860ab07ee507be94288ffda /drivers/bluetooth/btmrvl_sdio.c | |
parent | Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set (diff) | |
download | linux-ce439473acdf0a3aecbda616a0f92973ab1c2e52.tar.xz linux-ce439473acdf0a3aecbda616a0f92973ab1c2e52.zip |
Bluetooth: hci_bcm: Limit bcm43430a0 / bcm43430a1 baudrate to 2000000
The bcm43430a0 and bcm43430a1 BT does not support the 0xfc45 command
to set the UART clock to 48 MHz and it also does not work at 4000000
baud without this command as some newer models do.
These chips are found on ACPI/x86 devices where the operating baudrate
does not come from the firmware but is hardcoded at 4000000, which does
not work.
Add a max_baudrate value to struct bcm_device_data and set this
to 2000000 on all known ACPI hardware-ids for the bcm43430a0
and the bcm43430a1.
Note this also adds the BCM2E9F ACPI HID which was missing until now.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.c')
0 files changed, 0 insertions, 0 deletions