2010-06-14 15:56:58 +02:00
|
|
|
#ifdef CONFIG_ARCH_MX1
|
|
|
|
extern struct platform_device imx1_camera_device;
|
|
|
|
extern struct platform_device imx_rtc_device;
|
|
|
|
extern struct platform_device imx_wdt_device;
|
|
|
|
extern struct platform_device imx_usb_device;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(CONFIG_MACH_MX21) || defined(CONFIG_MACH_MX27)
|
2008-09-09 10:19:41 +02:00
|
|
|
extern struct platform_device mxc_gpt1;
|
|
|
|
extern struct platform_device mxc_gpt2;
|
2010-02-04 14:11:02 +01:00
|
|
|
#ifdef CONFIG_MACH_MX27
|
2008-09-09 10:19:41 +02:00
|
|
|
extern struct platform_device mxc_gpt3;
|
|
|
|
extern struct platform_device mxc_gpt4;
|
|
|
|
extern struct platform_device mxc_gpt5;
|
2010-02-04 14:11:02 +01:00
|
|
|
#endif
|
2008-09-09 10:19:41 +02:00
|
|
|
extern struct platform_device mxc_wdt;
|
2008-12-01 14:15:38 -08:00
|
|
|
extern struct platform_device mxc_w1_master_device;
|
2009-01-26 16:34:56 +01:00
|
|
|
extern struct platform_device mxc_fb_device;
|
2009-01-26 17:26:02 +01:00
|
|
|
extern struct platform_device mxc_fec_device;
|
2009-01-16 15:17:46 +01:00
|
|
|
extern struct platform_device mxc_pwm_device;
|
2008-12-19 14:32:07 +01:00
|
|
|
extern struct platform_device mxc_sdhc_device0;
|
|
|
|
extern struct platform_device mxc_sdhc_device1;
|
2009-07-15 15:26:21 +02:00
|
|
|
extern struct platform_device mxc_otg_udc_device;
|
2010-06-21 08:15:59 +03:00
|
|
|
extern struct platform_device mx27_camera_device;
|
2009-07-15 15:26:21 +02:00
|
|
|
extern struct platform_device mxc_otg_host;
|
|
|
|
extern struct platform_device mxc_usbh1;
|
|
|
|
extern struct platform_device mxc_usbh2;
|
2009-11-21 12:14:58 +01:00
|
|
|
extern struct platform_device mx21_usbhc_device;
|
2009-10-22 14:50:33 +02:00
|
|
|
extern struct platform_device imx_ssi_device0;
|
|
|
|
extern struct platform_device imx_ssi_device1;
|
2010-05-19 18:46:06 +02:00
|
|
|
extern struct platform_device imx_kpp_device;
|
2010-06-14 15:56:58 +02:00
|
|
|
#endif
|