From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Tue, 14 Dec 2010 14:16:32 -0200 Subject: ulpi_check_integrity returning error In-Reply-To: <87d3p4e6r1.fsf@lechat.rtp-net.org> References: <4D076E49.3020805@compulab.co.il> <87d3p4e6r1.fsf@lechat.rtp-net.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 14, 2010 at 1:03 PM, Arnaud Patard wrote: ... >> I am curious to know if any of this boards can work in host mode OTG >> with current mainline kernel. > > I guess you need to configure portsc register into ulpi mode in the > .init function of the mxc_usbh_platform_data otherwise, you won't be > able to reach the ulpi. Yes, I am configuring the portsc register into ULPI mode: .portsc = MXC_EHCI_MODE_ULPI, Code does reach ulpi read/write functions in arch/arm/plat-mxc/ulpi.c, but always return 0 in the reads. Regards, Fabio Estevam