]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] 83xx: mpc8315 - fix USB UTMI Host setup
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Wed, 9 Apr 2008 13:59:25 +0000 (17:59 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 17 Apr 2008 14:52:50 +0000 (09:52 -0500)
commit1a9ebc0cd2b3bb4450834e564722630fbc40611b
treeaac465b379b894c736a7016c2ba625b5ec0b10b6
parent8bdf573334102f44c7ad191422baf851fecf25e8
[POWERPC] 83xx: mpc8315 - fix USB UTMI Host setup

Currently USB Host isn't functional on the MPC8315E boards, for two
reasons as described below.

MPC8315 Reference Manual says:
"The USB DR unit must have the same clock ratio as the encryption core
unit, unless one of them has its clock disabled."

The encryption core also drives I2C clock, so it is enabled and is equal
to 01. That means USBDRCM should be 01 here.

Plus, according to MPC8315E-RDB schematics, USB unit consumes CLK_IN
clock from the 24.00MHz oscillator, which means we must adjust REFSEL
bits as well.

p.s.
Idially we should rework whole 83xx/usb.c code, in two steps:
1. Move SCCR code to the U-Boot;
2. Implement fsl,usb-clock property in the device tree, so usb.c could
   decide what clock exactly to use on per-board basis.

Though, today we're not in a hurry since there is just one 8315e board
out there.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/mpc83xx.h
arch/powerpc/platforms/83xx/usb.c