ARM: EXYNOS: Add AUXDATA for DP controller
authorJingoo Han <jg1.han@samsung.com>
Tue, 12 Feb 2013 19:10:13 +0000 (11:10 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 7 Mar 2013 10:42:46 +0000 (19:42 +0900)
Use AUXDATA to set the device names for DP controller instance
discovered from device tree.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-exynos5-dt.c

index acaeb14db54b933f0c658a0ded6fdb7608abe011..8ef895745175d6f7589330985b6244520fad86fd 100644 (file)
@@ -139,6 +139,7 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = {
                        "exynos-sysmmu.13", NULL), /* FIMC-LITE1 */
        OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x10A60000,
                        "exynos-sysmmu.14", NULL), /* G2D */
+       OF_DEV_AUXDATA("samsung,exynos5-dp", 0x145B0000, "exynos-dp", NULL),
        {},
 };
 
This page took 0.024977 seconds and 5 git commands to generate.