diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 20:19:21 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 10:32:27 +0400 |
commit | 9fbe8c7a481daa94a5f87b47b0ffd54f05447e4c (patch) | |
tree | 43892eea560b2d00d82fa9991fc480dc651f1d63 /arch/arm/mach-exynos/mach-smdkv310.c | |
parent | 6325fc403f5da30474bb773caf0435fda7e1429a (diff) | |
download | linux-9fbe8c7a481daa94a5f87b47b0ffd54f05447e4c.tar.xz |
ARM: EXYNOS: Enable JPEG on SMDKV310
Enables JPEG support on SMDKV310 board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdkv310.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-smdkv310.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c index 265ce86f711d..5a2a21e69387 100644 --- a/arch/arm/mach-exynos/mach-smdkv310.c +++ b/arch/arm/mach-exynos/mach-smdkv310.c @@ -272,6 +272,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { &s5p_device_fimc3, &s5p_device_fimc_md, &s5p_device_g2d, + &s5p_device_jpeg, &exynos4_device_ac97, &exynos4_device_i2s0, &exynos4_device_ohci, |