[PATCH 2/5] arm: exynos5: add clock information for tv iommu device
Rahul Sharma
rahul.sharma at samsung.com
Mon Nov 5 18:31:22 EST 2012
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 at 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
More information about the devicetree-discuss
mailing list