Hi Igor,
On Wed, Dec 22, 2010 at 5:03 AM, Igor Grinberg [off-list ref] wrote:
...
quoted
+#if defined(CONFIG_USB_ULPI)
+static struct mxc_usbh_platform_data otg_pdata __initdata = {
+ ? ? .portsc = MXC_EHCI_MODE_UTMI,
+ ? ? .flags ?= MXC_EHCI_INTERNAL_PHY,
+};
+
I don't know much about mx3, but the above looks confusing. A typo?
You are right. It does not depend on ULPI. Will remove the ULPI dependencies.
Same applies for the other patch you commented.
Thanks,
Fabio Estevam