forked from Minki/linux
ARM: S5PV210: Enable FIMC on SMDKV210
Enable FIMC 0,1,2 and media device(md) on SMDKV210 board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
6ff5d257ce
commit
859e10c03f
@ -143,6 +143,9 @@ config MACH_SMDKV210
|
|||||||
select S3C_DEV_I2C2
|
select S3C_DEV_I2C2
|
||||||
select S3C_DEV_RTC
|
select S3C_DEV_RTC
|
||||||
select S3C_DEV_WDT
|
select S3C_DEV_WDT
|
||||||
|
select S5P_DEV_FIMC0
|
||||||
|
select S5P_DEV_FIMC1
|
||||||
|
select S5P_DEV_FIMC2
|
||||||
select S5P_DEV_MFC
|
select S5P_DEV_MFC
|
||||||
select SAMSUNG_DEV_ADC
|
select SAMSUNG_DEV_ADC
|
||||||
select SAMSUNG_DEV_BACKLIGHT
|
select SAMSUNG_DEV_BACKLIGHT
|
||||||
|
@ -224,6 +224,10 @@ static struct platform_device *smdkv210_devices[] __initdata = {
|
|||||||
&s3c_device_rtc,
|
&s3c_device_rtc,
|
||||||
&s3c_device_ts,
|
&s3c_device_ts,
|
||||||
&s3c_device_wdt,
|
&s3c_device_wdt,
|
||||||
|
&s5p_device_fimc0,
|
||||||
|
&s5p_device_fimc1,
|
||||||
|
&s5p_device_fimc2,
|
||||||
|
&s5p_device_fimc_md,
|
||||||
&s5p_device_mfc,
|
&s5p_device_mfc,
|
||||||
&s5p_device_mfc_l,
|
&s5p_device_mfc_l,
|
||||||
&s5p_device_mfc_r,
|
&s5p_device_mfc_r,
|
||||||
|
Loading…
Reference in New Issue
Block a user