From: Rahul Sharma <rahul.sharma@samsung.com>
To: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org
Cc: tomasz.figa@gmail.com, kgene.kim@samsung.com,
t.stanislaws@samsung.com, sw0312.kim@samsung.com,
inki.dae@samsung.com, jy0922.shim@samsung.com,
kyungmin.park@samsung.com, thomas.ab@samsung.com,
prashanth.g@samsung.com, joshi@samsung.com,
s.shirish@samsung.com, r.sh.open@gmail.com,
rahul.sharma@samsung.com
Subject: [PATCH 2/5] arm: exynos5: add clock information for tv iommu device
Date: Mon, 05 Nov 2012 13:01:22 +0530 [thread overview]
Message-ID: <1352100685-7695-3-git-send-email-rahul.sharma@samsung.com> (raw)
In-Reply-To: <1352100685-7695-1-git-send-email-rahul.sharma@samsung.com>
This patch correct the clock information for tv iommu device.
It was mentioned as iommu sub device id as 2 instead of 28.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
---
arch/arm/mach-exynos/clock-exynos5.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
index a88e0d9..69c8501 100644
--- a/arch/arm/mach-exynos/clock-exynos5.c
+++ b/arch/arm/mach-exynos/clock-exynos5.c
@@ -863,9 +863,9 @@ static struct clk exynos5_init_clocks_off[] = {
.ctrlbit = (1 << 2),
}, {
.name = SYSMMU_CLOCK_NAME,
- .devname = SYSMMU_CLOCK_DEVNAME(tv, 2),
+ .devname = SYSMMU_CLOCK_DEVNAME(tv, 28),
.enable = &exynos5_clk_ip_disp1_ctrl,
- .ctrlbit = (1 << 9)
+ .ctrlbit = (1 << 9),
}, {
.name = SYSMMU_CLOCK_NAME,
.devname = SYSMMU_CLOCK_DEVNAME(jpeg, 3),
--
1.7.0.4
next prev parent reply other threads:[~2012-11-05 7:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 7:31 [PATCH 0/5] add dt based support for iommu for hdmi Rahul Sharma
2012-11-05 7:31 ` [PATCH 1/5] arm: exynos5: add tv iommu device to aux data lookup table Rahul Sharma
2012-11-05 7:31 ` Rahul Sharma [this message]
2012-11-05 7:31 ` [PATCH 3/5] dts: exynos5: add dt node for tv iommu device Rahul Sharma
2012-11-05 7:31 ` [PATCH 4/5] arm: exynos5: add iommu support for exynos5250_DT platform Rahul Sharma
2012-11-05 7:31 ` [PATCH 5/5] arm: exynos: enable helper functions for dt based platforms Rahul Sharma
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=1352100685-7695-3-git-send-email-rahul.sharma@samsung.com \
--to=rahul.sharma@samsung.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=inki.dae@samsung.com \
--cc=joshi@samsung.com \
--cc=jy0922.shim@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prashanth.g@samsung.com \
--cc=r.sh.open@gmail.com \
--cc=s.shirish@samsung.com \
--cc=sw0312.kim@samsung.com \
--cc=t.stanislaws@samsung.com \
--cc=thomas.ab@samsung.com \
--cc=tomasz.figa@gmail.com \
/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).