From bafda33463de1a442b2106e6662171b4e7064408 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sat, 24 Mar 2012 18:00:37 +0400 Subject: Move set_vbus_power code to ULPI driver This is ULPI-specific, not ISP1504. Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- include/usb/ulpi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/usb/ulpi.h') diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h index d841a985ad..75197e1a9d 100644 --- a/include/usb/ulpi.h +++ b/include/usb/ulpi.h @@ -5,6 +5,7 @@ int ulpi_set(u8 bits, int reg, void __iomem *view); int ulpi_clear(u8 bits, int reg, void __iomem *view); int ulpi_read(int reg, void __iomem *view); int ulpi_init(void __iomem *view); +int ulpi_set_vbus(void __iomem *view, int on); /* ULPI register addresses */ #define ULPI_VID_LOW 0x00 /* Vendor ID low */ -- cgit v1.2.3