[PATCH 2/4] ARM: S5PV210: Assign clock rate for clk_xusbxti clock.
Ben Dooks
ben-linux at fluff.org
Fri May 28 03:10:57 EDT 2010
On Fri, May 28, 2010 at 11:41:15AM +0900, Kukjin Kim wrote:
> From: Thomas Abraham <thomas.ab at samsung.com>
>
> The input clock frequency for USB Phy is 24 Mhz on the S5PV210
> platform. This patch initializes the clk_xusbxti clock rate to 24Mhz.
is this all s5pv210/s5pc110 machines, or are there any current/likely
machines with non 24M clocks?
> Signed-off-by: Thomas Abraham <thomas.ab at samsung.com>
> Signed-off-by: Kukjin Kim <kgene.kim at samsung.com>
> ---
> arch/arm/mach-s5pv210/clock.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
> index 154bca4..4ef09d4 100644
> --- a/arch/arm/mach-s5pv210/clock.c
> +++ b/arch/arm/mach-s5pv210/clock.c
> @@ -954,6 +954,8 @@ void __init_or_cpufreq s5pv210_setup_clocks(void)
>
> printk(KERN_DEBUG "%s: registering clocks\n", __func__);
>
> + clk_xusbxti.rate = 24 * MHZ;
> +
> clkdiv0 = __raw_readl(S5P_CLK_DIV0);
> clkdiv1 = __raw_readl(S5P_CLK_DIV1);
>
> --
> 1.6.3.3
>
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
More information about the linux-arm-kernel
mailing list