From 8bbe6c423b04238764e04885ad78450a1d43cb07 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 5 Mar 2009 14:40:08 +0000 Subject: Add camera interface driver to 3D7K This patch adds the camera interface driver and the corresponding configuration option to the 3D7K machine. Signed-off-by: Werner Almesberger --- arch/arm/mach-s3c6410/Kconfig | 1 + arch/arm/mach-s3c6410/mach-om-3d7k.c | 3 +++ 2 files changed, 4 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index bbe158ac523..373ce9c3ac4 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -70,6 +70,7 @@ config MACH_OM_3D7K select S3C6410_SETUP_SDHCI select S3C64XX_SETUP_I2C1 select S3C_DEV_FB + select S3C_DEV_CAMIF select S3C64XX_SETUP_FB_24BPP # select SENSORS_PCF50633 select POWER_SUPPLY diff --git a/arch/arm/mach-s3c6410/mach-om-3d7k.c b/arch/arm/mach-s3c6410/mach-om-3d7k.c index 628f2afb011..2dccffd7347 100644 --- a/arch/arm/mach-s3c6410/mach-om-3d7k.c +++ b/arch/arm/mach-s3c6410/mach-om-3d7k.c @@ -84,6 +84,8 @@ #include extern struct platform_device s3c_device_usbgadget; +extern struct platform_device s3c_device_camif; /* @@@ change plat/devs.h */ + /* ------------------------------------------------------------------------------- * OM_3D7K FIQ related @@ -962,6 +964,7 @@ static struct platform_device *om_3d7k_devices[] __initdata = { &om_3d7k_device_spi_lcm, &s3c_device_usbgadget, &s3c24xx_pwm_device, + &s3c_device_camif, }; -- cgit v1.2.3