On Thu, 25 Feb 2010, Sergio Aguirre wrote:

> This is only valid for omap 36xx family of chips.
> 
> Signed-off-by: Sergio Aguirre <[email protected]>

Reviewed-by: Paul Walmsley <[email protected]>

Nice work Sergio.

> ---
>  arch/arm/mach-omap2/clock34xx_data.c |   22 ++++++++++++++++++++++
>  1 files changed, 22 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock34xx_data.c 
> b/arch/arm/mach-omap2/clock34xx_data.c
> index 8728f1f..5d783bd 100644
> --- a/arch/arm/mach-omap2/clock34xx_data.c
> +++ b/arch/arm/mach-omap2/clock34xx_data.c
> @@ -2381,6 +2381,16 @@ static struct clk uart3_fck = {
>       .recalc         = &followparent_recalc,
>  };
>  
> +static struct clk uart4_fck = {
> +     .name           = "uart4_fck",
> +     .ops            = &clkops_omap2_dflt_wait,
> +     .parent         = &per_48m_fck,
> +     .enable_reg     = OMAP_CM_REGADDR(OMAP3430_PER_MOD, CM_FCLKEN),
> +     .enable_bit     = OMAP3630_EN_UART4_SHIFT,
> +     .clkdm_name     = "per_clkdm",
> +     .recalc         = &followparent_recalc,
> +};
> +
>  static struct clk gpt2_fck = {
>       .name           = "gpt2_fck",
>       .ops            = &clkops_omap2_dflt_wait,
> @@ -2631,6 +2641,16 @@ static struct clk uart3_ick = {
>       .recalc         = &followparent_recalc,
>  };
>  
> +static struct clk uart4_ick = {
> +     .name           = "uart4_ick",
> +     .ops            = &clkops_omap2_dflt_wait,
> +     .parent         = &per_l4_ick,
> +     .enable_reg     = OMAP_CM_REGADDR(OMAP3430_PER_MOD, CM_ICLKEN),
> +     .enable_bit     = OMAP3630_EN_UART4_SHIFT,
> +     .clkdm_name     = "per_clkdm",
> +     .recalc         = &followparent_recalc,
> +};
> +
>  static struct clk gpt9_ick = {
>       .name           = "gpt9_ick",
>       .ops            = &clkops_omap2_dflt_wait,
> @@ -3160,6 +3180,7 @@ static struct omap_clk omap3xxx_clks[] = {
>       CLK(NULL,       "per_96m_fck",  &per_96m_fck,   CK_3XXX),
>       CLK(NULL,       "per_48m_fck",  &per_48m_fck,   CK_3XXX),
>       CLK(NULL,       "uart3_fck",    &uart3_fck,     CK_3XXX),
> +     CLK(NULL,       "uart4_fck",    &uart4_fck,     CK_36XX),
>       CLK(NULL,       "gpt2_fck",     &gpt2_fck,      CK_3XXX),
>       CLK(NULL,       "gpt3_fck",     &gpt3_fck,      CK_3XXX),
>       CLK(NULL,       "gpt4_fck",     &gpt4_fck,      CK_3XXX),
> @@ -3183,6 +3204,7 @@ static struct omap_clk omap3xxx_clks[] = {
>       CLK(NULL,       "gpio2_ick",    &gpio2_ick,     CK_3XXX),
>       CLK(NULL,       "wdt3_ick",     &wdt3_ick,      CK_3XXX),
>       CLK(NULL,       "uart3_ick",    &uart3_ick,     CK_3XXX),
> +     CLK(NULL,       "uart4_ick",    &uart4_ick,     CK_36XX),
>       CLK(NULL,       "gpt9_ick",     &gpt9_ick,      CK_3XXX),
>       CLK(NULL,       "gpt8_ick",     &gpt8_ick,      CK_3XXX),
>       CLK(NULL,       "gpt7_ick",     &gpt7_ick,      CK_3XXX),
> -- 
> 1.6.3.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


- Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to