diff mbox

[3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5

Message ID 1354112989-3161-3-git-send-email-ajaykumar.rs@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ajay Kumar Nov. 28, 2012, 2:29 p.m. UTC
Add g2d clock instance for EXYNOS5 g2d controller.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 arch/arm/mach-exynos/clock-exynos5.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Ajay kumar Dec. 20, 2012, 12:50 p.m. UTC | #1
ping.

On Wed, Nov 28, 2012 at 7:59 PM, Ajay Kumar <ajaykumar.rs@samsung.com> wrote:
> Add g2d clock instance for EXYNOS5 g2d controller.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  arch/arm/mach-exynos/clock-exynos5.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
> index 5c63bc7..f16b027 100644
> --- a/arch/arm/mach-exynos/clock-exynos5.c
> +++ b/arch/arm/mach-exynos/clock-exynos5.c
> @@ -711,6 +711,10 @@ static struct clk exynos5_init_clocks_off[] = {
>                 .enable         = exynos5_clk_ip_disp1_ctrl,
>                 .ctrlbit        = (1 << 5),
>         }, {
> +               .name           = "fimg2d",
> +               .enable         = exynos5_clk_ip_acp_ctrl,
> +               .ctrlbit        = (1 << 3),
> +       }, {
>                 .name           = "dp",
>                 .devname        = "exynos-dp",
>                 .enable         = exynos5_clk_ip_disp1_ctrl,
> --
> 1.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
index 5c63bc7..f16b027 100644
--- a/arch/arm/mach-exynos/clock-exynos5.c
+++ b/arch/arm/mach-exynos/clock-exynos5.c
@@ -711,6 +711,10 @@  static struct clk exynos5_init_clocks_off[] = {
 		.enable		= exynos5_clk_ip_disp1_ctrl,
 		.ctrlbit	= (1 << 5),
 	}, {
+		.name		= "fimg2d",
+		.enable		= exynos5_clk_ip_acp_ctrl,
+		.ctrlbit	= (1 << 3),
+	}, {
 		.name		= "dp",
 		.devname	= "exynos-dp",
 		.enable		= exynos5_clk_ip_disp1_ctrl,