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:
parent
091ac10059
commit
7c3d45d94f
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue