blob: 6b7d14111db27dac020b508cbd8a97ba220a131d [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001/* Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13#ifndef __ARCH_ARM_MACH_MSM_DEVICES_MSM8X60_H
14#define __ARCH_ARM_MACH_MSM_DEVICES_MSM8X60_H
15
16#define MSM_GSBI3_QUP_I2C_BUS_ID 0
17#define MSM_GSBI4_QUP_I2C_BUS_ID 1
18#define MSM_GSBI9_QUP_I2C_BUS_ID 2
19#define MSM_GSBI8_QUP_I2C_BUS_ID 3
20#define MSM_GSBI7_QUP_I2C_BUS_ID 4
21#define MSM_GSBI12_QUP_I2C_BUS_ID 5
22#define MSM_SSBI1_I2C_BUS_ID 6
23#define MSM_SSBI2_I2C_BUS_ID 7
24#define MSM_SSBI3_I2C_BUS_ID 8
25
Lei Zhou01366a42011-08-19 13:12:00 -040026#ifdef CONFIG_SND_SOC_MSM8660_APQ
27extern struct platform_device msm_pcm;
28extern struct platform_device msm_pcm_routing;
29extern struct platform_device msm_cpudai0;
30extern struct platform_device msm_cpudai1;
31extern struct platform_device msm_cpudai_hdmi_rx;
32extern struct platform_device msm_cpudai_bt_rx;
33extern struct platform_device msm_cpudai_bt_tx;
34extern struct platform_device msm_cpudai_fm_rx;
35extern struct platform_device msm_cpudai_fm_tx;
36extern struct platform_device msm_cpu_fe;
37extern struct platform_device msm_stub_codec;
38extern struct platform_device msm_voice;
39extern struct platform_device msm_voip;
40extern struct platform_device msm_lpa_pcm;
41extern struct platform_device msm_pcm_hostless;
42#endif
43
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070044#ifdef CONFIG_SPI_QUP
45extern struct platform_device msm_gsbi1_qup_spi_device;
46extern struct platform_device msm_gsbi10_qup_spi_device;
47#endif
48
49extern struct platform_device msm_bus_apps_fabric;
50extern struct platform_device msm_bus_sys_fabric;
51extern struct platform_device msm_bus_mm_fabric;
52extern struct platform_device msm_bus_sys_fpb;
53extern struct platform_device msm_bus_cpss_fpb;
Gagan Macae154c4b2011-10-05 19:24:43 -060054extern struct platform_device msm_bus_def_fab;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070055
56extern struct platform_device msm_device_smd;
57extern struct platform_device msm_device_gpio;
58extern struct platform_device msm_device_vidc;
59
60extern struct platform_device msm_charm_modem;
61
62#ifdef CONFIG_HW_RANDOM_MSM
63extern struct platform_device msm_device_rng;
64#endif
65
66void __init msm8x60_init_irq(void);
67void __init msm8x60_check_2d_hardware(void);
68
69#ifdef CONFIG_MSM_DSPS
70extern struct platform_device msm_dsps_device;
71#endif
Pratik Patel7831c082011-06-08 21:44:37 -070072#ifdef CONFIG_MSM_QDSS
73extern struct platform_device msm_etb_device;
74extern struct platform_device msm_tpiu_device;
75extern struct platform_device msm_funnel_device;
76extern struct platform_device msm_ptm_device;
77#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070078
79#if defined(CONFIG_MSM_RPM_STATS_LOG)
80extern struct platform_device msm_rpm_stat_device;
81#endif
82#endif