2008-09-09 04:19:41 -04:00
|
|
|
extern struct platform_device mxc_gpt1;
|
|
|
|
extern struct platform_device mxc_gpt2;
|
2010-02-04 08:11:02 -05:00
|
|
|
#ifdef CONFIG_MACH_MX27
|
2008-09-09 04:19:41 -04:00
|
|
|
extern struct platform_device mxc_gpt3;
|
|
|
|
extern struct platform_device mxc_gpt4;
|
|
|
|
extern struct platform_device mxc_gpt5;
|
2010-02-04 08:11:02 -05:00
|
|
|
#endif
|
2008-09-09 04:19:41 -04:00
|
|
|
extern struct platform_device mxc_wdt;
|
|
|
|
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_uart_device5;
|
2008-12-01 17:15:38 -05:00
|
|
|
extern struct platform_device mxc_w1_master_device;
|
2010-02-05 10:57:59 -05:00
|
|
|
#ifdef CONFIG_MACH_MX21
|
|
|
|
extern struct platform_device imx21_nand_device;
|
|
|
|
#endif
|
|
|
|
#ifdef CONFIG_MACH_MX27
|
|
|
|
extern struct platform_device imx27_nand_device;
|
|
|
|
#endif
|
2009-01-26 10:34:56 -05:00
|
|
|
extern struct platform_device mxc_fb_device;
|
2009-01-26 11:26:02 -05:00
|
|
|
extern struct platform_device mxc_fec_device;
|
2009-01-16 09:17:46 -05:00
|
|
|
extern struct platform_device mxc_pwm_device;
|
2009-01-28 07:26:56 -05:00
|
|
|
extern struct platform_device mxc_i2c_device0;
|
2010-02-04 16:13:52 -05:00
|
|
|
#ifdef CONFIG_MACH_MX27
|
2009-01-28 07:26:56 -05:00
|
|
|
extern struct platform_device mxc_i2c_device1;
|
2010-02-04 16:13:52 -05:00
|
|
|
#endif
|
2008-12-19 08:32:07 -05:00
|
|
|
extern struct platform_device mxc_sdhc_device0;
|
|
|
|
extern struct platform_device mxc_sdhc_device1;
|
2009-07-15 09:26:21 -04:00
|
|
|
extern struct platform_device mxc_otg_udc_device;
|
|
|
|
extern struct platform_device mxc_otg_host;
|
|
|
|
extern struct platform_device mxc_usbh1;
|
|
|
|
extern struct platform_device mxc_usbh2;
|
2008-12-19 08:32:14 -05:00
|
|
|
extern struct platform_device mxc_spi_device0;
|
|
|
|
extern struct platform_device mxc_spi_device1;
|
2010-02-04 16:04:32 -05:00
|
|
|
#ifdef CONFIG_MACH_MX27
|
2008-12-19 08:32:14 -05:00
|
|
|
extern struct platform_device mxc_spi_device2;
|
2010-02-04 16:04:32 -05:00
|
|
|
#endif
|
2009-11-21 06:14:58 -05:00
|
|
|
extern struct platform_device mx21_usbhc_device;
|
2009-10-22 08:50:33 -04:00
|
|
|
extern struct platform_device imx_ssi_device0;
|
|
|
|
extern struct platform_device imx_ssi_device1;
|