mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 01:10:28 +00:00
9c70e227e0
This adds the camera device based on Guennadi's soc_camera architecture for the mx31. The proposed init by Guennadi was removed and must be implemented in the board init file as it contains a lot of board specific info (memory size, clock speed). Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
19 lines
790 B
C
19 lines
790 B
C
|
|
extern struct platform_device mxc_uart_device0;
|
|
extern struct platform_device mxc_uart_device1;
|
|
extern struct platform_device mxc_uart_device2;
|
|
extern struct platform_device mxc_uart_device3;
|
|
extern struct platform_device mxc_uart_device4;
|
|
extern struct platform_device mxc_w1_master_device;
|
|
extern struct platform_device mxc_nand_device;
|
|
extern struct platform_device mxc_i2c_device0;
|
|
extern struct platform_device mxc_i2c_device1;
|
|
extern struct platform_device mxc_i2c_device2;
|
|
extern struct platform_device mx3_ipu;
|
|
extern struct platform_device mx3_fb;
|
|
extern struct platform_device mx3_camera;
|
|
extern struct platform_device mxc_fec_device;
|
|
extern struct platform_device mxcsdhc_device0;
|
|
extern struct platform_device mxcsdhc_device1;
|
|
extern struct platform_device mxc_otg_udc_device;
|