aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/usb-omap1.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-06 15:13:18 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-21 15:01:44 +0200
commit9fe15316563cbd46601c770a7214ccc5e1925bfb (patch)
tree25f2cdeddcce04c34f13f28f35071335df475d3d /include/linux/platform_data/usb-omap1.h
parentinput: omap: void using mach/*.h headers (diff)
downloadlinux-dev-9fe15316563cbd46601c770a7214ccc5e1925bfb.tar.xz
linux-dev-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 '')
-rw-r--r--include/linux/platform_data/usb-omap1.h2
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 */