diff options
author | Andrzej Pietrasiewicz <[email protected]> | 2012-03-09 08:25:25 -0800 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2012-03-10 22:32:31 -0800 |
commit | 72bce7b10a2dad7f6cd766a0b11ad0cf2c16f6d5 (patch) | |
tree | 549effd72969beaf6541ca3d71739629d28765c2 | |
parent | 95e874cb415d114e16ca1fa5ce00b808c092db4c (diff) |
ARM: EXYNOS: Register JPEG on nuri
Signed-off-by: Andrzej Pietrasiewicz <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 16b2bd1eb461..1f81bfa15ff9 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -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 diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index a0ca6307e076..92e3cf0101c4 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c @@ -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, |