]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ulpi: Add omap-ulpi-view port support
authorGovindraj.R <govindraj.raja@ti.com>
Mon, 6 Feb 2012 03:55:32 +0000 (03:55 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:30 +0000 (10:11 +0100)
commit928c4bdf9b069be218436d25b96721395c4d671f
tree541a8e42ef5f0a815eef4997152a10a3afd01d29
parent3e6e809f56e0278d964d45e18e6665687d9c174b
usb: ulpi: Add omap-ulpi-view port support

Based on discussion from this thread [1].
Adding omap-view port that helps us in using the generic ulpi
framework for any ulpi phy ops using the INSNREG05_ULPI viewport
reg available on omap platform.

Currently ehci ports are available on omap3/4 platforms so enable the same
for beagle and panda, patch is tested on the same boards.

Thanks to Igor Grinberg <grinberg@compulab.co.il> for reviewing the
omap-ehci patches and suggesting this approach.

[1]: http://www.mail-archive.com/u-boot@lists.denx.de/msg76076.html

Tested-by: Stefano Babic <sbabic@denx.de>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
doc/README.omap-ulpi-viewport [new file with mode: 0644]
drivers/usb/ulpi/Makefile
drivers/usb/ulpi/omap-ulpi-viewport.c [new file with mode: 0644]
include/configs/omap3_beagle.h
include/configs/omap4_panda.h