
28 Oct
2009
28 Oct
'09
9:46 a.m.
Tom,
OMAP3EVM uses ISP1504 phy and so twl4030 related init is not required. Can we move this within #ifdef like,
#ifndef CONFIG_OMAP3_EVM
if (twl4030_usb_ulpi_init()) {
... ... #endif
-Ajay
I will include this in the next revision.
Thanks.
Will the omap3_evm need to add its own PHY initialization code ?
omap3_evm doesn't need any phy initialization code. In kernel driver also it uses nop (no-operation) transceiver.
-Ajay