2010-01-29 09:02:12 +00:00
|
|
|
/* arch/arm/plat-samsung/include/plat/devs.h
|
2011-02-14 16:22:36 +09:00
|
|
|
*
|
|
|
|
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
2005-04-16 15:20:36 -07:00
|
|
|
*
|
|
|
|
* Copyright (c) 2004 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
|
*
|
|
|
|
* Header file for s3c2410 standard platform devices
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
2005-10-29 19:07:23 +01:00
|
|
|
#include <linux/platform_device.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2006-06-18 23:04:05 +01:00
|
|
|
struct s3c24xx_uart_resources {
|
|
|
|
struct resource *resources;
|
|
|
|
unsigned long nr_resources;
|
|
|
|
};
|
|
|
|
|
|
|
|
extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
|
2008-10-21 14:06:46 +01:00
|
|
|
extern struct s3c24xx_uart_resources s3c64xx_uart_resources[];
|
2010-01-14 08:23:53 +09:00
|
|
|
extern struct s3c24xx_uart_resources s5p_uart_resources[];
|
2006-06-18 23:04:05 +01:00
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
extern struct platform_device *s3c24xx_uart_devs[];
|
2006-06-18 23:04:05 +01:00
|
|
|
extern struct platform_device *s3c24xx_uart_src[];
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2008-07-01 13:17:24 +01:00
|
|
|
extern struct platform_device s3c_device_timer[];
|
|
|
|
|
2009-06-03 20:08:38 +01:00
|
|
|
extern struct platform_device s3c64xx_device_iis0;
|
|
|
|
extern struct platform_device s3c64xx_device_iis1;
|
2009-06-03 20:08:39 +01:00
|
|
|
extern struct platform_device s3c64xx_device_iisv4;
|
2009-06-03 20:08:38 +01:00
|
|
|
|
2010-01-18 17:32:02 +09:00
|
|
|
extern struct platform_device s3c64xx_device_spi0;
|
|
|
|
extern struct platform_device s3c64xx_device_spi1;
|
|
|
|
|
2010-11-22 15:35:53 +09:00
|
|
|
extern struct platform_device samsung_asoc_dma;
|
2010-03-17 20:15:21 +00:00
|
|
|
|
2009-11-17 16:53:56 +09:00
|
|
|
extern struct platform_device s3c64xx_device_pcm0;
|
|
|
|
extern struct platform_device s3c64xx_device_pcm1;
|
|
|
|
|
2010-02-12 10:38:51 +00:00
|
|
|
extern struct platform_device s3c64xx_device_ac97;
|
|
|
|
|
2009-12-23 19:25:05 +00:00
|
|
|
extern struct platform_device s3c_device_ts;
|
2010-02-12 10:38:51 +00:00
|
|
|
|
2008-11-19 15:41:31 +00:00
|
|
|
extern struct platform_device s3c_device_fb;
|
2009-11-23 00:13:39 +00:00
|
|
|
extern struct platform_device s3c_device_ohci;
|
2005-04-16 15:20:36 -07:00
|
|
|
extern struct platform_device s3c_device_lcd;
|
|
|
|
extern struct platform_device s3c_device_wdt;
|
2008-10-31 16:14:40 +00:00
|
|
|
extern struct platform_device s3c_device_i2c0;
|
2008-10-31 16:14:55 +00:00
|
|
|
extern struct platform_device s3c_device_i2c1;
|
2010-05-20 08:13:06 +02:00
|
|
|
extern struct platform_device s3c_device_i2c2;
|
2010-10-12 07:49:24 +09:00
|
|
|
extern struct platform_device s3c_device_i2c3;
|
|
|
|
extern struct platform_device s3c_device_i2c4;
|
|
|
|
extern struct platform_device s3c_device_i2c5;
|
|
|
|
extern struct platform_device s3c_device_i2c6;
|
|
|
|
extern struct platform_device s3c_device_i2c7;
|
2005-04-16 15:20:36 -07:00
|
|
|
extern struct platform_device s3c_device_rtc;
|
|
|
|
extern struct platform_device s3c_device_adc;
|
|
|
|
extern struct platform_device s3c_device_sdi;
|
2009-06-23 16:30:02 +01:00
|
|
|
extern struct platform_device s3c_device_iis;
|
2009-04-17 12:36:44 +01:00
|
|
|
extern struct platform_device s3c_device_hwmon;
|
2008-10-31 16:14:28 +00:00
|
|
|
extern struct platform_device s3c_device_hsmmc0;
|
|
|
|
extern struct platform_device s3c_device_hsmmc1;
|
|
|
|
extern struct platform_device s3c_device_hsmmc2;
|
2010-06-10 15:22:16 +09:00
|
|
|
extern struct platform_device s3c_device_hsmmc3;
|
2010-06-08 16:38:20 +09:00
|
|
|
extern struct platform_device s3c_device_cfcon;
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
extern struct platform_device s3c_device_spi0;
|
|
|
|
extern struct platform_device s3c_device_spi1;
|
|
|
|
|
2010-05-18 16:43:34 +09:00
|
|
|
extern struct platform_device s5pc100_device_spi0;
|
|
|
|
extern struct platform_device s5pc100_device_spi1;
|
|
|
|
extern struct platform_device s5pc100_device_spi2;
|
2010-05-18 16:43:37 +09:00
|
|
|
extern struct platform_device s5pv210_device_spi0;
|
|
|
|
extern struct platform_device s5pv210_device_spi1;
|
2010-05-18 16:43:40 +09:00
|
|
|
extern struct platform_device s5p6440_device_spi0;
|
|
|
|
extern struct platform_device s5p6440_device_spi1;
|
2010-09-08 19:21:23 +09:00
|
|
|
extern struct platform_device s5p6450_device_spi0;
|
|
|
|
extern struct platform_device s5p6450_device_spi1;
|
2010-05-18 16:43:34 +09:00
|
|
|
|
2009-07-18 10:12:25 +01:00
|
|
|
extern struct platform_device s3c_device_hwmon;
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
extern struct platform_device s3c_device_nand;
|
2010-05-20 08:59:05 +02:00
|
|
|
extern struct platform_device s3c_device_onenand;
|
|
|
|
extern struct platform_device s3c64xx_device_onenand1;
|
2010-08-27 13:56:54 +09:00
|
|
|
extern struct platform_device s5p_device_onenand;
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
extern struct platform_device s3c_device_usbgadget;
|
2009-05-16 22:05:27 +01:00
|
|
|
extern struct platform_device s3c_device_usb_hsotg;
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2010-05-18 16:02:26 +09:00
|
|
|
extern struct platform_device s5pv210_device_ac97;
|
|
|
|
extern struct platform_device s5pv210_device_pcm0;
|
|
|
|
extern struct platform_device s5pv210_device_pcm1;
|
|
|
|
extern struct platform_device s5pv210_device_pcm2;
|
|
|
|
extern struct platform_device s5pv210_device_iis0;
|
|
|
|
extern struct platform_device s5pv210_device_iis1;
|
|
|
|
extern struct platform_device s5pv210_device_iis2;
|
2010-10-14 10:35:24 +09:00
|
|
|
extern struct platform_device s5pv210_device_spdif;
|
2010-05-18 16:02:26 +09:00
|
|
|
|
2011-02-14 16:22:36 +09:00
|
|
|
extern struct platform_device exynos4_device_ac97;
|
|
|
|
extern struct platform_device exynos4_device_pcm0;
|
|
|
|
extern struct platform_device exynos4_device_pcm1;
|
|
|
|
extern struct platform_device exynos4_device_pcm2;
|
|
|
|
extern struct platform_device exynos4_device_i2s0;
|
|
|
|
extern struct platform_device exynos4_device_i2s1;
|
|
|
|
extern struct platform_device exynos4_device_i2s2;
|
|
|
|
extern struct platform_device exynos4_device_spdif;
|
|
|
|
extern struct platform_device exynos4_device_pd[];
|
2011-03-15 18:35:24 +09:00
|
|
|
extern struct platform_device exynos4_device_ahci;
|
2010-11-19 08:49:44 +09:00
|
|
|
|
2010-05-18 16:02:50 +09:00
|
|
|
extern struct platform_device s5p6442_device_pcm0;
|
|
|
|
extern struct platform_device s5p6442_device_pcm1;
|
|
|
|
extern struct platform_device s5p6442_device_iis0;
|
|
|
|
extern struct platform_device s5p6442_device_iis1;
|
2010-05-18 16:43:45 +09:00
|
|
|
extern struct platform_device s5p6442_device_spi;
|
2010-05-18 16:02:50 +09:00
|
|
|
|
2010-05-18 16:03:02 +09:00
|
|
|
extern struct platform_device s5p6440_device_pcm;
|
|
|
|
extern struct platform_device s5p6440_device_iis;
|
|
|
|
|
2010-09-08 19:21:23 +09:00
|
|
|
extern struct platform_device s5p6450_device_iis0;
|
2010-12-21 09:44:42 +09:00
|
|
|
extern struct platform_device s5p6450_device_iis1;
|
|
|
|
extern struct platform_device s5p6450_device_iis2;
|
2010-09-08 19:21:23 +09:00
|
|
|
extern struct platform_device s5p6450_device_pcm0;
|
|
|
|
|
2010-05-18 16:02:39 +09:00
|
|
|
extern struct platform_device s5pc100_device_ac97;
|
|
|
|
extern struct platform_device s5pc100_device_pcm0;
|
|
|
|
extern struct platform_device s5pc100_device_pcm1;
|
|
|
|
extern struct platform_device s5pc100_device_iis0;
|
|
|
|
extern struct platform_device s5pc100_device_iis1;
|
|
|
|
extern struct platform_device s5pc100_device_iis2;
|
2010-10-14 10:35:23 +09:00
|
|
|
extern struct platform_device s5pc100_device_spdif;
|
2010-05-18 16:02:39 +09:00
|
|
|
|
2010-08-06 19:26:10 +09:00
|
|
|
extern struct platform_device samsung_device_keypad;
|
|
|
|
|
2010-08-05 18:16:31 +09:00
|
|
|
extern struct platform_device s5p_device_fimc0;
|
|
|
|
extern struct platform_device s5p_device_fimc1;
|
|
|
|
extern struct platform_device s5p_device_fimc2;
|
2011-03-12 08:58:01 +09:00
|
|
|
extern struct platform_device s5p_device_fimc3;
|
2010-08-05 18:16:31 +09:00
|
|
|
|
2010-12-17 15:08:07 +09:00
|
|
|
extern struct platform_device s5p_device_mipi_csis0;
|
|
|
|
extern struct platform_device s5p_device_mipi_csis1;
|
|
|
|
|
2011-02-14 16:22:36 +09:00
|
|
|
extern struct platform_device exynos4_device_sysmmu;
|
2011-01-13 13:40:29 +09:00
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
/* s3c2440 specific devices */
|
|
|
|
|
|
|
|
#ifdef CONFIG_CPU_S3C2440
|
|
|
|
|
|
|
|
extern struct platform_device s3c_device_camif;
|
2009-08-05 18:29:57 +01:00
|
|
|
extern struct platform_device s3c_device_ac97;
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
#endif
|
2010-06-10 12:57:15 +09:00
|
|
|
|
|
|
|
/**
|
|
|
|
* s3c_set_platdata() - helper for setting platform data
|
|
|
|
* @pd: The default platform data for this device.
|
|
|
|
* @pdsize: The size of the platform data.
|
|
|
|
* @pdev: Pointer to the device to fill in.
|
|
|
|
*
|
|
|
|
* This helper replaces a number of calls that copy and then set the
|
|
|
|
* platform data of the device.
|
|
|
|
*/
|
|
|
|
extern void *s3c_set_platdata(void *pd, size_t pdsize,
|
|
|
|
struct platform_device *pdev);
|