blob: 9fbe81845b7af0f452043945b004ed79febbd3d0 [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;
54
55extern struct platform_device msm_device_smd;
56extern struct platform_device msm_device_gpio;
57extern struct platform_device msm_device_vidc;
58
59extern struct platform_device msm_charm_modem;
60
61#ifdef CONFIG_HW_RANDOM_MSM
62extern struct platform_device msm_device_rng;
63#endif
64
65void __init msm8x60_init_irq(void);
66void __init msm8x60_check_2d_hardware(void);
67
68#ifdef CONFIG_MSM_DSPS
69extern struct platform_device msm_dsps_device;
70#endif
Pratik Patel7831c082011-06-08 21:44:37 -070071#ifdef CONFIG_MSM_QDSS
72extern struct platform_device msm_etb_device;
73extern struct platform_device msm_tpiu_device;
74extern struct platform_device msm_funnel_device;
75extern struct platform_device msm_ptm_device;
76#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070077
78#if defined(CONFIG_MSM_RPM_STATS_LOG)
79extern struct platform_device msm_rpm_stat_device;
80#endif
81#endif