diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-02-12 14:10:13 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-07 05:42:46 -0500 |
commit | 0b6f5e83442609770a33c419f99a6a18d6f1b20a (patch) | |
tree | 520f242014c6ecfa6068c1026016257ce6c23f9c | |
parent | e24ef7227bfa7b6f24b6f919d34ba23ed2a57d82 (diff) |
ARM: EXYNOS: Add AUXDATA for DP controller
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>
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index acaeb14db54b..8ef895745175 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
@@ -139,6 +139,7 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = { | |||
139 | "exynos-sysmmu.13", NULL), /* FIMC-LITE1 */ | 139 | "exynos-sysmmu.13", NULL), /* FIMC-LITE1 */ |
140 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x10A60000, | 140 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x10A60000, |
141 | "exynos-sysmmu.14", NULL), /* G2D */ | 141 | "exynos-sysmmu.14", NULL), /* G2D */ |
142 | OF_DEV_AUXDATA("samsung,exynos5-dp", 0x145B0000, "exynos-dp", NULL), | ||
142 | {}, | 143 | {}, |
143 | }; | 144 | }; |
144 | 145 | ||