commit | 3799c40189570133f9bb3176be24f0edb0e823c6 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Sun Apr 02 01:45:00 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 14 11:12:26 2006 -0700 |
tree | 594f7dd587788c602cb43ae93a22ebeb096f8e9f | |
parent | bfb25849f00d0b8453191ee12125738b5f5c9146 [diff] |
[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>