|
@@ -29,6 +29,8 @@
|
|
|
* initialization.
|
|
|
* @port_power_off: set to 1 if the controller needs to be powered down
|
|
|
* after initialization.
|
|
|
+ * @no_io_watchdog: set to 1 if the controller does not need the I/O
|
|
|
+ * watchdog to run.
|
|
|
*
|
|
|
* These are general configuration options for the EHCI controller. All of
|
|
|
* these options are activating more or less workarounds for some hardware.
|
|
@@ -41,6 +43,7 @@ struct usb_ehci_pdata {
|
|
|
unsigned big_endian_mmio:1;
|
|
|
unsigned port_power_on:1;
|
|
|
unsigned port_power_off:1;
|
|
|
+ unsigned no_io_watchdog:1;
|
|
|
|
|
|
/* Turn on all power and clocks */
|
|
|
int (*power_on)(struct platform_device *pdev);
|