diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-06 15:13:18 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-21 15:01:44 +0200 |
commit | 9fe15316563cbd46601c770a7214ccc5e1925bfb (patch) | |
tree | 25f2cdeddcce04c34f13f28f35071335df475d3d /include/linux/platform_data | |
parent | 0ae41a0b5370f82893b91c9edf977fe17646c12a (diff) | |
download | linux-stable-9fe15316563cbd46601c770a7214ccc5e1925bfb.tar.gz linux-stable-9fe15316563cbd46601c770a7214ccc5e1925bfb.tar.bz2 linux-stable-9fe15316563cbd46601c770a7214ccc5e1925bfb.zip |
ARM: omap1: innovator: move ohci phy power handling to board file
The innovator board needs a special case for its phy control.
Move the corresponding code into the board file and out of the
common code by adding another callback.
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/usb-omap1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/usb-omap1.h b/include/linux/platform_data/usb-omap1.h index 878e572a78bf..e7b8dc92a269 100644 --- a/include/linux/platform_data/usb-omap1.h +++ b/include/linux/platform_data/usb-omap1.h @@ -50,6 +50,8 @@ struct omap_usb_config { int (*ocpi_enable)(void); void (*lb_reset)(void); + + int (*transceiver_power)(int on); }; #endif /* __LINUX_USB_OMAP1_H */ |