ca489f8e4a
This adds the dma (ipu_dma) and fb devices for the mx31 for which drivers now are available. v2: merge the ipu and fb device in the same patch as suggested by Sascha Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14 lines
558 B
C
14 lines
558 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;
|