ARM: EXYNOS: Register JPEG on nuri
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Fri, 9 Mar 2012 16:25:25 +0000 (08:25 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 11 Mar 2012 06:32:31 +0000 (22:32 -0800)
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>
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/mach-nuri.c

index 16b2bd1eb46126d0d641bc973487f8f654445186..1f81bfa15ff944c9f89db33eb51e54087d1f974f 100644 (file)
@@ -274,6 +274,7 @@ config MACH_NURI
        select S3C_DEV_I2C5
        select S3C_DEV_I2C6
        select S5P_DEV_CSIS0
+       select S5P_DEV_JPEG
        select S5P_DEV_FIMC0
        select S5P_DEV_FIMC1
        select S5P_DEV_FIMC2
index a0ca6307e076dc79b382959ee6428a2d38c40a26..92e3cf0101c4f6f0f5c136b2884b24f10128e753 100644 (file)
@@ -1323,6 +1323,7 @@ static struct platform_device *nuri_devices[] __initdata = {
        &i2c9_gpio,
        &s3c_device_adc,
        &s5p_device_g2d,
+       &s5p_device_jpeg,
        &s3c_device_rtc,
        &s5p_device_mfc,
        &s5p_device_mfc_l,