Attention is currently required from: Lance Zhao, Tim Wawrzynczak, Tim Van Patten. Hello Lance Zhao, build bot (Jenkins), Raul Rangel, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63558
to look at the new patch set (#5).
Change subject: drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_status ......................................................................
drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_status
Add the member `use_gpio_for_status` to the structure `drivers_usb_acpi_config`, so the `devicetree.cb` can specify it.
This field is then used to initialize the corresponding field in the structure `acpi_power_res_params` in `usb_acpi_fill_ssdt_generator()`.
The member `acpi_power_res_params::use_gpio_for_status()` is already being used by `acpi_device_add_power_res()` to determine which version of the `_STA()` method to output.
BRANCH=None BUG=b:225022810 TEST=Dump SSDT table for guybrush
Signed-off-by: Tim Van Patten timvp@google.com Change-Id: I69eb5f1ad79f3b2980f43dcf4a36585fca198ec9 --- M src/drivers/usb/acpi/chip.h M src/drivers/usb/acpi/usb_acpi.c 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/63558/5