drivers/usb/intel-bluetooth: Remove the _PR3 Object

_PR3 should return resources required for the device to be in D3Hot
for which the Intel Bluetooth needs none, so remove it.

Change-Id: I65f206899affd46d791c2ba39235a1af320395d2
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86595
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2025-02-25 09:52:08 +00:00
commit c166b6d95c

View file

@ -220,19 +220,6 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio,
}
acpigen_pop_len();
/*
* Name (_PR3, Package (0x01)
* {
* BTRT
* })
*/
acpigen_write_name("_PR3");
{
acpigen_write_package(1);
acpigen_emit_namestring("BTRT");
}
acpigen_pop_len();
/*
* Method (AOLD, 0, NotSerialized)
* {