Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f488c6f authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Kukjin Kim
Browse files

ARM: S5PV210: enable FIMC on Goni

parent 7200c11d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ config MACH_GONI
	select CPU_S5PV210
	select ARCH_SPARSEMEM_ENABLE
	select S3C_DEV_FB
	select S5P_DEV_FIMC0
	select S5P_DEV_FIMC1
	select S5P_DEV_FIMC2
	select S3C_DEV_HSMMC
	select S3C_DEV_HSMMC1
	select S3C_DEV_HSMMC2
+3 −0
Original line number Diff line number Diff line
@@ -459,6 +459,9 @@ static struct platform_device *goni_devices[] __initdata = {
	&s5pc110_device_onenand,
	&goni_i2c_gpio_pmic,
	&goni_device_gpiokeys,
	&s5p_device_fimc0,
	&s5p_device_fimc1,
	&s5p_device_fimc2,
	&s3c_device_hsmmc0,
	&s3c_device_hsmmc1,
	&s3c_device_hsmmc2,