drivers/usb/intel_bluetooth: Correct S-state level for power resource

This power resource is valid in S5, so correct the advertised level.

Change-Id: I208182a7633c03d818a5b8892d305e3bcd5b835f
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-12-23 20:18:50 +00:00 committed by Matt DeVillier
commit 7c3d45d94f

View file

@ -108,7 +108,7 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio,
acpigen_write_dsm_uuid_arr(uuid_callbacks, ARRAY_SIZE(uuid_callbacks));
/*
* PowerResource (BTRT, 0, 0)
* PowerResource (BTRT, 0x05, 0)
* {
* Method (_STA, 0, NotSerialized)
* {
@ -139,7 +139,7 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio,
* }
* }
*/
acpigen_write_power_res("BTRT", 0, 0, NULL, 0);
acpigen_write_power_res("BTRT", 5, 0, NULL, 0);
{
acpigen_write_method("_STA", 0);
{