blob: dccefad9f9b99fddac51f9af999ccc0fd8afe4d5 [file] [log] [blame]
Brian Swetlandbcc0f6a2008-09-10 14:00:53 -07001/* linux/arch/arm/mach-msm/devices.h
2 *
3 * Copyright (C) 2008 Google, Inc.
4 *
5 * This software is licensed under the terms of the GNU General Public
6 * License version 2, as published by the Free Software Foundation, and
7 * may be copied, distributed, and modified under those terms.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 */
15
16#ifndef __ARCH_ARM_MACH_MSM_DEVICES_H
17#define __ARCH_ARM_MACH_MSM_DEVICES_H
18
Stephen Boyd7bce6962013-03-04 15:08:27 -080019extern struct platform_device msm_device_gpio_7201;
20extern struct platform_device msm_device_gpio_7x30;
21extern struct platform_device msm_device_gpio_8x50;
22
Brian Swetlandbcc0f6a2008-09-10 14:00:53 -070023extern struct platform_device msm_device_uart1;
24extern struct platform_device msm_device_uart2;
25extern struct platform_device msm_device_uart3;
26
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -080027extern struct platform_device msm8960_device_uart_gsbi2;
28extern struct platform_device msm8960_device_uart_gsbi5;
29
Brian Swetlandbcc0f6a2008-09-10 14:00:53 -070030extern struct platform_device msm_device_sdc1;
31extern struct platform_device msm_device_sdc2;
32extern struct platform_device msm_device_sdc3;
33extern struct platform_device msm_device_sdc4;
34
35extern struct platform_device msm_device_hsusb;
Pavankumar Kondeti7032d512010-12-08 13:37:07 +053036extern struct platform_device msm_device_otg;
37extern struct platform_device msm_device_hsusb_host;
Brian Swetlandbcc0f6a2008-09-10 14:00:53 -070038
39extern struct platform_device msm_device_i2c;
40
41extern struct platform_device msm_device_smd;
42
43extern struct platform_device msm_device_nand;
44
Daniel Walker50bc0ef2010-12-13 14:35:11 -080045extern struct platform_device msm_device_mddi0;
46extern struct platform_device msm_device_mddi1;
47extern struct platform_device msm_device_mdp;
48
Stephen Boyd421faca2013-06-17 10:43:18 -070049extern struct platform_device msm_clock_7x01a;
50extern struct platform_device msm_clock_7x30;
51extern struct platform_device msm_clock_8x50;
Daniel Walkeracb241c2010-05-05 07:48:32 -070052
Brian Swetlandbcc0f6a2008-09-10 14:00:53 -070053#endif