aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb/acpi/chip.h
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@google.com>2018-11-12 19:43:35 -0800
committerPatrick Georgi <pgeorgi@google.com>2018-11-22 14:47:52 +0000
commit0a495eb658d3c393e8645d703bfcf91444e7c3af (patch)
tree7dc1ff0a7e3870b3cba38e39bd0d574f67eeea0c /src/drivers/usb/acpi/chip.h
parentf13a6f9e0531e251087f752440411018bfd91e97 (diff)
drivers/usb/acpi: add reset gpio to usb acpi driver
Add ability to define a reset gpio in acpi for a USB device. BUG=b:119275094 Change-Id: Ife3ea43a1eadf2548aa52b8fbd792e691d7cc7f2 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/29615 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Rajat Jain <rajatja@google.com>
Diffstat (limited to 'src/drivers/usb/acpi/chip.h')
-rw-r--r--src/drivers/usb/acpi/chip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/acpi/chip.h b/src/drivers/usb/acpi/chip.h
index f3f629abff..6429f13630 100644
--- a/src/drivers/usb/acpi/chip.h
+++ b/src/drivers/usb/acpi/chip.h
@@ -49,6 +49,8 @@ struct drivers_usb_acpi_config {
/* Define a custom physical location for the port */
bool use_custom_pld;
struct acpi_pld custom_pld;
+
+ struct acpi_gpio reset_gpio;
};
#endif /* __USB_ACPI_CHIP_H__ */