aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-09-28 16:31:52 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-03-14 10:46:44 +0530
commitf4df9299b80fa2d49fd73e89ec6b56d9e37a9e3e (patch)
tree27b64c482144f852eee009834ebeeadd85ee4ead /arch
parent7b8bcfaec843fe39869c08a7c3704c1a6ea555d3 (diff)
ARM: EXYNOS: Add hdmi related entry for EXYNOS4_DT machine
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/mach-exynos4-dt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c
index ab1dacc34095..81d90479d644 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -69,6 +69,12 @@ static const struct of_dev_auxdata exynos4_auxdata_lookup[] __initconst = {
"s3c2440-i2c.6", NULL),
OF_DEV_AUXDATA("samsung,s3c2440-i2c", EXYNOS4_PA_IIC(7),
"s3c2440-i2c.7", NULL),
+ OF_DEV_AUXDATA("samsung,s3c2440-hdmiphy-i2c", EXYNOS4_PA_IIC_HDMIPHY,
+ "s3c2440-hdmiphy-i2c", NULL),
+ OF_DEV_AUXDATA("samsung,s5pv210-tvmixer", EXYNOS4_PA_MIXER,
+ "s5p-mixer", NULL),
+ OF_DEV_AUXDATA("samsung,s5pv210-hdmi", EXYNOS4_PA_HDMI,
+ "exynos4-hdmi", NULL),
OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS4_PA_SPI0,
"exynos4210-spi.0", NULL),
OF_DEV_AUXDATA("samsung,exynos4210-spi", EXYNOS4_PA_SPI1,