[PATCH 1/5] arm: exynos5: add tv iommu device to aux data lookup table

Rahul Sharma rahul.sharma at samsung.com
Mon Nov 5 18:31:21 EST 2012


This patch adds tv iommu device information in the lookup table for
renaming it to meet with the iommu driver expactation.

Signed-off-by: Rahul Sharma <rahul.sharma at samsung.com>
---
 arch/arm/mach-exynos/mach-exynos5-dt.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c
index ed37273..6adbbce 100644
--- a/arch/arm/mach-exynos/mach-exynos5-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
@@ -82,6 +82,8 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
 	OF_DEV_AUXDATA("samsung,mfc-v6", 0x11000000, "s5p-mfc-v6", NULL),
 	OF_DEV_AUXDATA("samsung,exynos5250-tmu", 0x10060000,
 				"exynos-tmu", NULL),
+	OF_DEV_AUXDATA("samsung,exynos5-sysmmu", 0x14650000,
+				"exynos-sysmmu.28", NULL),
 	OF_DEV_AUXDATA("samsung,exynos5-hdmi", 0x14530000,
 				"exynos5-hdmi", NULL),
 	OF_DEV_AUXDATA("samsung,exynos5-mixer", 0x14450000,
-- 
1.7.0.4



More information about the devicetree-discuss mailing list