blob: fafe4e40debadb86fed813a1a9b4d4dbcf80d541 [file] [log] [blame]
Duy Truong790f06d2013-02-13 16:38:12 -08001/* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002 *
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;
Mohan Kumar Gubbihalli Lachma Naik7f72edd2012-02-06 17:26:47 -080059extern struct platform_device apq8064_msm_device_vidc;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070060
61extern struct platform_device msm_charm_modem;
Mona Hossain11c03ac2011-10-26 12:42:10 -070062extern struct platform_device msm_device_tz_log;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070063#ifdef CONFIG_HW_RANDOM_MSM
64extern struct platform_device msm_device_rng;
65#endif
66
67void __init msm8x60_init_irq(void);
68void __init msm8x60_check_2d_hardware(void);
69
70#ifdef CONFIG_MSM_DSPS
71extern struct platform_device msm_dsps_device;
72#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070073
74#if defined(CONFIG_MSM_RPM_STATS_LOG)
75extern struct platform_device msm_rpm_stat_device;
76#endif
77#endif