Re: [PATCH 1/8] OMAP3: clock: add clockdomains for UART1 & 2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Kevin,

On Tue, 17 Nov 2009, Kevin Hilman wrote:

> UART1 & 2 were missing clockdomains resulting in broken omap_hwmod
> init for these devices.

also looks good, will add this to the fixes series.

- Paul

> 
> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx>
> ---
>  arch/arm/mach-omap2/clock34xx.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
> index a1b3de7..cbc3d8a 100644
> --- a/arch/arm/mach-omap2/clock34xx.h
> +++ b/arch/arm/mach-omap2/clock34xx.h
> @@ -1507,6 +1507,7 @@ static struct clk uart2_fck = {
>  	.parent		= &core_48m_fck,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
>  	.enable_bit	= OMAP3430_EN_UART2_SHIFT,
> +	.clkdm_name	= "core_l4_clkdm",
>  	.recalc		= &followparent_recalc,
>  };
>  
> @@ -1516,6 +1517,7 @@ static struct clk uart1_fck = {
>  	.parent		= &core_48m_fck,
>  	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
>  	.enable_bit	= OMAP3430_EN_UART1_SHIFT,
> +	.clkdm_name	= "core_l4_clkdm",
>  	.recalc		= &followparent_recalc,
>  };
>  
> -- 
> 1.6.5.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux