* [U-Boot] USB on mx53loco
@ 2012-05-02 18:48 Fabio Estevam
2012-05-02 19:33 ` Wolfgang Grandegger
2012-05-02 20:56 ` stefano babic
0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2012-05-02 18:48 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
Have you tested USB host functionality on a mx53loco with a Freescale
MC34708 PMIC ?
I can succesfully detect a USB pen drive on a mx53loco board with a
Dialog PMIC, but not on the FSL PMIC version.
I am going to debug this, but just wondering if you have already seen
this issue.
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] USB on mx53loco
2012-05-02 18:48 [U-Boot] USB on mx53loco Fabio Estevam
@ 2012-05-02 19:33 ` Wolfgang Grandegger
2012-05-02 20:56 ` stefano babic
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Grandegger @ 2012-05-02 19:33 UTC (permalink / raw)
To: u-boot
On 05/02/2012 08:48 PM, Fabio Estevam wrote:
> Hi Wolfgang,
>
> Have you tested USB host functionality on a mx53loco with a Freescale
> MC34708 PMIC ?
I have a i.MX53 quick start board, which is named in U-Boot and Linux
mx53[_]loco. And yes, USB is working.
> I can succesfully detect a USB pen drive on a mx53loco board with a
> Dialog PMIC, but not on the FSL PMIC version.
I need to check, what PMIC my board uses.
> I am going to debug this, but just wondering if you have already seen
> this issue.
See above.
Wolfgang.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] USB on mx53loco
2012-05-02 18:48 [U-Boot] USB on mx53loco Fabio Estevam
2012-05-02 19:33 ` Wolfgang Grandegger
@ 2012-05-02 20:56 ` stefano babic
2012-05-02 22:22 ` Fabio Estevam
2012-05-05 21:20 ` Fabio Estevam
1 sibling, 2 replies; 6+ messages in thread
From: stefano babic @ 2012-05-02 20:56 UTC (permalink / raw)
To: u-boot
Am 02/05/2012 20:48, schrieb Fabio Estevam:
> Hi Wolfgang,
>
> Have you tested USB host functionality on a mx53loco with a Freescale
> MC34708 PMIC ?
No, I tested on a board with the Dialog PMIC, and it worked flawlessy.
Maybe someone else tesetd with a newer board..
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] USB on mx53loco
2012-05-02 20:56 ` stefano babic
@ 2012-05-02 22:22 ` Fabio Estevam
2012-05-05 21:20 ` Fabio Estevam
1 sibling, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2012-05-02 22:22 UTC (permalink / raw)
To: u-boot
On Wed, May 2, 2012 at 5:56 PM, stefano babic <sbabic@denx.de> wrote:
> No, I tested on a board with the Dialog PMIC, and it worked flawlessy.
> Maybe someone else tesetd with a newer board..
I have both boards here.
On a mx53loco with Dialog PMIC:
MX53LOCO U-Boot > usb start
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
scanning bus for ethernet devices... 0 Ethernet Device(s) found
On a mx53loco with FSL PMIC:
MX53LOCO U-Boot > usb start
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... cannot reset port 1!?
1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
scanning bus for ethernet devices... 0 Ethernet Device(s) found
I still have not figured out why it cannot reset the USB port in this case.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] USB on mx53loco
2012-05-02 20:56 ` stefano babic
2012-05-02 22:22 ` Fabio Estevam
@ 2012-05-05 21:20 ` Fabio Estevam
2012-05-06 15:28 ` Stefano Babic
1 sibling, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2012-05-05 21:20 UTC (permalink / raw)
To: u-boot
Hi Stefano and Wolfgang,
On Wed, May 2, 2012 at 5:56 PM, stefano babic <sbabic@denx.de> wrote:
> Am 02/05/2012 20:48, schrieb Fabio Estevam:
>> Hi Wolfgang,
>>
>> Have you tested USB host functionality on a mx53loco with a Freescale
>> MC34708 PMIC ?
>
> No, I tested on a board with the Dialog PMIC, and it worked flawlessy.
> Maybe someone else tesetd with a newer board..
I managed to get USB working in the mx53loco board with FSL PMIC.
I needed to turn on VUSB regulator output of mc34708.
Will submit the patches after my initial Dialog PMIC series get applied.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] USB on mx53loco
2012-05-05 21:20 ` Fabio Estevam
@ 2012-05-06 15:28 ` Stefano Babic
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2012-05-06 15:28 UTC (permalink / raw)
To: u-boot
On 05/05/2012 23:20, Fabio Estevam wrote:
> Hi Stefano and Wolfgang,
>
> On Wed, May 2, 2012 at 5:56 PM, stefano babic <sbabic@denx.de> wrote:
>> Am 02/05/2012 20:48, schrieb Fabio Estevam:
>>> Hi Wolfgang,
>>>
>>> Have you tested USB host functionality on a mx53loco with a Freescale
>>> MC34708 PMIC ?
>>
>> No, I tested on a board with the Dialog PMIC, and it worked flawlessy.
>> Maybe someone else tesetd with a newer board..
>
> I managed to get USB working in the mx53loco board with FSL PMIC.
>
> I needed to turn on VUSB regulator output of mc34708.
Ok, this explains why it did not work !
> Will submit the patches after my initial Dialog PMIC series get applied.
Clear.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-05-06 15:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 18:48 [U-Boot] USB on mx53loco Fabio Estevam
2012-05-02 19:33 ` Wolfgang Grandegger
2012-05-02 20:56 ` stefano babic
2012-05-02 22:22 ` Fabio Estevam
2012-05-05 21:20 ` Fabio Estevam
2012-05-06 15:28 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox