diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2012-03-09 11:24:33 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 01:32:30 -0500 |
commit | 95e874cb415d114e16ca1fa5ce00b808c092db4c (patch) | |
tree | 4ea7e88abd6d58badfccf442c8f97d8d3c84db0b | |
parent | 156d264b1956727cf8ebbe94e8ca95454d46044a (diff) |
ARM: EXYNOS: Register JPEG on universal_c210
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index c74ae140182c..16b2bd1eb461 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -234,6 +234,7 @@ config MACH_UNIVERSAL_C210 | |||
234 | select S5P_DEV_FIMC3 | 234 | select S5P_DEV_FIMC3 |
235 | select S5P_DEV_G2D | 235 | select S5P_DEV_G2D |
236 | select S5P_DEV_CSIS0 | 236 | select S5P_DEV_CSIS0 |
237 | select S5P_DEV_JPEG | ||
237 | select S5P_DEV_FIMD0 | 238 | select S5P_DEV_FIMD0 |
238 | select S3C_DEV_HSMMC | 239 | select S3C_DEV_HSMMC |
239 | select S3C_DEV_HSMMC2 | 240 | select S3C_DEV_HSMMC2 |
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 23122f294a24..36aafb09b425 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -1047,6 +1047,7 @@ static struct platform_device *universal_devices[] __initdata = { | |||
1047 | &universal_gpio_keys, | 1047 | &universal_gpio_keys, |
1048 | &s5p_device_onenand, | 1048 | &s5p_device_onenand, |
1049 | &s5p_device_fimd0, | 1049 | &s5p_device_fimd0, |
1050 | &s5p_device_jpeg, | ||
1050 | &s5p_device_mfc, | 1051 | &s5p_device_mfc, |
1051 | &s5p_device_mfc_l, | 1052 | &s5p_device_mfc_l, |
1052 | &s5p_device_mfc_r, | 1053 | &s5p_device_mfc_r, |