summaryrefslogtreecommitdiff
path: root/src/drivers/usb/acpi/chip.h
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2024-08-30 13:47:57 +0100
committerMartin L Roth <gaumless@gmail.com>2024-10-09 01:24:39 +0000
commit0b16bb85ebcd0b2238051daf9ab61508d722b7df (patch)
tree12a9c4cd9f2fab45f37ebaa5293479ef97a6ac2d /src/drivers/usb/acpi/chip.h
parentac5d5172ab3c10567eaa71d8a8ca9891e6c492bd (diff)
drivers/usb/acpi: Add _PRR Method for Intel Bluetooth
Since version 6.6, Linux has warned about the lack of a _PRR Method being available for Intel Bluetooth. Add one that follows the recommendations from Intel in their connectivity integrated guide, that uses the reset delay set by the DSM. Change-Id: I9c7fd286e8630d77d79d1d7cd113ce3a3d3d0fe3 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84145 Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/usb/acpi/chip.h')
-rw-r--r--src/drivers/usb/acpi/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/usb/acpi/chip.h b/src/drivers/usb/acpi/chip.h
index 8d2ed919fa..5e41d24f50 100644
--- a/src/drivers/usb/acpi/chip.h
+++ b/src/drivers/usb/acpi/chip.h
@@ -87,7 +87,7 @@ struct drivers_usb_acpi_config {
bool usb_acpi_get_pld(const struct device *usb_device, struct acpi_pld *pld);
/* Intel Bluetooth */
-void acpi_device_intel_bt(void);
+void acpi_device_intel_bt(unsigned int reset_gpio);
void acpi_device_intel_bt_common(void);
#endif /* __USB_ACPI_CHIP_H__ */