[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)
commit3799c40189570133f9bb3176be24f0edb0e823c6
tree594f7dd587788c602cb43ae93a22ebeb096f8e9f
parentbfb25849f00d0b8453191ee12125738b5f5c9146
[PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core

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>
drivers/usb/host/ohci-s3c2410.c