summaryrefslogtreecommitdiffstats
path: root/include/usb/ulpi.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-03-24 18:00:39 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-02 09:32:54 +0200
commit9d9724e17842fc33ca7ccc70466039d3e65c7657 (patch)
tree277fd44378a0218b4e8b799f627fcac69cb963aa /include/usb/ulpi.h
parenta2623f1712cb3957b7a0ba6b78623a34b9826a60 (diff)
downloadbarebox-9d9724e17842fc33ca7ccc70466039d3e65c7657.tar.gz
barebox-9d9724e17842fc33ca7ccc70466039d3e65c7657.tar.xz
Completely migrate option ISP1504 to ULPI
Since we do not have ISP1504-related functions, we migrated to ULPI. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/ulpi.h')
-rw-r--r--include/usb/ulpi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
index 235d006844..542993cc72 100644
--- a/include/usb/ulpi.h
+++ b/include/usb/ulpi.h
@@ -4,8 +4,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_probe(void __iomem *view);
-int ulpi_set_vbus(void __iomem *view, int on);
+int ulpi_setup(void __iomem *view, int on);
/* ULPI register addresses */
#define ULPI_VID_LOW 0x00 /* Vendor ID low */