From: ajaykumar.rs@samsung.com (Ajay Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5
Date: Wed, 28 Nov 2012 19:59:49 +0530 [thread overview]
Message-ID: <1354112989-3161-3-git-send-email-ajaykumar.rs@samsung.com> (raw)
In-Reply-To: <1354112989-3161-1-git-send-email-ajaykumar.rs@samsung.com>
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
next prev parent reply other threads:[~2012-11-28 14:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 14:29 [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay Kumar
2012-11-28 14:29 ` [PATCH 2/3] ARM: EXYNOS: Add AUXDATA for G2D controller Ajay Kumar
2012-12-20 12:50 ` Ajay kumar
2012-11-28 14:29 ` Ajay Kumar [this message]
2012-12-20 12:50 ` [PATCH 3/3] ARM: EXYNOS: Add g2d clock support for EXYNOS5 Ajay kumar
2012-12-20 12:49 ` [PATCH 1/3] ARM: dts: Add device tree node for G2D controller on Exynos5 Ajay kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354112989-3161-3-git-send-email-ajaykumar.rs@samsung.com \
--to=ajaykumar.rs@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).