[PATCH 2/4] TI816X: clock: Add clock data
Pedanekar, Hemant
hemantp at ti.com
Mon Aug 8 11:48:45 EDT 2011
Hi Paul,
Paul Walmsley wrote on Saturday, July 16, 2011 1:36 PM:
> Spot-checking this...
>
> On Fri, 25 Mar 2011, Hemant Pedanekar wrote:
>
>> +static struct clk uart1_fck = {
>> + .name = "uart1_fck",
>> + .parent = &sysclk10_ck,
>> + .ops = &clkops_omap2_dflt,
>> + .enable_reg = TI816X_CM_ALWON_UART_0_CLKCTRL,
>> + .enable_bit = TI816X_MODULEMODE_SWCTRL,
>> + .clkdm_name = "alwon_l3_slow_clkdm",
>> + .recalc = &followparent_recalc,
>> +};
>
> Is this really in the alwon_l3_slow_clkdm clockdomain?
> Looking at SPRS680
> section 5.2 "L4 Interconnect", these UARTs seem to be in some L4
> clockdomain?
>
>
> - Paul
Yes UARTs are on L4 slow but the clock domain is labelled as
ALWON_L3_SLOW. Please refer 18.3.2 of SPRUGX8 (TRM from http://focus.ti.com/docs/prod/folders/print/tms320dm8168.html).
Thanks.
Hemant
More information about the linux-arm-kernel
mailing list