[PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core
authorBen Dooks <ben-linux@fluff.org>
Sun, 2 Apr 2006 00:45:00 +0000 (01:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:26 +0000 (11:12 -0700)
Get the "usb-bus" clock and ensure it is enabled
when the OHCI core is in use.

It seems that a few bootloaders do not enable the
UPLL at startup, which stops the OHCI core having
a 48MHz bus clock. The improvements to the clock
framework for the s3c24xx now allow the USB PLL
to be started and stopped when being used.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found