blob: 201e0e70d40ea4bdadd0b41d2280a9229a902a7a [file] [log] [blame]
Abhijeet Dharmapurikar7e37e6e2012-08-23 18:58:44 -07001/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08002 *
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 *
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080012 */
13#include <linux/kernel.h>
14#include <linux/platform_device.h>
15#include <linux/io.h>
16#include <linux/irq.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070017#include <linux/i2c.h>
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -070018#include <linux/i2c/sx150x.h>
Amir Samuelov5137e392011-09-21 17:31:25 +030019#include <linux/i2c/isl9519.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070020#include <linux/gpio.h>
21#include <linux/msm_ssbi.h>
Steve Mucklef132c6c2012-06-06 18:30:57 -070022#include <linux/regulator/msm-gpio-regulator.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070023#include <linux/mfd/pm8xxx/pm8921.h>
Siddartha Mohanadossaf91d902011-10-20 10:23:34 -070024#include <linux/mfd/pm8xxx/pm8xxx-adc.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070025#include <linux/regulator/consumer.h>
26#include <linux/spi/spi.h>
27#include <linux/slimbus/slimbus.h>
28#include <linux/bootmem.h>
29#ifdef CONFIG_ANDROID_PMEM
30#include <linux/android_pmem.h>
31#endif
Steve Mucklef132c6c2012-06-06 18:30:57 -070032#include <linux/cyttsp-qc.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070033#include <linux/dma-mapping.h>
34#include <linux/platform_data/qcom_crypto_device.h>
Ankur Nandwanib0039b02011-08-09 14:00:45 -070035#include <linux/platform_data/qcom_wcnss_device.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070036#include <linux/leds.h>
37#include <linux/leds-pm8xxx.h>
Mohan Pallaka50837382011-09-07 11:00:57 +053038#include <linux/i2c/atmel_mxt_ts.h>
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -070039#include <linux/msm_tsens.h>
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -070040#include <linux/ks8851.h>
Mohan Pallaka5e490392011-09-09 15:18:41 +053041#include <linux/i2c/isa1200.h>
Jack Cheung0b1987e2011-11-18 13:36:29 -080042#include <linux/memory.h>
Larry Bassel2d8b42d2012-03-12 10:41:26 -070043#include <linux/memblock.h>
Praveen Chidambaram877d7a42012-06-05 14:33:20 -060044#include <linux/msm_thermal.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080045
46#include <asm/mach-types.h>
47#include <asm/mach/arch.h>
Larry Basselb4126da2011-07-18 14:31:33 -070048#include <asm/setup.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080049#include <asm/hardware/gic.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070050#include <asm/mach/mmc.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080051
52#include <mach/board.h>
Joel Nider266a2642011-10-16 10:58:05 +020053#include <mach/msm_tspp.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080054#include <mach/msm_iomap.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070055#include <mach/msm_spi.h>
Mayank Ranae009c922012-03-22 03:02:06 +053056#include <mach/msm_serial_hs.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070057#ifdef CONFIG_USB_MSM_OTG_72K
58#include <mach/msm_hsusb.h>
59#else
60#include <linux/usb/msm_hsusb.h>
61#endif
62#include <linux/usb/android.h>
63#include <mach/usbdiag.h>
64#include <mach/socinfo.h>
65#include <mach/rpm.h>
Rohit Vaswania513aa8d2011-07-18 15:14:28 -070066#include <mach/gpiomux.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070067#include <mach/msm_bus_board.h>
68#include <mach/msm_memtypes.h>
69#include <mach/dma.h>
70#include <mach/msm_dsps.h>
71#include <mach/msm_xo.h>
Abhijeet Dharmapurikar6d565fd2011-09-15 18:49:56 -070072#include <mach/restart.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080073
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070074#ifdef CONFIG_WCD9310_CODEC
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +053075#include <linux/mfd/wcd9xxx/core.h>
76#include <linux/mfd/wcd9xxx/pdata.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070077#endif
78
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +053079#include <linux/smsc3503.h>
Mitchel Humpherys9dc32cf2012-09-06 11:34:03 -070080#include <linux/msm_ion.h>
Laura Abbottd6183792011-08-19 13:42:24 -070081#include <mach/ion.h>
Joel Kingb8352a12011-11-15 18:46:24 -080082#include <mach/mdm2.h>
Vamsi Krishna6aa6b1f2011-12-14 22:55:20 -080083#include <mach/mdm-peripheral.h>
Laura Abbottf8c03b92012-02-16 14:57:58 -080084#include <mach/msm_rtb.h>
Laura Abbott306bcc22012-03-08 11:24:53 -080085#include <mach/msm_cache_dump.h>
86#include <mach/scm.h>
Olav Haugan8726caf2012-05-10 15:11:35 -070087#include <mach/iommu_domains.h>
Laura Abbottd6183792011-08-19 13:42:24 -070088
Jordan Crouse914de9b2012-07-09 13:49:46 -060089#include <mach/kgsl.h>
Larry Bassel41a055b2011-12-06 16:15:14 -080090#include <linux/fmem.h>
91
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070092#include "timer.h"
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -080093#include "devices.h"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070094#include "devices-msm8x60.h"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070095#include "spm.h"
Stepan Moskovchenko5a83dba2011-12-05 17:30:17 -080096#include "board-8960.h"
Matt Wagantall7cca4642012-02-01 16:43:24 -080097#include "pm.h"
Abhijeet Dharmapurikarefaca4f2011-12-27 16:24:07 -080098#include <mach/cpuidle.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070099#include "rpm_resources.h"
Subhash Jadavani909e04f2012-04-12 10:52:50 +0530100#include <mach/mpm.h>
Naveen Ramaraj76483ad2011-09-06 14:25:44 -0700101#include "smd_private.h"
Maheshkumar Sivasubramanian8ccc16e2011-10-25 15:59:57 -0600102#include "pm-boot.h"
Jeff Ohlstein7e668552011-10-06 16:17:25 -0700103#include "msm_watchdog.h"
Stepan Moskovchenkoc6ada422011-11-28 19:31:16 -0800104
Ming-yi Lin2d43cd52012-10-17 11:50:15 +0800105#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
106#include <linux/wlan_plat.h>
107#include <linux/mutex.h>
108#endif
109
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700110static struct platform_device msm_fm_platform_init = {
111 .name = "iris_fm",
112 .id = -1,
113};
114
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700115#define KS8851_RST_GPIO 89
116#define KS8851_IRQ_GPIO 90
Mohan Pallaka5e490392011-09-09 15:18:41 +0530117
Manoj Rao14648742012-03-30 19:42:12 -0700118#define MHL_GPIO_INT 4
119#define MHL_GPIO_RESET 15
120
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700121#if defined(CONFIG_GPIO_SX150X) || defined(CONFIG_GPIO_SX150X_MODULE)
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700122
Stepan Moskovchenkoc6ada422011-11-28 19:31:16 -0800123struct sx150x_platform_data msm8960_sx150x_data[] = {
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700124 [SX150X_CAM] = {
125 .gpio_base = GPIO_CAM_EXPANDER_BASE,
126 .oscio_is_gpo = false,
127 .io_pullup_ena = 0x0,
Nishant Pandit474f2252011-07-23 23:17:56 +0530128 .io_pulldn_ena = 0xc0,
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700129 .io_open_drain_ena = 0x0,
130 .irq_summary = -1,
131 },
Amir Samuelov755616d2011-12-13 16:34:46 +0200132 [SX150X_LIQUID] = {
133 .gpio_base = GPIO_LIQUID_EXPANDER_BASE,
134 .oscio_is_gpo = false,
135 .io_pullup_ena = 0x0c08,
136 .io_pulldn_ena = 0x4060,
137 .io_open_drain_ena = 0x000c,
138 .io_polarity = 0,
139 .irq_summary = -1,
140 },
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700141};
Nishant Pandit474f2252011-07-23 23:17:56 +0530142
143#endif
144
Olav Haugana21169d2012-01-04 09:17:06 -0800145#define MSM_PMEM_ADSP_SIZE 0x7800000
Bharath Ramachandramurthy2fd017a2012-03-13 10:21:09 -0700146#define MSM_PMEM_AUDIO_SIZE 0x4CF000
Mathew Karimpanal15fa5c42011-12-14 21:28:10 -0800147#define MSM_PMEM_SIZE 0x2800000 /* 40 Mbytes */
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800148#define MSM_LIQUID_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800149#define MSM_HDMI_PRIM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Laura Abbott2d1760b2011-09-29 21:31:24 -0700150
151#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Deepak Kotur35825522012-06-06 15:49:14 -0700152#define HOLE_SIZE 0x20000
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700153#define MSM_CONTIG_MEM_SIZE 0x65000
Olav Haugan32594552012-03-13 11:40:05 -0700154#ifdef CONFIG_MSM_IOMMU
Olav Haugan8726caf2012-05-10 15:11:35 -0700155#define MSM_ION_MM_SIZE 0x3800000 /* Need to be multiple of 64K */
Olav Haugan32594552012-03-13 11:40:05 -0700156#define MSM_ION_SF_SIZE 0x0
Olav Hauganfbbf05b2012-04-05 14:33:41 -0700157#define MSM_ION_QSECOM_SIZE 0x780000 /* (7.5MB) */
Olav Haugan32594552012-03-13 11:40:05 -0700158#define MSM_ION_HEAP_NUM 7
159#else
160#define MSM_ION_MM_SIZE MSM_PMEM_ADSP_SIZE
161#define MSM_ION_SF_SIZE MSM_PMEM_SIZE
Olav Hauganfbbf05b2012-04-05 14:33:41 -0700162#define MSM_ION_QSECOM_SIZE 0x600000 /* (6MB) */
Olav Haugan32594552012-03-13 11:40:05 -0700163#define MSM_ION_HEAP_NUM 8
164#endif
Deepak Kotur35825522012-06-06 15:49:14 -0700165#define MSM_ION_MM_FW_SIZE (0x200000 - HOLE_SIZE) /* 128kb */
Olav Hauganb5be7992011-11-18 14:29:02 -0800166#define MSM_ION_MFC_SIZE SZ_8K
Olav Haugan7355db02012-01-13 16:59:13 -0800167#define MSM_ION_AUDIO_SIZE MSM_PMEM_AUDIO_SIZE
Olav Haugan32594552012-03-13 11:40:05 -0700168
Olav Hauganb5be7992011-11-18 14:29:02 -0800169#define MSM_LIQUID_ION_MM_SIZE (MSM_ION_MM_SIZE + 0x600000)
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800170#define MSM_LIQUID_ION_SF_SIZE MSM_LIQUID_PMEM_SIZE
171#define MSM_HDMI_PRIM_ION_SF_SIZE MSM_HDMI_PRIM_PMEM_SIZE
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700172
Deepak Kotur35825522012-06-06 15:49:14 -0700173#define MSM_MM_FW_SIZE (0x200000 - HOLE_SIZE) /* 2mb -128kb*/
174#define MSM8960_FIXED_AREA_START (0xa0000000 - (MSM_ION_MM_FW_SIZE + \
175 HOLE_SIZE))
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700176#define MAX_FIXED_AREA_SIZE 0x10000000
Deepak Kotur35825522012-06-06 15:49:14 -0700177#define MSM8960_FW_START MSM8960_FIXED_AREA_START
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700178
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800179static unsigned msm_ion_sf_size = MSM_ION_SF_SIZE;
Laura Abbott2d1760b2011-09-29 21:31:24 -0700180#else
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700181#define MSM_CONTIG_MEM_SIZE 0x110C000
Olav Hauganb5be7992011-11-18 14:29:02 -0800182#define MSM_ION_HEAP_NUM 1
Laura Abbott2d1760b2011-09-29 21:31:24 -0700183#endif
Laura Abbottd6183792011-08-19 13:42:24 -0700184
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700185#ifdef CONFIG_KERNEL_MSM_CONTIG_MEM_REGION
186static unsigned msm_contig_mem_size = MSM_CONTIG_MEM_SIZE;
187static int __init msm_contig_mem_size_setup(char *p)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700188{
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700189 msm_contig_mem_size = memparse(p, NULL);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700190 return 0;
191}
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700192early_param("msm_contig_mem_size", msm_contig_mem_size_setup);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700193#endif
194
195#ifdef CONFIG_ANDROID_PMEM
196static unsigned pmem_size = MSM_PMEM_SIZE;
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800197static unsigned pmem_param_set;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700198static int __init pmem_size_setup(char *p)
199{
200 pmem_size = memparse(p, NULL);
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800201 pmem_param_set = 1;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700202 return 0;
203}
204early_param("pmem_size", pmem_size_setup);
205
206static unsigned pmem_adsp_size = MSM_PMEM_ADSP_SIZE;
207
208static int __init pmem_adsp_size_setup(char *p)
209{
210 pmem_adsp_size = memparse(p, NULL);
211 return 0;
212}
213early_param("pmem_adsp_size", pmem_adsp_size_setup);
214
215static unsigned pmem_audio_size = MSM_PMEM_AUDIO_SIZE;
216
217static int __init pmem_audio_size_setup(char *p)
218{
219 pmem_audio_size = memparse(p, NULL);
220 return 0;
221}
222early_param("pmem_audio_size", pmem_audio_size_setup);
223#endif
224
225#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700226#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700227static struct android_pmem_platform_data android_pmem_pdata = {
228 .name = "pmem",
229 .allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
230 .cached = 1,
231 .memory_type = MEMTYPE_EBI1,
232};
233
Laura Abbottb93525f2012-04-12 09:57:19 -0700234static struct platform_device msm8960_android_pmem_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700235 .name = "android_pmem",
236 .id = 0,
237 .dev = {.platform_data = &android_pmem_pdata},
238};
239
240static struct android_pmem_platform_data android_pmem_adsp_pdata = {
241 .name = "pmem_adsp",
242 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
243 .cached = 0,
244 .memory_type = MEMTYPE_EBI1,
245};
Laura Abbottb93525f2012-04-12 09:57:19 -0700246static struct platform_device msm8960_android_pmem_adsp_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700247 .name = "android_pmem",
248 .id = 2,
249 .dev = { .platform_data = &android_pmem_adsp_pdata },
250};
251
252static struct android_pmem_platform_data android_pmem_audio_pdata = {
253 .name = "pmem_audio",
254 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
255 .cached = 0,
256 .memory_type = MEMTYPE_EBI1,
257};
258
Laura Abbottb93525f2012-04-12 09:57:19 -0700259static struct platform_device msm8960_android_pmem_audio_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700260 .name = "android_pmem",
261 .id = 4,
262 .dev = { .platform_data = &android_pmem_audio_pdata },
263};
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700264#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
265#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700266
Laura Abbottb93525f2012-04-12 09:57:19 -0700267struct fmem_platform_data msm8960_fmem_pdata = {
Larry Bassel41a055b2011-12-06 16:15:14 -0800268};
269
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -0700270#define DSP_RAM_BASE_8960 0x8da00000
271#define DSP_RAM_SIZE_8960 0x1800000
272static int dspcrashd_pdata_8960 = 0xDEADDEAD;
273
274static struct resource resources_dspcrashd_8960[] = {
275 {
276 .name = "msm_dspcrashd",
277 .start = DSP_RAM_BASE_8960,
278 .end = DSP_RAM_BASE_8960 + DSP_RAM_SIZE_8960,
279 .flags = IORESOURCE_DMA,
280 },
281};
282
Stepan Moskovchenkofc70d902011-11-30 12:39:36 -0800283static struct platform_device msm_device_dspcrashd_8960 = {
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -0700284 .name = "msm_dspcrashd",
285 .num_resources = ARRAY_SIZE(resources_dspcrashd_8960),
286 .resource = resources_dspcrashd_8960,
287 .dev = { .platform_data = &dspcrashd_pdata_8960 },
288};
289
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700290static struct memtype_reserve msm8960_reserve_table[] __initdata = {
291 [MEMTYPE_SMI] = {
292 },
293 [MEMTYPE_EBI0] = {
294 .flags = MEMTYPE_FLAGS_1M_ALIGN,
295 },
296 [MEMTYPE_EBI1] = {
297 .flags = MEMTYPE_FLAGS_1M_ALIGN,
298 },
299};
300
Laura Abbottf8c03b92012-02-16 14:57:58 -0800301static void __init reserve_rtb_memory(void)
302{
303#if defined(CONFIG_MSM_RTB)
Laura Abbottb93525f2012-04-12 09:57:19 -0700304 msm8960_reserve_table[MEMTYPE_EBI1].size += msm8960_rtb_pdata.size;
Laura Abbottf8c03b92012-02-16 14:57:58 -0800305#endif
306}
307
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700308static void __init size_pmem_devices(void)
309{
310#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700311#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700312 android_pmem_adsp_pdata.size = pmem_adsp_size;
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800313
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800314 if (!pmem_param_set) {
315 if (machine_is_msm8960_liquid())
316 pmem_size = MSM_LIQUID_PMEM_SIZE;
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700317 if (msm8960_hdmi_as_primary_selected())
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800318 pmem_size = MSM_HDMI_PRIM_PMEM_SIZE;
319 }
320
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700321 android_pmem_pdata.size = pmem_size;
322 android_pmem_audio_pdata.size = MSM_PMEM_AUDIO_SIZE;
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700323#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
324#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700325}
326
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700327#ifdef CONFIG_ANDROID_PMEM
328#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700329static void __init reserve_memory_for(struct android_pmem_platform_data *p)
330{
331 msm8960_reserve_table[p->memory_type].size += p->size;
332}
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700333#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
334#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700335
336static void __init reserve_pmem_memory(void)
337{
338#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700339#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700340 reserve_memory_for(&android_pmem_adsp_pdata);
341 reserve_memory_for(&android_pmem_pdata);
342 reserve_memory_for(&android_pmem_audio_pdata);
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700343#endif
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700344 msm8960_reserve_table[MEMTYPE_EBI1].size += msm_contig_mem_size;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700345#endif
346}
347
Larry Basselb4126da2011-07-18 14:31:33 -0700348static int msm8960_paddr_to_memtype(unsigned int paddr)
349{
350 return MEMTYPE_EBI1;
351}
352
Steve Mucklef132c6c2012-06-06 18:30:57 -0700353#define FMEM_ENABLED 0
Olav Hauganf6dc7742012-02-15 09:11:55 -0800354
Laura Abbottd6183792011-08-19 13:42:24 -0700355#ifdef CONFIG_ION_MSM
Olav Haugan0703dbf2011-12-19 17:53:38 -0800356#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -0700357static struct ion_cp_heap_pdata cp_mm_msm8960_ion_pdata = {
Olav Haugan0703dbf2011-12-19 17:53:38 -0800358 .permission_type = IPT_TYPE_MM_CARVEOUT,
Olav Haugan8726caf2012-05-10 15:11:35 -0700359 .align = SZ_64K,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800360 .reusable = FMEM_ENABLED,
361 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700362 .fixed_position = FIXED_MIDDLE,
Olav Haugan8726caf2012-05-10 15:11:35 -0700363 .iommu_map_all = 1,
364 .iommu_2x_map_domain = VIDEO_DOMAIN,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800365};
366
Laura Abbottb93525f2012-04-12 09:57:19 -0700367static struct ion_cp_heap_pdata cp_mfc_msm8960_ion_pdata = {
Olav Haugan0703dbf2011-12-19 17:53:38 -0800368 .permission_type = IPT_TYPE_MFC_SHAREDMEM,
Olav Haugan42ebe712012-01-10 16:30:58 -0800369 .align = PAGE_SIZE,
Olav Haugan65f4bd82011-12-13 11:50:08 -0800370 .reusable = 0,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800371 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700372 .fixed_position = FIXED_HIGH,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800373};
374
Laura Abbottb93525f2012-04-12 09:57:19 -0700375static struct ion_co_heap_pdata co_msm8960_ion_pdata = {
Olav Haugan42ebe712012-01-10 16:30:58 -0800376 .adjacent_mem_id = INVALID_HEAP_ID,
377 .align = PAGE_SIZE,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800378 .mem_is_fmem = 0,
Olav Haugan42ebe712012-01-10 16:30:58 -0800379};
380
Laura Abbottb93525f2012-04-12 09:57:19 -0700381static struct ion_co_heap_pdata fw_co_msm8960_ion_pdata = {
Olav Haugan42ebe712012-01-10 16:30:58 -0800382 .adjacent_mem_id = ION_CP_MM_HEAP_ID,
383 .align = SZ_128K,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800384 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700385 .fixed_position = FIXED_LOW,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800386};
387#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800388
389/**
390 * These heaps are listed in the order they will be allocated. Due to
391 * video hardware restrictions and content protection the FW heap has to
392 * be allocated adjacent (below) the MM heap and the MFC heap has to be
393 * allocated after the MM heap to ensure MFC heap is not more than 256MB
394 * away from the base address of the FW heap.
395 * However, the order of FW heap and MM heap doesn't matter since these
396 * two heaps are taken care of by separate code to ensure they are adjacent
397 * to each other.
398 * Don't swap the order unless you know what you are doing!
399 */
Laura Abbottb93525f2012-04-12 09:57:19 -0700400static struct ion_platform_data msm8960_ion_pdata = {
Laura Abbott2d1760b2011-09-29 21:31:24 -0700401 .nr = MSM_ION_HEAP_NUM,
Laura Abbottd6183792011-08-19 13:42:24 -0700402 .heaps = {
403 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800404 .id = ION_SYSTEM_HEAP_ID,
Laura Abbottd6183792011-08-19 13:42:24 -0700405 .type = ION_HEAP_TYPE_SYSTEM,
Laura Abbottd6183792011-08-19 13:42:24 -0700406 .name = ION_VMALLOC_HEAP_NAME,
407 },
Laura Abbott2d1760b2011-09-29 21:31:24 -0700408#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottd6183792011-08-19 13:42:24 -0700409 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800410 .id = ION_CP_MM_HEAP_ID,
Olav Haugan0a852512012-01-09 10:20:55 -0800411 .type = ION_HEAP_TYPE_CP,
Olav Hauganb5be7992011-11-18 14:29:02 -0800412 .name = ION_MM_HEAP_NAME,
413 .size = MSM_ION_MM_SIZE,
Laura Abbott2d1760b2011-09-29 21:31:24 -0700414 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700415 .extra_data = (void *) &cp_mm_msm8960_ion_pdata,
Laura Abbott2d1760b2011-09-29 21:31:24 -0700416 },
Laura Abbott8c017362011-09-22 20:59:12 -0700417 {
Olav Haugan42ebe712012-01-10 16:30:58 -0800418 .id = ION_MM_FIRMWARE_HEAP_ID,
419 .type = ION_HEAP_TYPE_CARVEOUT,
420 .name = ION_MM_FIRMWARE_HEAP_NAME,
421 .size = MSM_ION_MM_FW_SIZE,
422 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700423 .extra_data = (void *) &fw_co_msm8960_ion_pdata,
Olav Haugan42ebe712012-01-10 16:30:58 -0800424 },
425 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800426 .id = ION_CP_MFC_HEAP_ID,
Olav Haugan0a852512012-01-09 10:20:55 -0800427 .type = ION_HEAP_TYPE_CP,
Olav Hauganb5be7992011-11-18 14:29:02 -0800428 .name = ION_MFC_HEAP_NAME,
429 .size = MSM_ION_MFC_SIZE,
430 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700431 .extra_data = (void *) &cp_mfc_msm8960_ion_pdata,
Olav Hauganb5be7992011-11-18 14:29:02 -0800432 },
Olav Haugan32594552012-03-13 11:40:05 -0700433#ifndef CONFIG_MSM_IOMMU
Olav Hauganb5be7992011-11-18 14:29:02 -0800434 {
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800435 .id = ION_SF_HEAP_ID,
436 .type = ION_HEAP_TYPE_CARVEOUT,
437 .name = ION_SF_HEAP_NAME,
438 .size = MSM_ION_SF_SIZE,
439 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700440 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800441 },
Olav Haugan32594552012-03-13 11:40:05 -0700442#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800443 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800444 .id = ION_IOMMU_HEAP_ID,
Laura Abbott8c017362011-09-22 20:59:12 -0700445 .type = ION_HEAP_TYPE_IOMMU,
446 .name = ION_IOMMU_HEAP_NAME,
447 },
Olav Haugan80854eb2012-01-12 12:00:23 -0800448 {
449 .id = ION_QSECOM_HEAP_ID,
450 .type = ION_HEAP_TYPE_CARVEOUT,
451 .name = ION_QSECOM_HEAP_NAME,
452 .size = MSM_ION_QSECOM_SIZE,
453 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700454 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan80854eb2012-01-12 12:00:23 -0800455 },
Olav Haugan7355db02012-01-13 16:59:13 -0800456 {
457 .id = ION_AUDIO_HEAP_ID,
458 .type = ION_HEAP_TYPE_CARVEOUT,
459 .name = ION_AUDIO_HEAP_NAME,
460 .size = MSM_ION_AUDIO_SIZE,
461 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700462 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan7355db02012-01-13 16:59:13 -0800463 },
Laura Abbott2d1760b2011-09-29 21:31:24 -0700464#endif
Laura Abbottd6183792011-08-19 13:42:24 -0700465 }
466};
467
Laura Abbottb93525f2012-04-12 09:57:19 -0700468static struct platform_device msm8960_ion_dev = {
Laura Abbottd6183792011-08-19 13:42:24 -0700469 .name = "ion-msm",
470 .id = 1,
Laura Abbottb93525f2012-04-12 09:57:19 -0700471 .dev = { .platform_data = &msm8960_ion_pdata },
Laura Abbottd6183792011-08-19 13:42:24 -0700472};
473#endif
474
Laura Abbottb93525f2012-04-12 09:57:19 -0700475struct platform_device msm8960_fmem_device = {
Larry Bassel41a055b2011-12-06 16:15:14 -0800476 .name = "fmem",
477 .id = 1,
Laura Abbottb93525f2012-04-12 09:57:19 -0700478 .dev = { .platform_data = &msm8960_fmem_pdata },
Larry Bassel41a055b2011-12-06 16:15:14 -0800479};
480
Olav Haugan65f4bd82011-12-13 11:50:08 -0800481static void __init adjust_mem_for_liquid(void)
Laura Abbottd6183792011-08-19 13:42:24 -0700482{
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800483 unsigned int i;
484
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800485 if (!pmem_param_set) {
486 if (machine_is_msm8960_liquid())
487 msm_ion_sf_size = MSM_LIQUID_ION_SF_SIZE;
488
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700489 if (msm8960_hdmi_as_primary_selected())
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800490 msm_ion_sf_size = MSM_HDMI_PRIM_ION_SF_SIZE;
491
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700492 if (machine_is_msm8960_liquid() ||
493 msm8960_hdmi_as_primary_selected()) {
Laura Abbottb93525f2012-04-12 09:57:19 -0700494 for (i = 0; i < msm8960_ion_pdata.nr; i++) {
495 if (msm8960_ion_pdata.heaps[i].id ==
496 ION_SF_HEAP_ID) {
497 msm8960_ion_pdata.heaps[i].size =
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800498 msm_ion_sf_size;
499 pr_debug("msm_ion_sf_size 0x%x\n",
500 msm_ion_sf_size);
501 break;
502 }
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800503 }
504 }
505 }
Olav Haugan65f4bd82011-12-13 11:50:08 -0800506}
507
508static void __init reserve_mem_for_ion(enum ion_memory_types mem_type,
509 unsigned long size)
510{
511 msm8960_reserve_table[mem_type].size += size;
512}
513
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700514static void __init msm8960_reserve_fixed_area(unsigned long fixed_area_size)
515{
516#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
517 int ret;
518
519 if (fixed_area_size > MAX_FIXED_AREA_SIZE)
520 panic("fixed area size is larger than %dM\n",
521 MAX_FIXED_AREA_SIZE >> 20);
522
523 reserve_info->fixed_area_size = fixed_area_size;
524 reserve_info->fixed_area_start = MSM8960_FW_START;
525
526 ret = memblock_remove(reserve_info->fixed_area_start,
527 reserve_info->fixed_area_size);
528 BUG_ON(ret);
529#endif
530}
531
Olav Haugan65f4bd82011-12-13 11:50:08 -0800532/**
533 * Reserve memory for ION and calculate amount of reusable memory for fmem.
534 * We only reserve memory for heaps that are not reusable. However, we only
535 * support one reusable heap at the moment so we ignore the reusable flag for
536 * other than the first heap with reusable flag set. Also handle special case
Olav Hauganf6dc7742012-02-15 09:11:55 -0800537 * for video heaps (MM,FW, and MFC). Video requires heaps MM and MFC to be
538 * at a higher address than FW in addition to not more than 256MB away from the
539 * base address of the firmware. This means that if MM is reusable the other
540 * two heaps must be allocated in the same region as FW. This is handled by the
541 * mem_is_fmem flag in the platform data. In addition the MM heap must be
542 * adjacent to the FW heap for content protection purposes.
Olav Haugan65f4bd82011-12-13 11:50:08 -0800543 */
544static void __init reserve_ion_memory(void)
545{
546#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
547 unsigned int i;
548 unsigned int reusable_count = 0;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700549 unsigned int fixed_size = 0;
550 unsigned int fixed_low_size, fixed_middle_size, fixed_high_size;
551 unsigned long fixed_low_start, fixed_middle_start, fixed_high_start;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800552
553 adjust_mem_for_liquid();
Laura Abbottb93525f2012-04-12 09:57:19 -0700554 msm8960_fmem_pdata.size = 0;
555 msm8960_fmem_pdata.reserved_size_low = 0;
556 msm8960_fmem_pdata.reserved_size_high = 0;
Olav Haugan8726caf2012-05-10 15:11:35 -0700557 msm8960_fmem_pdata.align = PAGE_SIZE;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700558 fixed_low_size = 0;
559 fixed_middle_size = 0;
560 fixed_high_size = 0;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800561
562 /* We only support 1 reusable heap. Check if more than one heap
563 * is specified as reusable and set as non-reusable if found.
564 */
Laura Abbottb93525f2012-04-12 09:57:19 -0700565 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
566 const struct ion_platform_heap *heap =
567 &(msm8960_ion_pdata.heaps[i]);
Olav Haugan65f4bd82011-12-13 11:50:08 -0800568
Mitchel Humpherysdc4d01d2012-09-13 10:53:22 -0700569 if (heap->type == (enum ion_heap_type) ION_HEAP_TYPE_CP
570 && heap->extra_data) {
Olav Haugan65f4bd82011-12-13 11:50:08 -0800571 struct ion_cp_heap_pdata *data = heap->extra_data;
572
573 reusable_count += (data->reusable) ? 1 : 0;
574
575 if (data->reusable && reusable_count > 1) {
576 pr_err("%s: Too many heaps specified as "
577 "reusable. Heap %s was not configured "
578 "as reusable.\n", __func__, heap->name);
579 data->reusable = 0;
580 }
581 }
582 }
583
Laura Abbottb93525f2012-04-12 09:57:19 -0700584 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
Olav Haugan8726caf2012-05-10 15:11:35 -0700585 struct ion_platform_heap *heap =
Laura Abbottb93525f2012-04-12 09:57:19 -0700586 &(msm8960_ion_pdata.heaps[i]);
Olav Haugan8726caf2012-05-10 15:11:35 -0700587 int align = SZ_4K;
588 int iommu_map_all = 0;
589 int adjacent_mem_id = INVALID_HEAP_ID;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800590
591 if (heap->extra_data) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700592 int fixed_position = NOT_FIXED;
593 int mem_is_fmem = 0;
594
Mitchel Humpherysdc4d01d2012-09-13 10:53:22 -0700595 switch ((int) heap->type) {
Olav Haugan65f4bd82011-12-13 11:50:08 -0800596 case ION_HEAP_TYPE_CP:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800597 mem_is_fmem = ((struct ion_cp_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700598 heap->extra_data)->mem_is_fmem;
599 fixed_position = ((struct ion_cp_heap_pdata *)
600 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700601 align = ((struct ion_cp_heap_pdata *)
602 heap->extra_data)->align;
603 iommu_map_all =
604 ((struct ion_cp_heap_pdata *)
605 heap->extra_data)->iommu_map_all;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800606 break;
607 case ION_HEAP_TYPE_CARVEOUT:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800608 mem_is_fmem = ((struct ion_co_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700609 heap->extra_data)->mem_is_fmem;
610 fixed_position = ((struct ion_co_heap_pdata *)
611 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700612 adjacent_mem_id = ((struct ion_co_heap_pdata *)
613 heap->extra_data)->adjacent_mem_id;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700614 break;
615 default:
616 break;
617 }
618
Olav Haugan8726caf2012-05-10 15:11:35 -0700619 if (iommu_map_all) {
620 if (heap->size & (SZ_64K-1)) {
621 heap->size = ALIGN(heap->size, SZ_64K);
622 pr_info("Heap %s not aligned to 64K. Adjusting size to %x\n",
623 heap->name, heap->size);
624 }
625 }
626
627 if (mem_is_fmem && adjacent_mem_id != INVALID_HEAP_ID)
628 msm8960_fmem_pdata.align = align;
629
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700630 if (fixed_position != NOT_FIXED)
631 fixed_size += heap->size;
632 else
633 reserve_mem_for_ion(MEMTYPE_EBI1, heap->size);
634
635 if (fixed_position == FIXED_LOW)
636 fixed_low_size += heap->size;
637 else if (fixed_position == FIXED_MIDDLE)
638 fixed_middle_size += heap->size;
639 else if (fixed_position == FIXED_HIGH)
640 fixed_high_size += heap->size;
641
642 if (mem_is_fmem)
Laura Abbottb93525f2012-04-12 09:57:19 -0700643 msm8960_fmem_pdata.size += heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700644 }
645 }
646
647 if (!fixed_size)
648 return;
649
Laura Abbottb93525f2012-04-12 09:57:19 -0700650 if (msm8960_fmem_pdata.size) {
Deepak Kotur35825522012-06-06 15:49:14 -0700651 msm8960_fmem_pdata.reserved_size_low = fixed_low_size +
652 HOLE_SIZE;
Laura Abbottb93525f2012-04-12 09:57:19 -0700653 msm8960_fmem_pdata.reserved_size_high = fixed_high_size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700654 }
655
Larry Bassel4d4f4482012-04-04 11:26:09 -0700656 /* Since the fixed area may be carved out of lowmem,
657 * make sure the length is a multiple of 1M.
658 */
659 fixed_size = (fixed_size + MSM_MM_FW_SIZE + SECTION_SIZE - 1)
660 & SECTION_MASK;
661 msm8960_reserve_fixed_area(fixed_size);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700662
663 fixed_low_start = MSM8960_FIXED_AREA_START;
Deepak Kotur35825522012-06-06 15:49:14 -0700664 fixed_middle_start = fixed_low_start + fixed_low_size + HOLE_SIZE;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700665 fixed_high_start = fixed_middle_start + fixed_middle_size;
666
Laura Abbottb93525f2012-04-12 09:57:19 -0700667 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
668 struct ion_platform_heap *heap = &(msm8960_ion_pdata.heaps[i]);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700669
670 if (heap->extra_data) {
671 int fixed_position = NOT_FIXED;
Steve Muckle75c34ca2012-06-12 14:27:40 -0700672 struct ion_cp_heap_pdata *pdata = NULL;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700673
Mitchel Humpherysdc4d01d2012-09-13 10:53:22 -0700674 switch ((int) heap->type) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700675 case ION_HEAP_TYPE_CP:
Deepak Kotur35825522012-06-06 15:49:14 -0700676 pdata =
677 (struct ion_cp_heap_pdata *)heap->extra_data;
678 fixed_position = pdata->fixed_position;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700679 break;
680 case ION_HEAP_TYPE_CARVEOUT:
681 fixed_position = ((struct ion_co_heap_pdata *)
682 heap->extra_data)->fixed_position;
683 break;
684 default:
685 break;
686 }
687
688 switch (fixed_position) {
689 case FIXED_LOW:
690 heap->base = fixed_low_start;
691 break;
692 case FIXED_MIDDLE:
693 heap->base = fixed_middle_start;
Deepak Kotur35825522012-06-06 15:49:14 -0700694 pdata->secure_base = fixed_middle_start
695 - HOLE_SIZE;
696 pdata->secure_size = HOLE_SIZE + heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700697 break;
698 case FIXED_HIGH:
699 heap->base = fixed_high_start;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800700 break;
701 default:
702 break;
703 }
704 }
Olav Haugan65f4bd82011-12-13 11:50:08 -0800705 }
Laura Abbottd6183792011-08-19 13:42:24 -0700706#endif
707}
Huaibin Yanga5419422011-12-08 23:52:10 -0800708
709static void __init reserve_mdp_memory(void)
710{
711 msm8960_mdp_writeback(msm8960_reserve_table);
712}
713
Stephen Boyd668d7652012-04-25 11:31:01 -0700714static void __init reserve_cache_dump_memory(void)
Laura Abbott306bcc22012-03-08 11:24:53 -0800715{
716#ifdef CONFIG_MSM_CACHE_DUMP
Laura Abbott306bcc22012-03-08 11:24:53 -0800717 unsigned int total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800718
Laura Abbott155ab6f2012-05-25 08:52:18 -0700719 total = msm8960_cache_dump_pdata.l1_size +
720 msm8960_cache_dump_pdata.l2_size;
Laura Abbott306bcc22012-03-08 11:24:53 -0800721 msm8960_reserve_table[MEMTYPE_EBI1].size += total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800722#endif
723}
724
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700725static void __init msm8960_calculate_reserve_sizes(void)
726{
727 size_pmem_devices();
728 reserve_pmem_memory();
Laura Abbottd6183792011-08-19 13:42:24 -0700729 reserve_ion_memory();
Huaibin Yanga5419422011-12-08 23:52:10 -0800730 reserve_mdp_memory();
Laura Abbottf8c03b92012-02-16 14:57:58 -0800731 reserve_rtb_memory();
Laura Abbott306bcc22012-03-08 11:24:53 -0800732 reserve_cache_dump_memory();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700733}
734
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700735static struct reserve_info msm8960_reserve_info __initdata = {
736 .memtype_reserve_table = msm8960_reserve_table,
737 .calculate_reserve_sizes = msm8960_calculate_reserve_sizes,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700738 .reserve_fixed_area = msm8960_reserve_fixed_area,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700739 .paddr_to_memtype = msm8960_paddr_to_memtype,
740};
741
Larry Basselb4126da2011-07-18 14:31:33 -0700742static int msm8960_memory_bank_size(void)
743{
744 return 1<<29;
745}
746
747static void __init locate_unstable_memory(void)
748{
749 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
750 unsigned long bank_size;
751 unsigned long low, high;
752
753 bank_size = msm8960_memory_bank_size();
Larry Bassel4d4f4482012-04-04 11:26:09 -0700754 msm8960_reserve_info.bank_size = bank_size;
755
Larry Basselb4126da2011-07-18 14:31:33 -0700756 low = meminfo.bank[0].start;
757 high = mb->start + mb->size;
Olav Haugan62052e42011-10-28 14:28:32 -0700758
759 /* Check if 32 bit overflow occured */
760 if (high < mb->start)
761 high = ~0UL;
762
Larry Bassel4d4f4482012-04-04 11:26:09 -0700763 if (high < MAX_FIXED_AREA_SIZE + MSM8960_FIXED_AREA_START)
764 panic("fixed area extends beyond end of memory\n");
765
Larry Basselb4126da2011-07-18 14:31:33 -0700766 low &= ~(bank_size - 1);
767
768 if (high - low <= bank_size)
Larry Bassel4d4f4482012-04-04 11:26:09 -0700769 goto no_dmm;
Larry Basselb8d61022012-02-24 10:49:45 -0800770
Larry Basselb8d61022012-02-24 10:49:45 -0800771#ifdef CONFIG_ENABLE_DMM
Jack Cheung60eaeab2012-01-09 16:40:26 -0800772 msm8960_reserve_info.low_unstable_address = mb->start -
773 MIN_MEMORY_BLOCK_SIZE + mb->size;
Jack Cheung0b1987e2011-11-18 13:36:29 -0800774 msm8960_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
Larry Basselb4126da2011-07-18 14:31:33 -0700775 pr_info("low unstable address %lx max size %lx bank size %lx\n",
776 msm8960_reserve_info.low_unstable_address,
777 msm8960_reserve_info.max_unstable_size,
778 msm8960_reserve_info.bank_size);
Larry Bassel4d4f4482012-04-04 11:26:09 -0700779 return;
Larry Basselb8d61022012-02-24 10:49:45 -0800780#endif
Larry Bassel4d4f4482012-04-04 11:26:09 -0700781no_dmm:
782 msm8960_reserve_info.low_unstable_address = high;
783 msm8960_reserve_info.max_unstable_size = 0;
Larry Basselb4126da2011-07-18 14:31:33 -0700784}
785
Larry Basselb830e182011-10-14 10:46:55 -0700786static void __init place_movable_zone(void)
787{
Larry Basselb8d61022012-02-24 10:49:45 -0800788#ifdef CONFIG_ENABLE_DMM
Larry Basselb830e182011-10-14 10:46:55 -0700789 movable_reserved_start = msm8960_reserve_info.low_unstable_address;
790 movable_reserved_size = msm8960_reserve_info.max_unstable_size;
791 pr_info("movable zone start %lx size %lx\n",
792 movable_reserved_start, movable_reserved_size);
Larry Basselb8d61022012-02-24 10:49:45 -0800793#endif
Larry Basselb830e182011-10-14 10:46:55 -0700794}
795
796static void __init msm8960_early_memory(void)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700797{
798 reserve_info = &msm8960_reserve_info;
Larry Basselb4126da2011-07-18 14:31:33 -0700799 locate_unstable_memory();
Larry Basselb830e182011-10-14 10:46:55 -0700800 place_movable_zone();
801}
802
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800803static char prim_panel_name[PANEL_NAME_MAX_LEN];
804static char ext_panel_name[PANEL_NAME_MAX_LEN];
805static int __init prim_display_setup(char *param)
806{
807 if (strnlen(param, PANEL_NAME_MAX_LEN))
808 strlcpy(prim_panel_name, param, PANEL_NAME_MAX_LEN);
809 return 0;
810}
811early_param("prim_display", prim_display_setup);
812
813static int __init ext_display_setup(char *param)
814{
815 if (strnlen(param, PANEL_NAME_MAX_LEN))
816 strlcpy(ext_panel_name, param, PANEL_NAME_MAX_LEN);
817 return 0;
818}
819early_param("ext_display", ext_display_setup);
820
Larry Basselb830e182011-10-14 10:46:55 -0700821static void __init msm8960_reserve(void)
822{
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800823 msm8960_set_display_params(prim_panel_name, ext_panel_name);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700824 msm_reserve();
Laura Abbottb93525f2012-04-12 09:57:19 -0700825 if (msm8960_fmem_pdata.size) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700826#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
Larry Bassel861985f2012-05-02 15:54:52 -0700827 if (reserve_info->fixed_area_size) {
828 msm8960_fmem_pdata.phys =
829 reserve_info->fixed_area_start + MSM_MM_FW_SIZE;
830 pr_info("mm fw at %lx (fixed) size %x\n",
831 reserve_info->fixed_area_start, MSM_MM_FW_SIZE);
832 pr_info("fmem start %lx (fixed) size %lx\n",
833 msm8960_fmem_pdata.phys,
834 msm8960_fmem_pdata.size);
835 }
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700836#endif
837 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700838}
839
Larry Bassela4414b12011-08-04 11:11:02 -0700840static int msm8960_change_memory_power(u64 start, u64 size,
841 int change_type)
Larry Bassela7eadea2011-07-14 10:46:00 -0700842{
Naveen Ramarajb03bb1b2011-09-12 14:34:31 -0700843 return soc_change_memory_power(start, size, change_type);
Larry Bassela7eadea2011-07-14 10:46:00 -0700844}
845
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700846static void __init msm8960_allocate_memory_regions(void)
847{
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800848 msm8960_allocate_fb_region();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700849}
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800850
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700851#ifdef CONFIG_WCD9310_CODEC
852
853#define TABLA_INTERRUPT_BASE (NR_MSM_IRQS + NR_GPIO_IRQS + NR_PM8921_IRQS)
854
Patrick Lai3043fba2011-08-01 14:15:57 -0700855/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
856 * 4 micbiases are used to power various analog and digital
857 * microphones operating at 1800 mV. Technically, all micbiases
858 * can source from single cfilter since all microphones operate
859 * at the same voltage level. The arrangement below is to make
860 * sure all cfilters are exercised. LDO_H regulator ouput level
861 * does not need to be as high as 2.85V. It is choosen for
862 * microphone sensitivity purpose.
863 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530864static struct wcd9xxx_pdata tabla_platform_data = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700865 .slimbus_slave_device = {
866 .name = "tabla-slave",
867 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
868 },
869 .irq = MSM_GPIO_TO_INT(62),
870 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530871 .num_irqs = NR_WCD9XXX_IRQS,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700872 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
Patrick Lai3043fba2011-08-01 14:15:57 -0700873 .micbias = {
874 .ldoh_v = TABLA_LDOH_2P85_V,
875 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700876 .cfilt2_mv = 2700,
Patrick Lai3043fba2011-08-01 14:15:57 -0700877 .cfilt3_mv = 1800,
878 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
879 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
880 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
881 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530882 },
883 .regulator = {
884 {
885 .name = "CDC_VDD_CP",
886 .min_uV = 1800000,
887 .max_uV = 1800000,
888 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
889 },
890 {
891 .name = "CDC_VDDA_RX",
892 .min_uV = 1800000,
893 .max_uV = 1800000,
894 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
895 },
896 {
897 .name = "CDC_VDDA_TX",
898 .min_uV = 1800000,
899 .max_uV = 1800000,
900 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
901 },
902 {
903 .name = "VDDIO_CDC",
904 .min_uV = 1800000,
905 .max_uV = 1800000,
906 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
907 },
908 {
909 .name = "VDDD_CDC_D",
910 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700911 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530912 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
913 },
914 {
915 .name = "CDC_VDDA_A_1P2V",
916 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700917 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530918 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
919 },
920 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700921};
922
923static struct slim_device msm_slim_tabla = {
924 .name = "tabla-slim",
925 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
926 .dev = {
927 .platform_data = &tabla_platform_data,
928 },
929};
Santosh Mardi60e19d92011-10-28 01:15:14 +0530930
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530931static struct wcd9xxx_pdata tabla20_platform_data = {
Santosh Mardi60e19d92011-10-28 01:15:14 +0530932 .slimbus_slave_device = {
933 .name = "tabla-slave",
934 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
935 },
936 .irq = MSM_GPIO_TO_INT(62),
937 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530938 .num_irqs = NR_WCD9XXX_IRQS,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530939 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
940 .micbias = {
941 .ldoh_v = TABLA_LDOH_2P85_V,
942 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700943 .cfilt2_mv = 2700,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530944 .cfilt3_mv = 1800,
945 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
946 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
947 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
948 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530949 },
950 .regulator = {
951 {
952 .name = "CDC_VDD_CP",
953 .min_uV = 1800000,
954 .max_uV = 1800000,
955 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
956 },
957 {
958 .name = "CDC_VDDA_RX",
959 .min_uV = 1800000,
960 .max_uV = 1800000,
961 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
962 },
963 {
964 .name = "CDC_VDDA_TX",
965 .min_uV = 1800000,
966 .max_uV = 1800000,
967 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
968 },
969 {
970 .name = "VDDIO_CDC",
971 .min_uV = 1800000,
972 .max_uV = 1800000,
973 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
974 },
975 {
976 .name = "VDDD_CDC_D",
977 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700978 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530979 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
980 },
981 {
982 .name = "CDC_VDDA_A_1P2V",
983 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700984 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530985 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
986 },
987 },
Santosh Mardi60e19d92011-10-28 01:15:14 +0530988};
989
990static struct slim_device msm_slim_tabla20 = {
991 .name = "tabla2x-slim",
992 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
993 .dev = {
994 .platform_data = &tabla20_platform_data,
995 },
996};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700997#endif
998
999static struct slim_boardinfo msm_slim_devices[] = {
1000#ifdef CONFIG_WCD9310_CODEC
1001 {
1002 .bus_num = 1,
1003 .slim_slave = &msm_slim_tabla,
1004 },
Santosh Mardi60e19d92011-10-28 01:15:14 +05301005 {
1006 .bus_num = 1,
1007 .slim_slave = &msm_slim_tabla20,
1008 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001009#endif
1010 /* add more slimbus slaves as needed */
1011};
1012
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001013#define MSM_WCNSS_PHYS 0x03000000
1014#define MSM_WCNSS_SIZE 0x280000
1015
1016static struct resource resources_wcnss_wlan[] = {
1017 {
1018 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1019 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1020 .name = "wcnss_wlanrx_irq",
1021 .flags = IORESOURCE_IRQ,
1022 },
1023 {
1024 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1025 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1026 .name = "wcnss_wlantx_irq",
1027 .flags = IORESOURCE_IRQ,
1028 },
1029 {
1030 .start = MSM_WCNSS_PHYS,
1031 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
1032 .name = "wcnss_mmio",
1033 .flags = IORESOURCE_MEM,
1034 },
Ankur Nandwaniad0d9ac2011-09-26 11:49:25 -07001035 {
1036 .start = 84,
1037 .end = 88,
1038 .name = "wcnss_gpios_5wire",
1039 .flags = IORESOURCE_IO,
1040 },
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001041};
1042
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001043static struct qcom_wcnss_opts qcom_wcnss_pdata = {
1044 .has_48mhz_xo = 1,
1045};
1046
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001047static struct platform_device msm_device_wcnss_wlan = {
1048 .name = "wcnss_wlan",
1049 .id = 0,
1050 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
1051 .resource = resources_wcnss_wlan,
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001052 .dev = {.platform_data = &qcom_wcnss_pdata},
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001053};
1054
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001055#ifdef CONFIG_QSEECOM
1056/* qseecom bus scaling */
1057static struct msm_bus_vectors qseecom_clks_init_vectors[] = {
1058 {
1059 .src = MSM_BUS_MASTER_SPS,
1060 .dst = MSM_BUS_SLAVE_EBI_CH0,
1061 .ib = 0,
1062 .ab = 0,
1063 },
1064 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001065 .src = MSM_BUS_MASTER_SPS,
1066 .dst = MSM_BUS_SLAVE_SPS,
1067 .ib = 0,
1068 .ab = 0,
1069 },
1070 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001071 .src = MSM_BUS_MASTER_SPDM,
1072 .dst = MSM_BUS_SLAVE_SPDM,
1073 .ib = 0,
1074 .ab = 0,
1075 },
1076};
1077
1078static struct msm_bus_vectors qseecom_enable_dfab_vectors[] = {
1079 {
1080 .src = MSM_BUS_MASTER_SPS,
1081 .dst = MSM_BUS_SLAVE_EBI_CH0,
1082 .ib = (492 * 8) * 1000000UL,
1083 .ab = (492 * 8) * 100000UL,
1084 },
1085 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001086 .src = MSM_BUS_MASTER_SPS,
1087 .dst = MSM_BUS_SLAVE_SPS,
1088 .ib = (492 * 8) * 1000000UL,
1089 .ab = (492 * 8) * 100000UL,
1090 },
1091 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001092 .src = MSM_BUS_MASTER_SPDM,
1093 .dst = MSM_BUS_SLAVE_SPDM,
1094 .ib = 0,
1095 .ab = 0,
1096 },
1097};
1098
1099static struct msm_bus_vectors qseecom_enable_sfpb_vectors[] = {
1100 {
1101 .src = MSM_BUS_MASTER_SPS,
1102 .dst = MSM_BUS_SLAVE_EBI_CH0,
1103 .ib = 0,
1104 .ab = 0,
1105 },
1106 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001107 .src = MSM_BUS_MASTER_SPS,
1108 .dst = MSM_BUS_SLAVE_SPS,
1109 .ib = 0,
1110 .ab = 0,
1111 },
1112 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001113 .src = MSM_BUS_MASTER_SPDM,
1114 .dst = MSM_BUS_SLAVE_SPDM,
1115 .ib = (64 * 8) * 1000000UL,
1116 .ab = (64 * 8) * 100000UL,
1117 },
1118};
1119
1120static struct msm_bus_paths qseecom_hw_bus_scale_usecases[] = {
1121 {
1122 ARRAY_SIZE(qseecom_clks_init_vectors),
1123 qseecom_clks_init_vectors,
1124 },
1125 {
1126 ARRAY_SIZE(qseecom_enable_dfab_vectors),
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001127 qseecom_enable_dfab_vectors,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001128 },
1129 {
1130 ARRAY_SIZE(qseecom_enable_sfpb_vectors),
1131 qseecom_enable_sfpb_vectors,
1132 },
1133};
1134
1135static struct msm_bus_scale_pdata qseecom_bus_pdata = {
1136 qseecom_hw_bus_scale_usecases,
1137 ARRAY_SIZE(qseecom_hw_bus_scale_usecases),
1138 .name = "qsee",
1139};
1140
1141static struct platform_device qseecom_device = {
1142 .name = "qseecom",
1143 .id = 0,
1144 .dev = {
1145 .platform_data = &qseecom_bus_pdata,
1146 },
1147};
1148#endif
1149
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001150#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1151 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1152 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1153 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1154
1155#define QCE_SIZE 0x10000
1156#define QCE_0_BASE 0x18500000
1157
1158#define QCE_HW_KEY_SUPPORT 0
1159#define QCE_SHA_HMAC_SUPPORT 1
1160#define QCE_SHARE_CE_RESOURCE 1
1161#define QCE_CE_SHARED 0
1162
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001163/* Begin Bus scaling definitions */
1164static struct msm_bus_vectors crypto_hw_init_vectors[] = {
1165 {
1166 .src = MSM_BUS_MASTER_ADM_PORT0,
1167 .dst = MSM_BUS_SLAVE_EBI_CH0,
1168 .ab = 0,
1169 .ib = 0,
1170 },
1171 {
1172 .src = MSM_BUS_MASTER_ADM_PORT1,
1173 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1174 .ab = 0,
1175 .ib = 0,
1176 },
1177};
1178
1179static struct msm_bus_vectors crypto_hw_active_vectors[] = {
1180 {
1181 .src = MSM_BUS_MASTER_ADM_PORT0,
1182 .dst = MSM_BUS_SLAVE_EBI_CH0,
1183 .ab = 70000000UL,
1184 .ib = 70000000UL,
1185 },
1186 {
1187 .src = MSM_BUS_MASTER_ADM_PORT1,
1188 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1189 .ab = 2480000000UL,
1190 .ib = 2480000000UL,
1191 },
1192};
1193
1194static struct msm_bus_paths crypto_hw_bus_scale_usecases[] = {
1195 {
1196 ARRAY_SIZE(crypto_hw_init_vectors),
1197 crypto_hw_init_vectors,
1198 },
1199 {
1200 ARRAY_SIZE(crypto_hw_active_vectors),
1201 crypto_hw_active_vectors,
1202 },
1203};
1204
1205static struct msm_bus_scale_pdata crypto_hw_bus_scale_pdata = {
1206 crypto_hw_bus_scale_usecases,
1207 ARRAY_SIZE(crypto_hw_bus_scale_usecases),
1208 .name = "cryptohw",
1209};
1210/* End Bus Scaling Definitions*/
1211
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001212static struct resource qcrypto_resources[] = {
1213 [0] = {
1214 .start = QCE_0_BASE,
1215 .end = QCE_0_BASE + QCE_SIZE - 1,
1216 .flags = IORESOURCE_MEM,
1217 },
1218 [1] = {
1219 .name = "crypto_channels",
1220 .start = DMOV_CE_IN_CHAN,
1221 .end = DMOV_CE_OUT_CHAN,
1222 .flags = IORESOURCE_DMA,
1223 },
1224 [2] = {
1225 .name = "crypto_crci_in",
1226 .start = DMOV_CE_IN_CRCI,
1227 .end = DMOV_CE_IN_CRCI,
1228 .flags = IORESOURCE_DMA,
1229 },
1230 [3] = {
1231 .name = "crypto_crci_out",
1232 .start = DMOV_CE_OUT_CRCI,
1233 .end = DMOV_CE_OUT_CRCI,
1234 .flags = IORESOURCE_DMA,
1235 },
1236};
1237
1238static struct resource qcedev_resources[] = {
1239 [0] = {
1240 .start = QCE_0_BASE,
1241 .end = QCE_0_BASE + QCE_SIZE - 1,
1242 .flags = IORESOURCE_MEM,
1243 },
1244 [1] = {
1245 .name = "crypto_channels",
1246 .start = DMOV_CE_IN_CHAN,
1247 .end = DMOV_CE_OUT_CHAN,
1248 .flags = IORESOURCE_DMA,
1249 },
1250 [2] = {
1251 .name = "crypto_crci_in",
1252 .start = DMOV_CE_IN_CRCI,
1253 .end = DMOV_CE_IN_CRCI,
1254 .flags = IORESOURCE_DMA,
1255 },
1256 [3] = {
1257 .name = "crypto_crci_out",
1258 .start = DMOV_CE_OUT_CRCI,
1259 .end = DMOV_CE_OUT_CRCI,
1260 .flags = IORESOURCE_DMA,
1261 },
1262};
1263
1264#endif
1265
1266#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1267 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1268
1269static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1270 .ce_shared = QCE_CE_SHARED,
1271 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1272 .hw_key_support = QCE_HW_KEY_SUPPORT,
1273 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001274 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001275};
1276
1277static struct platform_device qcrypto_device = {
1278 .name = "qcrypto",
1279 .id = 0,
1280 .num_resources = ARRAY_SIZE(qcrypto_resources),
1281 .resource = qcrypto_resources,
1282 .dev = {
1283 .coherent_dma_mask = DMA_BIT_MASK(32),
1284 .platform_data = &qcrypto_ce_hw_suppport,
1285 },
1286};
1287#endif
1288
1289#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1290 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1291
1292static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
1293 .ce_shared = QCE_CE_SHARED,
1294 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1295 .hw_key_support = QCE_HW_KEY_SUPPORT,
1296 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001297 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001298};
1299
1300static struct platform_device qcedev_device = {
1301 .name = "qce",
1302 .id = 0,
1303 .num_resources = ARRAY_SIZE(qcedev_resources),
1304 .resource = qcedev_resources,
1305 .dev = {
1306 .coherent_dma_mask = DMA_BIT_MASK(32),
1307 .platform_data = &qcedev_ce_hw_suppport,
1308 },
1309};
1310#endif
1311
Joel King0cbf5d82012-05-24 15:21:38 -07001312static struct mdm_platform_data sglte_platform_data = {
1313 .mdm_version = "4.0",
1314 .ramdump_delay_ms = 1000,
Joel King63ce8332012-06-01 09:59:26 -07001315 .soft_reset_inverted = 1,
Joel King0cbf5d82012-05-24 15:21:38 -07001316 .peripheral_platform_device = NULL,
Ameya Thakurc9a7a842012-06-24 22:47:52 -07001317 .ramdump_timeout_ms = 600000,
Ameya Thakura98bde52012-06-28 18:55:19 -07001318 .no_powerdown_after_ramdumps = 1,
Ameya Thakur43248fd2012-07-10 18:50:52 -07001319 .image_upgrade_supported = 1,
Joel Kingb8352a12011-11-15 18:46:24 -08001320};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001321
Joel Nider266a2642011-10-16 10:58:05 +02001322#define MSM_TSIF0_PHYS (0x18200000)
1323#define MSM_TSIF1_PHYS (0x18201000)
1324#define MSM_TSIF_SIZE (0x200)
1325#define MSM_TSPP_PHYS (0x18202000)
1326#define MSM_TSPP_SIZE (0x1000)
1327#define MSM_TSPP_BAM_PHYS (0x18204000)
1328#define MSM_TSPP_BAM_SIZE (0x2000)
1329
1330#define TSIF_0_CLK GPIO_CFG(75, 1, GPIO_CFG_INPUT, \
1331 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1332#define TSIF_0_EN GPIO_CFG(76, 1, GPIO_CFG_INPUT, \
1333 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1334#define TSIF_0_DATA GPIO_CFG(77, 1, GPIO_CFG_INPUT, \
1335 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1336#define TSIF_0_SYNC GPIO_CFG(82, 1, GPIO_CFG_INPUT, \
1337 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1338#define TSIF_1_CLK GPIO_CFG(79, 1, GPIO_CFG_INPUT, \
1339 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1340#define TSIF_1_EN GPIO_CFG(80, 1, GPIO_CFG_INPUT, \
1341 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1342#define TSIF_1_DATA GPIO_CFG(81, 1, GPIO_CFG_INPUT, \
1343 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1344#define TSIF_1_SYNC GPIO_CFG(78, 1, GPIO_CFG_INPUT, \
1345 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1346
1347static const struct msm_gpio tsif_gpios[] = {
1348 { .gpio_cfg = TSIF_0_CLK, .label = "tsif0_clk", },
1349 { .gpio_cfg = TSIF_0_EN, .label = "tsif0_en", },
1350 { .gpio_cfg = TSIF_0_DATA, .label = "tsif0_data", },
1351 { .gpio_cfg = TSIF_0_SYNC, .label = "tsif0_sync", },
1352 { .gpio_cfg = TSIF_1_CLK, .label = "tsif1_clk", },
1353 { .gpio_cfg = TSIF_1_EN, .label = "tsif1_en", },
1354 { .gpio_cfg = TSIF_1_DATA, .label = "tsif1_data", },
1355 { .gpio_cfg = TSIF_1_SYNC, .label = "tsif1_sync", },
1356};
1357
1358static struct resource tspp_resources[] = {
1359 [0] = {
1360 .flags = IORESOURCE_IRQ,
1361 .start = TSIF_TSPP_IRQ,
1362 .end = TSIF1_IRQ,
1363 },
1364 [1] = {
1365 .flags = IORESOURCE_MEM,
1366 .start = MSM_TSIF0_PHYS,
1367 .end = MSM_TSIF0_PHYS + MSM_TSIF_SIZE - 1,
1368 },
1369 [2] = {
1370 .flags = IORESOURCE_MEM,
1371 .start = MSM_TSIF1_PHYS,
1372 .end = MSM_TSIF1_PHYS + MSM_TSIF_SIZE - 1,
1373 },
1374 [3] = {
1375 .flags = IORESOURCE_MEM,
1376 .start = MSM_TSPP_PHYS,
1377 .end = MSM_TSPP_PHYS + MSM_TSPP_SIZE - 1,
1378 },
1379 [4] = {
1380 .flags = IORESOURCE_MEM,
1381 .start = MSM_TSPP_BAM_PHYS,
1382 .end = MSM_TSPP_BAM_PHYS + MSM_TSPP_BAM_SIZE - 1,
1383 },
1384};
1385
1386static struct msm_tspp_platform_data tspp_platform_data = {
1387 .num_gpios = ARRAY_SIZE(tsif_gpios),
1388 .gpios = tsif_gpios,
1389 .tsif_pclk = "tsif_pclk",
1390 .tsif_ref_clk = "tsif_ref_clk",
1391};
1392
1393static struct platform_device msm_device_tspp = {
1394 .name = "msm_tspp",
1395 .id = 0,
1396 .num_resources = ARRAY_SIZE(tspp_resources),
1397 .resource = tspp_resources,
1398 .dev = {
1399 .platform_data = &tspp_platform_data
1400 },
1401};
1402
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001403#define MSM_SHARED_RAM_PHYS 0x80000000
1404
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001405static void __init msm8960_map_io(void)
1406{
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001407 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001408 msm_map_msm8960_io();
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07001409
1410 if (socinfo_init() < 0)
1411 pr_err("socinfo_init() failed!\n");
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001412}
1413
1414static void __init msm8960_init_irq(void)
1415{
Praveen Chidambaram78499012011-11-01 17:15:17 -06001416 struct msm_mpm_device_data *data = NULL;
1417
1418#ifdef CONFIG_MSM_MPM
1419 data = &msm8960_mpm_dev_data;
1420#endif
1421
1422 msm_mpm_irq_extn_init(data);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001423 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001424 (void *)MSM_QGIC_CPU_BASE);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001425}
1426
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001427static void __init msm8960_init_buses(void)
1428{
1429#ifdef CONFIG_MSM_BUS_SCALING
Gagan Macdc1dc142011-09-16 15:13:35 -06001430 msm_bus_rpm_set_mt_mask();
Gagan Macae154c4b2011-10-05 19:24:43 -06001431 msm_bus_8960_apps_fabric_pdata.rpm_enabled = 1;
1432 msm_bus_8960_sys_fabric_pdata.rpm_enabled = 1;
Gagan Macae154c4b2011-10-05 19:24:43 -06001433 msm_bus_apps_fabric.dev.platform_data =
1434 &msm_bus_8960_apps_fabric_pdata;
1435 msm_bus_sys_fabric.dev.platform_data = &msm_bus_8960_sys_fabric_pdata;
Gagan Mac680bfc02012-07-19 19:11:00 -06001436 if (cpu_is_msm8960ab()) {
1437 msm_bus_8960_sg_mm_fabric_pdata.rpm_enabled = 1;
1438 msm_bus_mm_fabric.dev.platform_data =
1439 &msm_bus_8960_sg_mm_fabric_pdata;
1440 } else {
1441 msm_bus_8960_mm_fabric_pdata.rpm_enabled = 1;
1442 msm_bus_mm_fabric.dev.platform_data =
1443 &msm_bus_8960_mm_fabric_pdata;
1444 }
Gagan Macae154c4b2011-10-05 19:24:43 -06001445 msm_bus_sys_fpb.dev.platform_data = &msm_bus_8960_sys_fpb_pdata;
1446 msm_bus_cpss_fpb.dev.platform_data = &msm_bus_8960_cpss_fpb_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001447#endif
1448}
1449
1450static struct msm_spi_platform_data msm8960_qup_spi_gsbi1_pdata = {
1451 .max_clock_speed = 15060000,
Kiran Gunda2b285652012-07-30 13:22:39 +05301452 .infinite_mode = 0xFFC0,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001453};
1454
1455#ifdef CONFIG_USB_MSM_OTG_72K
1456static struct msm_otg_platform_data msm_otg_pdata;
1457#else
Anji jonnalaa8b8d732011-12-06 10:03:24 +05301458static int wr_phy_init_seq[] = {
1459 0x44, 0x80, /* set VBUS valid threshold
1460 and disconnect valid threshold */
1461 0x38, 0x81, /* update DC voltage level */
1462 0x14, 0x82, /* set preemphasis and rise/fall time */
1463 0x13, 0x83, /* set source impedance adjusment */
1464 -1};
1465
1466static int liquid_v1_phy_init_seq[] = {
1467 0x44, 0x80,/* set VBUS valid threshold
1468 and disconnect valid threshold */
1469 0x3C, 0x81,/* update DC voltage level */
1470 0x18, 0x82,/* set preemphasis and rise/fall time */
1471 0x23, 0x83,/* set source impedance sdjusment */
1472 -1};
1473
Mayank Ranaa1f507b2012-08-14 10:57:00 +05301474static int sglte_phy_init_seq[] = {
1475 0x44, 0x80, /* set VBUS valid threshold
1476 and disconnect valid threshold */
1477 0x3A, 0x81, /* update DC voltage level */
1478 0x24, 0x82, /* set preemphasis and rise/fall time */
1479 0x13, 0x83, /* set source impedance adjusment */
1480 -1};
1481
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301482#ifdef CONFIG_MSM_BUS_SCALING
1483/* Bandwidth requests (zero) if no vote placed */
1484static struct msm_bus_vectors usb_init_vectors[] = {
1485 {
1486 .src = MSM_BUS_MASTER_SPS,
1487 .dst = MSM_BUS_SLAVE_EBI_CH0,
1488 .ab = 0,
1489 .ib = 0,
1490 },
1491};
1492
1493/* Bus bandwidth requests in Bytes/sec */
1494static struct msm_bus_vectors usb_max_vectors[] = {
1495 {
1496 .src = MSM_BUS_MASTER_SPS,
1497 .dst = MSM_BUS_SLAVE_EBI_CH0,
1498 .ab = 60000000, /* At least 480Mbps on bus. */
1499 .ib = 960000000, /* MAX bursts rate */
1500 },
1501};
1502
1503static struct msm_bus_paths usb_bus_scale_usecases[] = {
1504 {
1505 ARRAY_SIZE(usb_init_vectors),
1506 usb_init_vectors,
1507 },
1508 {
1509 ARRAY_SIZE(usb_max_vectors),
1510 usb_max_vectors,
1511 },
1512};
1513
1514static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
1515 usb_bus_scale_usecases,
1516 ARRAY_SIZE(usb_bus_scale_usecases),
1517 .name = "usb",
1518};
1519#endif
1520
Jack Pham87f202f2012-08-06 00:24:22 -07001521#define MSM_MPM_PIN_USB1_OTGSESSVLD 40
1522
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001523static struct msm_otg_platform_data msm_otg_pdata = {
1524 .mode = USB_OTG,
1525 .otg_control = OTG_PMIC_CONTROL,
1526 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001527 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
Anji jonnala4e3e6772011-09-15 18:53:42 +05301528 .power_budget = 750,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301529#ifdef CONFIG_MSM_BUS_SCALING
1530 .bus_scale_table = &usb_bus_scale_pdata,
Jack Pham87f202f2012-08-06 00:24:22 -07001531 .mpm_otgsessvld_int = MSM_MPM_PIN_USB1_OTGSESSVLD,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301532#endif
Pavankumar Kondeti2aec9f32012-06-13 09:06:03 +05301533#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
1534 .mhl_dev_name = "sii8334",
1535#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001536};
1537#endif
1538
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301539#ifdef CONFIG_USB_EHCI_MSM_HSIC
Vijayavardhan Vennapusa2b592824f2011-11-02 19:51:32 +05301540#define HSIC_HUB_RESET_GPIO 91
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301541static struct msm_hsic_host_platform_data msm_hsic_pdata = {
1542 .strobe = 150,
1543 .data = 151,
1544};
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301545
1546static struct smsc_hub_platform_data hsic_hub_pdata = {
1547 .hub_reset = HSIC_HUB_RESET_GPIO,
1548};
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301549#else
1550static struct msm_hsic_host_platform_data msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301551static struct smsc_hub_platform_data hsic_hub_pdata;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301552#endif
1553
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301554static struct platform_device smsc_hub_device = {
1555 .name = "msm_smsc_hub",
1556 .id = -1,
1557 .dev = {
1558 .platform_data = &hsic_hub_pdata,
1559 },
1560};
1561
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001562#define PID_MAGIC_ID 0x71432909
1563#define SERIAL_NUM_MAGIC_ID 0x61945374
1564#define SERIAL_NUMBER_LENGTH 127
1565#define DLOAD_USB_BASE_ADD 0x2A03F0C8
1566
1567struct magic_num_struct {
1568 uint32_t pid;
1569 uint32_t serial_num;
1570};
1571
1572struct dload_struct {
1573 uint32_t reserved1;
1574 uint32_t reserved2;
1575 uint32_t reserved3;
1576 uint16_t reserved4;
1577 uint16_t pid;
1578 char serial_number[SERIAL_NUMBER_LENGTH];
1579 uint16_t reserved5;
1580 struct magic_num_struct magic_struct;
1581};
1582
1583static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
1584{
1585 struct dload_struct __iomem *dload = 0;
1586
1587 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
1588 if (!dload) {
1589 pr_err("%s: cannot remap I/O memory region: %08x\n",
1590 __func__, DLOAD_USB_BASE_ADD);
1591 return -ENXIO;
1592 }
1593
1594 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
1595 __func__, dload, pid, snum);
1596 /* update pid */
1597 dload->magic_struct.pid = PID_MAGIC_ID;
1598 dload->pid = pid;
1599
1600 /* update serial number */
1601 dload->magic_struct.serial_num = 0;
1602 if (!snum) {
1603 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
1604 goto out;
1605 }
1606
1607 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
Jin Honge49b1482011-10-03 11:15:50 -07001608 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001609out:
1610 iounmap(dload);
1611 return 0;
1612}
1613
1614static struct android_usb_platform_data android_usb_pdata = {
1615 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
1616};
1617
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07001618static struct platform_device android_usb_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001619 .name = "android_usb",
1620 .id = -1,
1621 .dev = {
1622 .platform_data = &android_usb_pdata,
1623 },
1624};
1625
1626static uint8_t spm_wfi_cmd_sequence[] __initdata = {
1627 0x03, 0x0f,
1628};
1629
1630static uint8_t spm_power_collapse_without_rpm[] __initdata = {
1631 0x00, 0x24, 0x54, 0x10,
1632 0x09, 0x03, 0x01,
1633 0x10, 0x54, 0x30, 0x0C,
1634 0x24, 0x30, 0x0f,
1635};
1636
1637static uint8_t spm_power_collapse_with_rpm[] __initdata = {
1638 0x00, 0x24, 0x54, 0x10,
1639 0x09, 0x07, 0x01, 0x0B,
1640 0x10, 0x54, 0x30, 0x0C,
1641 0x24, 0x30, 0x0f,
1642};
1643
1644static struct msm_spm_seq_entry msm_spm_seq_list[] __initdata = {
1645 [0] = {
1646 .mode = MSM_SPM_MODE_CLOCK_GATING,
1647 .notify_rpm = false,
1648 .cmd = spm_wfi_cmd_sequence,
1649 },
1650 [1] = {
1651 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1652 .notify_rpm = false,
1653 .cmd = spm_power_collapse_without_rpm,
1654 },
1655 [2] = {
1656 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1657 .notify_rpm = true,
1658 .cmd = spm_power_collapse_with_rpm,
1659 },
1660};
1661
1662static struct msm_spm_platform_data msm_spm_data[] __initdata = {
1663 [0] = {
1664 .reg_base_addr = MSM_SAW0_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001665 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001666#if defined(CONFIG_MSM_AVS_HW)
1667 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1668 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1669#endif
1670 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001671 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001672 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1673 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1674 .vctl_timeout_us = 50,
1675 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1676 .modes = msm_spm_seq_list,
1677 },
1678 [1] = {
1679 .reg_base_addr = MSM_SAW1_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001680 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001681#if defined(CONFIG_MSM_AVS_HW)
1682 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1683 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1684#endif
1685 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001686 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001687 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1688 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1689 .vctl_timeout_us = 50,
1690 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1691 .modes = msm_spm_seq_list,
1692 },
1693};
1694
1695static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
1696 0x00, 0x20, 0x03, 0x20,
1697 0x00, 0x0f,
1698};
1699
1700static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
1701 0x00, 0x20, 0x34, 0x64,
1702 0x48, 0x07, 0x48, 0x20,
1703 0x50, 0x64, 0x04, 0x34,
1704 0x50, 0x0f,
1705};
1706static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
1707 0x00, 0x10, 0x34, 0x64,
1708 0x48, 0x07, 0x48, 0x10,
1709 0x50, 0x64, 0x04, 0x34,
1710 0x50, 0x0F,
1711};
1712
1713static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
1714 [0] = {
1715 .mode = MSM_SPM_L2_MODE_RETENTION,
1716 .notify_rpm = false,
1717 .cmd = l2_spm_wfi_cmd_sequence,
1718 },
1719 [1] = {
1720 .mode = MSM_SPM_L2_MODE_GDHS,
1721 .notify_rpm = true,
1722 .cmd = l2_spm_gdhs_cmd_sequence,
1723 },
1724 [2] = {
1725 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
1726 .notify_rpm = true,
1727 .cmd = l2_spm_power_off_cmd_sequence,
1728 },
1729};
1730
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001731static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
1732 [0] = {
1733 .reg_base_addr = MSM_SAW_L2_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001734 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001735 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001736 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
1737 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
1738 .modes = msm_spm_l2_seq_list,
1739 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
1740 },
1741};
1742
Anirudh Ghayal15698162012-07-31 11:51:32 +05301743#define HAP_SHIFT_LVL_OE_GPIO 47
1744#define HAP_SHIFT_LVL_OE_GPIO_SGLTE 89
Mohan Pallaka5e490392011-09-09 15:18:41 +05301745#define PM_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
1746#define PM_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
1747
1748static struct msm_xo_voter *xo_handle_d1;
1749
1750static int isa1200_power(int on)
1751{
1752 int rc = 0;
Anirudh Ghayal15698162012-07-31 11:51:32 +05301753 int hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO;
Mohan Pallaka5e490392011-09-09 15:18:41 +05301754
Anirudh Ghayal15698162012-07-31 11:51:32 +05301755 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1756 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1757
1758
1759 gpio_set_value(hap_oe_gpio, !!on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301760
1761 rc = on ? msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_ON) :
1762 msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_OFF);
1763 if (rc < 0) {
1764 pr_err("%s: failed to %svote for TCXO D1 buffer%d\n",
1765 __func__, on ? "" : "de-", rc);
1766 goto err_xo_vote;
1767 }
1768
1769 return 0;
1770
1771err_xo_vote:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301772 gpio_set_value(hap_oe_gpio, !on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301773 return rc;
1774}
1775
1776static int isa1200_dev_setup(bool enable)
1777{
1778 int rc = 0;
Anirudh Ghayal15698162012-07-31 11:51:32 +05301779 int hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO;
Mohan Pallaka5e490392011-09-09 15:18:41 +05301780
1781 struct pm_gpio hap_gpio_config = {
1782 .direction = PM_GPIO_DIR_OUT,
1783 .pull = PM_GPIO_PULL_NO,
1784 .out_strength = PM_GPIO_STRENGTH_HIGH,
1785 .function = PM_GPIO_FUNC_NORMAL,
1786 .inv_int_pol = 0,
1787 .vin_sel = 2,
1788 .output_buffer = PM_GPIO_OUT_BUF_CMOS,
1789 .output_value = 0,
1790 };
1791
Anirudh Ghayal15698162012-07-31 11:51:32 +05301792 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1793 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1794
Mohan Pallaka5e490392011-09-09 15:18:41 +05301795 if (enable == true) {
1796 rc = pm8xxx_gpio_config(PM_HAP_EN_GPIO, &hap_gpio_config);
1797 if (rc) {
1798 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1799 __func__, PM_HAP_EN_GPIO, rc);
1800 return rc;
1801 }
1802
1803 rc = pm8xxx_gpio_config(PM_HAP_LEN_GPIO, &hap_gpio_config);
1804 if (rc) {
1805 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1806 __func__, PM_HAP_LEN_GPIO, rc);
1807 return rc;
1808 }
1809
Anirudh Ghayal15698162012-07-31 11:51:32 +05301810 rc = gpio_request(hap_oe_gpio, "hap_shft_lvl_oe");
Mohan Pallaka5e490392011-09-09 15:18:41 +05301811 if (rc) {
1812 pr_err("%s: unable to request gpio %d (%d)\n",
Anirudh Ghayal15698162012-07-31 11:51:32 +05301813 __func__, hap_oe_gpio, rc);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301814 return rc;
1815 }
1816
Anirudh Ghayal15698162012-07-31 11:51:32 +05301817 rc = gpio_direction_output(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301818 if (rc) {
1819 pr_err("%s: Unable to set direction\n", __func__);
1820 goto free_gpio;
1821 }
1822
1823 xo_handle_d1 = msm_xo_get(MSM_XO_TCXO_D1, "isa1200");
1824 if (IS_ERR(xo_handle_d1)) {
1825 rc = PTR_ERR(xo_handle_d1);
1826 pr_err("%s: failed to get the handle for D1(%d)\n",
1827 __func__, rc);
1828 goto gpio_set_dir;
1829 }
1830 } else {
Anirudh Ghayal15698162012-07-31 11:51:32 +05301831 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301832
1833 msm_xo_put(xo_handle_d1);
1834 }
1835
1836 return 0;
1837
1838gpio_set_dir:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301839 gpio_set_value(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301840free_gpio:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301841 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301842 return rc;
1843}
1844
1845static struct isa1200_regulator isa1200_reg_data[] = {
1846 {
1847 .name = "vcc_i2c",
1848 .min_uV = ISA_I2C_VTG_MIN_UV,
1849 .max_uV = ISA_I2C_VTG_MAX_UV,
1850 .load_uA = ISA_I2C_CURR_UA,
1851 },
1852};
1853
1854static struct isa1200_platform_data isa1200_1_pdata = {
1855 .name = "vibrator",
1856 .dev_setup = isa1200_dev_setup,
1857 .power_on = isa1200_power,
1858 .hap_en_gpio = PM_HAP_EN_GPIO,
1859 .hap_len_gpio = PM_HAP_LEN_GPIO,
1860 .max_timeout = 15000,
1861 .mode_ctrl = PWM_GEN_MODE,
1862 .pwm_fd = {
1863 .pwm_div = 256,
1864 },
1865 .is_erm = false,
1866 .smart_en = true,
1867 .ext_clk_en = true,
1868 .chip_en = 1,
1869 .regulator_info = isa1200_reg_data,
1870 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
1871};
1872
1873static struct i2c_board_info msm_isa1200_board_info[] __initdata = {
1874 {
1875 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
Mohan Pallaka5e490392011-09-09 15:18:41 +05301876 },
1877};
1878
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001879#define CYTTSP_TS_GPIO_IRQ 11
1880#define CYTTSP_TS_SLEEP_GPIO 50
1881#define CYTTSP_TS_RESOUT_N_GPIO 52
1882
1883/*virtual key support */
1884static ssize_t tma340_vkeys_show(struct kobject *kobj,
1885 struct kobj_attribute *attr, char *buf)
1886{
1887 return snprintf(buf, 200,
1888 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
1889 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
1890 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
1891 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
1892 "\n");
1893}
1894
1895static struct kobj_attribute tma340_vkeys_attr = {
1896 .attr = {
1897 .mode = S_IRUGO,
1898 },
1899 .show = &tma340_vkeys_show,
1900};
1901
1902static struct attribute *tma340_properties_attrs[] = {
1903 &tma340_vkeys_attr.attr,
1904 NULL
1905};
1906
1907static struct attribute_group tma340_properties_attr_group = {
1908 .attrs = tma340_properties_attrs,
1909};
1910
1911
1912static int cyttsp_platform_init(struct i2c_client *client)
1913{
1914 int rc = 0;
1915 static struct kobject *tma340_properties_kobj;
1916
1917 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
1918 tma340_properties_kobj = kobject_create_and_add("board_properties",
1919 NULL);
1920 if (tma340_properties_kobj)
1921 rc = sysfs_create_group(tma340_properties_kobj,
1922 &tma340_properties_attr_group);
1923 if (!tma340_properties_kobj || rc)
1924 pr_err("%s: failed to create board_properties\n",
1925 __func__);
1926
1927 return 0;
1928}
1929
1930static struct cyttsp_regulator regulator_data[] = {
1931 {
1932 .name = "vdd",
1933 .min_uV = CY_TMA300_VTG_MIN_UV,
1934 .max_uV = CY_TMA300_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301935 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
1936 .lpm_load_uA = CY_TMA300_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001937 },
1938 /* TODO: Remove after runtime PM is enabled in I2C driver */
1939 {
1940 .name = "vcc_i2c",
1941 .min_uV = CY_I2C_VTG_MIN_UV,
1942 .max_uV = CY_I2C_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301943 .hpm_load_uA = CY_I2C_CURR_UA,
1944 .lpm_load_uA = CY_I2C_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001945 },
1946};
1947
1948static struct cyttsp_platform_data cyttsp_pdata = {
1949 .panel_maxx = 634,
1950 .panel_maxy = 1166,
1951 .disp_maxx = 616,
1952 .disp_maxy = 1023,
1953 .disp_minx = 0,
1954 .disp_miny = 16,
1955 .flags = 0x01,
1956 .gen = CY_GEN3, /* or */
1957 .use_st = CY_USE_ST,
1958 .use_mt = CY_USE_MT,
1959 .use_hndshk = CY_SEND_HNDSHK,
1960 .use_trk_id = CY_USE_TRACKING_ID,
Anirudh Ghayale96f66d2011-08-11 14:06:38 +05301961 .use_sleep = CY_USE_DEEP_SLEEP_SEL | CY_USE_LOW_POWER_SEL,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001962 .use_gestures = CY_USE_GESTURES,
1963 .fw_fname = "cyttsp_8960_cdp.hex",
1964 /* activate up to 4 groups
1965 * and set active distance
1966 */
1967 .gest_set = CY_GEST_GRP1 | CY_GEST_GRP2 |
1968 CY_GEST_GRP3 | CY_GEST_GRP4 |
1969 CY_ACT_DIST,
Amy Maloche7b741b22012-06-14 14:37:22 -07001970 .act_intrvl = 10,
1971 .tch_tmout = 200,
1972 .lp_intrvl = 30,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001973 .sleep_gpio = CYTTSP_TS_SLEEP_GPIO,
1974 .resout_gpio = CYTTSP_TS_RESOUT_N_GPIO,
1975 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
1976 .regulator_info = regulator_data,
1977 .num_regulators = ARRAY_SIZE(regulator_data),
1978 .init = cyttsp_platform_init,
Mohan Pallaka49c37d62011-08-01 11:52:00 +05301979 .correct_fw_ver = 9,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001980};
1981
1982static struct i2c_board_info cyttsp_info[] __initdata = {
1983 {
1984 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
1985 .platform_data = &cyttsp_pdata,
1986#ifndef CY_USE_TIMER
1987 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
1988#endif /* CY_USE_TIMER */
1989 },
1990};
1991
Jing Lindc4413c2012-01-16 15:22:52 -08001992/* configuration data for mxt1386 */
1993static const u8 mxt1386_config_data[] = {
Mohan Pallaka50837382011-09-07 11:00:57 +05301994 /* T6 Object */
Jing Lin2f863172011-10-17 10:56:58 -07001995 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05301996 /* T38 Object */
Jing Lin93f07082011-11-11 15:53:54 -08001997 11, 2, 0, 11, 11, 11, 0, 0, 0, 0,
Jing Lin2f863172011-10-17 10:56:58 -07001998 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1999 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2000 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2001 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2002 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2003 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302004 /* T7 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002005 100, 16, 50,
Mohan Pallaka50837382011-09-07 11:00:57 +05302006 /* T8 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002007 8, 0, 0, 0, 0, 0, 8, 14, 50, 215,
Mohan Pallaka50837382011-09-07 11:00:57 +05302008 /* T9 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002009 131, 0, 0, 26, 42, 0, 32, 63, 3, 5,
2010 0, 2, 1, 113, 10, 10, 8, 10, 255, 2,
2011 85, 5, 0, 0, 20, 20, 75, 25, 202, 29,
2012 10, 10, 45, 46,
Mohan Pallaka50837382011-09-07 11:00:57 +05302013 /* T15 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002014 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2015 0,
Anirudh Ghayaldab4e0d2012-01-09 14:59:27 +05302016 /* T18 Object */
2017 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302018 /* T22 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002019 5, 0, 0, 0, 0, 0, 0, 0, 30, 0,
2020 0, 0, 5, 8, 10, 13, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302021 /* T24 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002022 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2023 0, 0, 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302024 /* T25 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002025 3, 0, 188, 52, 52, 33, 0, 0, 0, 0,
2026 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302027 /* T27 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002028 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302029 /* T28 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002030 0, 0, 0, 8, 12, 60,
Mohan Pallaka50837382011-09-07 11:00:57 +05302031 /* T40 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002032 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302033 /* T41 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002034 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302035 /* T43 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002036 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302037};
2038
Jing Lin33b007d2011-12-21 17:40:23 -08002039/* configuration data for mxt1386e using V1.0 firmware */
2040static const u8 mxt1386e_config_data_v1_0[] = {
2041 /* T6 Object */
2042 0, 0, 0, 0, 0, 0,
2043 /* T38 Object */
2044 12, 1, 0, 17, 1, 12, 0, 0, 0, 0,
2045 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2046 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2047 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2048 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2049 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2050 0, 0, 0, 0,
2051 /* T7 Object */
2052 100, 16, 50,
2053 /* T8 Object */
2054 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2055 /* T9 Object */
2056 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2057 0, 5, 5, 0, 10, 30, 10, 10, 255, 2,
2058 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2059 10, 5, 0, 0, 0,
2060 /* T18 Object */
2061 0, 0,
2062 /* T24 Object */
2063 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2064 0, 0, 0, 0, 0, 0, 0, 0, 0,
2065 /* T25 Object */
2066 3, 0, 60, 115, 156, 99,
2067 /* T27 Object */
2068 0, 0, 0, 0, 0, 0, 0,
2069 /* T40 Object */
2070 0, 0, 0, 0, 0,
2071 /* T42 Object */
2072 2, 0, 255, 0, 255, 0, 0, 0, 0, 0,
2073 /* T43 Object */
2074 0, 0, 0, 0, 0, 0, 0,
2075 /* T46 Object */
2076 64, 0, 20, 20, 0, 0, 0, 0, 0,
2077 /* T47 Object */
2078 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2079 /* T48 Object */
2080 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
2081 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2082 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2083 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2084 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2085 0, 0, 0, 0,
2086 /* T56 Object */
2087 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2088 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2089 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2090 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2091 2, 99, 33,
2092};
2093
2094/* configuration data for mxt1386e using V2.1 firmware */
2095static const u8 mxt1386e_config_data_v2_1[] = {
2096 /* T6 Object */
2097 0, 0, 0, 0, 0, 0,
2098 /* T38 Object */
Jing Lina0bc4102012-07-06 17:03:45 -07002099 12, 4, 0, 5, 7, 12, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002100 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2101 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2102 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2103 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2104 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2105 0, 0, 0, 0,
2106 /* T7 Object */
2107 100, 16, 50,
2108 /* T8 Object */
2109 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2110 /* T9 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002111 139, 0, 0, 26, 42, 0, 32, 80, 2, 5,
Jing Lina0bc4102012-07-06 17:03:45 -07002112 0, 5, 5, 79, 10, 30, 10, 10, 255, 2,
Jing Lin33b007d2011-12-21 17:40:23 -08002113 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2114 10, 5, 0, 0, 0,
2115 /* T18 Object */
2116 0, 0,
2117 /* T24 Object */
2118 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2119 0, 0, 0, 0, 0, 0, 0, 0, 0,
2120 /* T25 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002121 1, 0, 60, 115, 156, 99,
Jing Lin33b007d2011-12-21 17:40:23 -08002122 /* T27 Object */
2123 0, 0, 0, 0, 0, 0, 0,
2124 /* T40 Object */
2125 0, 0, 0, 0, 0,
2126 /* T42 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002127 0, 0, 255, 0, 255, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002128 /* T43 Object */
2129 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
2130 16,
2131 /* T46 Object */
Jing Lina0bc4102012-07-06 17:03:45 -07002132 64, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002133 /* T47 Object */
2134 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2135 /* T48 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002136 1, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002137 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2138 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2139 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2140 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2141 0, 0, 0, 0,
2142 /* T56 Object */
2143 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2144 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2145 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2146 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2147 2, 99, 33, 0, 149, 24, 193, 255, 255, 255,
2148 255,
2149};
2150
Jing Lineec88ca2012-02-08 11:18:30 -08002151/* configuration data for mxt1386e on 3D SKU using V2.1 firmware */
2152static const u8 mxt1386e_config_data_3d[] = {
2153 /* T6 Object */
2154 0, 0, 0, 0, 0, 0,
2155 /* T38 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002156 13, 1, 0, 23, 2, 12, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002157 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2158 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2159 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2160 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2161 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2162 0, 0, 0, 0,
2163 /* T7 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002164 100, 10, 50,
Jing Lineec88ca2012-02-08 11:18:30 -08002165 /* T8 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002166 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002167 /* T9 Object */
2168 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2169 0, 5, 5, 0, 10, 30, 10, 10, 175, 4,
Jing Lin66ba78b2012-02-24 21:25:12 -08002170 127, 7, 26, 21, 17, 19, 143, 35, 207, 40,
2171 20, 5, 54, 49, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002172 /* T18 Object */
2173 0, 0,
2174 /* T24 Object */
2175 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2176 0, 0, 0, 0, 0, 0, 0, 0, 0,
2177 /* T25 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002178 0, 0, 72, 113, 168, 97,
Jing Lineec88ca2012-02-08 11:18:30 -08002179 /* T27 Object */
2180 0, 0, 0, 0, 0, 0, 0,
2181 /* T40 Object */
2182 0, 0, 0, 0, 0,
2183 /* T42 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002184 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002185 /* T43 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002186 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2187 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002188 /* T46 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002189 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002190 /* T47 Object */
2191 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2192 /* T48 Object */
2193 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin66ba78b2012-02-24 21:25:12 -08002194 32, 50, 0, 10, 10, 0, 0, 100, 10, 90,
2195 0, 0, 0, 0, 0, 0, 0, 10, 1, 30,
2196 52, 10, 5, 0, 33, 0, 1, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002197 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2198 0, 0, 0, 0,
2199 /* T56 Object */
2200 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2201 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2202 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2203 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Lin66ba78b2012-02-24 21:25:12 -08002204 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2205 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002206};
2207
Amy Maloche08266db2011-11-04 11:07:16 -07002208#define MXT_TS_GPIO_IRQ 11
2209#define MXT_TS_LDO_EN_GPIO 50
2210#define MXT_TS_RESET_GPIO 52
Mohan Pallaka50837382011-09-07 11:00:57 +05302211
2212static void mxt_init_hw_liquid(void)
2213{
2214 int rc;
2215
Mohan Pallaka50837382011-09-07 11:00:57 +05302216 rc = gpio_request(MXT_TS_LDO_EN_GPIO, "mxt_ldo_en_gpio");
2217 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002218 pr_err("%s: unable to request mxt_ldo_en_gpio [%d]\n",
2219 __func__, MXT_TS_LDO_EN_GPIO);
2220 return;
Mohan Pallaka50837382011-09-07 11:00:57 +05302221 }
2222
2223 rc = gpio_direction_output(MXT_TS_LDO_EN_GPIO, 1);
2224 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002225 pr_err("%s: unable to set_direction for mxt_ldo_en_gpio [%d]\n",
2226 __func__, MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302227 goto err_ldo_gpio_req;
2228 }
2229
Mohan Pallaka50837382011-09-07 11:00:57 +05302230 return;
2231
Mohan Pallaka50837382011-09-07 11:00:57 +05302232err_ldo_gpio_req:
2233 gpio_free(MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302234}
2235
Jing Lineec88ca2012-02-08 11:18:30 -08002236static struct mxt_config_info mxt_config_array_2d[] = {
Jing Lindc4413c2012-01-16 15:22:52 -08002237 {
2238 .config = mxt1386_config_data,
2239 .config_length = ARRAY_SIZE(mxt1386_config_data),
2240 .family_id = 0xA0,
2241 .variant_id = 0x0,
2242 .version = 0x10,
2243 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002244 .bootldr_id = MXT_BOOTLOADER_ID_1386,
Jing Lindc4413c2012-01-16 15:22:52 -08002245 },
Jing Lin33b007d2011-12-21 17:40:23 -08002246 {
2247 .config = mxt1386e_config_data_v1_0,
2248 .config_length = ARRAY_SIZE(mxt1386e_config_data_v1_0),
2249 .family_id = 0xA0,
2250 .variant_id = 0x2,
2251 .version = 0x10,
2252 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002253 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002254 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
Jing Lin33b007d2011-12-21 17:40:23 -08002255 },
2256 {
2257 .config = mxt1386e_config_data_v2_1,
2258 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2259 .family_id = 0xA0,
2260 .variant_id = 0x7,
2261 .version = 0x21,
2262 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002263 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002264 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
2265 },
2266 {
2267 /* The config data for V2.2.AA is the same as for V2.1.AA */
2268 .config = mxt1386e_config_data_v2_1,
2269 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2270 .family_id = 0xA0,
2271 .variant_id = 0x7,
2272 .version = 0x22,
2273 .build = 0xAA,
2274 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin33b007d2011-12-21 17:40:23 -08002275 },
Jing Lindc4413c2012-01-16 15:22:52 -08002276};
2277
Jing Lineec88ca2012-02-08 11:18:30 -08002278static struct mxt_platform_data mxt_platform_data_2d = {
2279 .config_array = mxt_config_array_2d,
2280 .config_array_size = ARRAY_SIZE(mxt_config_array_2d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002281 .panel_minx = 0,
2282 .panel_maxx = 1365,
2283 .panel_miny = 0,
2284 .panel_maxy = 767,
2285 .disp_minx = 0,
2286 .disp_maxx = 1365,
2287 .disp_miny = 0,
2288 .disp_maxy = 767,
Mohan Pallaka50837382011-09-07 11:00:57 +05302289 .irqflags = IRQF_TRIGGER_FALLING,
Jing Lin2f863172011-10-17 10:56:58 -07002290 .i2c_pull_up = true,
Amy Maloche08266db2011-11-04 11:07:16 -07002291 .reset_gpio = MXT_TS_RESET_GPIO,
2292 .irq_gpio = MXT_TS_GPIO_IRQ,
Mohan Pallaka50837382011-09-07 11:00:57 +05302293};
2294
Jing Lineec88ca2012-02-08 11:18:30 -08002295static struct mxt_config_info mxt_config_array_3d[] = {
2296 {
2297 .config = mxt1386e_config_data_3d,
2298 .config_length = ARRAY_SIZE(mxt1386e_config_data_3d),
2299 .family_id = 0xA0,
2300 .variant_id = 0x7,
2301 .version = 0x21,
2302 .build = 0xAA,
2303 },
2304};
2305
2306static struct mxt_platform_data mxt_platform_data_3d = {
2307 .config_array = mxt_config_array_3d,
2308 .config_array_size = ARRAY_SIZE(mxt_config_array_3d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002309 .panel_minx = 0,
2310 .panel_maxx = 1919,
2311 .panel_miny = 0,
2312 .panel_maxy = 1199,
2313 .disp_minx = 0,
2314 .disp_maxx = 1919,
2315 .disp_miny = 0,
2316 .disp_maxy = 1199,
Jing Lineec88ca2012-02-08 11:18:30 -08002317 .irqflags = IRQF_TRIGGER_FALLING,
2318 .i2c_pull_up = true,
2319 .reset_gpio = MXT_TS_RESET_GPIO,
2320 .irq_gpio = MXT_TS_GPIO_IRQ,
2321};
2322
Mohan Pallaka50837382011-09-07 11:00:57 +05302323static struct i2c_board_info mxt_device_info[] __initdata = {
2324 {
2325 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
Mohan Pallaka50837382011-09-07 11:00:57 +05302326 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
2327 },
2328};
2329
Manoj Rao14648742012-03-30 19:42:12 -07002330static struct msm_mhl_platform_data mhl_platform_data = {
2331 .irq = MSM_GPIO_TO_INT(4),
Manoj Raoc6d904c2012-06-22 00:32:14 -07002332 .gpio_mhl_int = MHL_GPIO_INT,
2333 .gpio_mhl_reset = MHL_GPIO_RESET,
2334 .gpio_mhl_power = 0,
2335 .gpio_hdmi_mhl_mux = 0,
Manoj Rao14648742012-03-30 19:42:12 -07002336};
Manoj Rao14648742012-03-30 19:42:12 -07002337
Eugene Yasmand2316b82011-12-07 18:23:48 +02002338static struct i2c_board_info sii_device_info[] __initdata = {
2339 {
Manoj Rao14648742012-03-30 19:42:12 -07002340#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
2341 /*
2342 * keeps SI 8334 as the default
2343 * MHL TX
2344 */
2345 I2C_BOARD_INFO("sii8334", 0x39),
2346 .platform_data = &mhl_platform_data,
2347#endif
2348#ifdef CONFIG_FB_MSM_HDMI_MHL_9244
Eugene Yasmand2316b82011-12-07 18:23:48 +02002349 I2C_BOARD_INFO("Sil-9244", 0x39),
Eugene Yasmand2316b82011-12-07 18:23:48 +02002350 .irq = MSM_GPIO_TO_INT(15),
Manoj Rao14648742012-03-30 19:42:12 -07002351#endif /* CONFIG_MSM_HDMI_MHL */
2352 .flags = I2C_CLIENT_WAKE,
Eugene Yasmand2316b82011-12-07 18:23:48 +02002353 },
2354};
2355
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002356static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi4_pdata = {
2357 .clk_freq = 100000,
2358 .src_clk_rate = 24000000,
Kiran Gundab4696c72012-08-16 18:37:46 +05302359 .keep_ahb_clk_on = 1,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002360};
2361
2362static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi3_pdata = {
2363 .clk_freq = 100000,
2364 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002365};
2366
2367static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi10_pdata = {
2368 .clk_freq = 100000,
2369 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002370};
2371
2372static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi12_pdata = {
2373 .clk_freq = 100000,
2374 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002375};
2376
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002377static struct ks8851_pdata spi_eth_pdata = {
2378 .irq_gpio = KS8851_IRQ_GPIO,
2379 .rst_gpio = KS8851_RST_GPIO,
2380};
Praveen Chidambaram043f4ce2011-08-02 09:37:59 -06002381
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302382static struct spi_board_info spi_eth_info[] __initdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002383 {
2384 .modalias = "ks8851",
2385 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
2386 .max_speed_hz = 19200000,
2387 .bus_num = 0,
2388 .chip_select = 0,
2389 .mode = SPI_MODE_0,
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002390 .platform_data = &spi_eth_pdata
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002391 },
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302392};
2393static struct spi_board_info spi_board_info[] __initdata = {
Chandan Uddaraju15e54b92011-09-12 10:52:36 -07002394 {
2395 .modalias = "dsi_novatek_3d_panel_spi",
2396 .max_speed_hz = 10800000,
2397 .bus_num = 0,
2398 .chip_select = 1,
2399 .mode = SPI_MODE_0,
2400 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002401};
2402
2403static struct platform_device msm_device_saw_core0 = {
2404 .name = "saw-regulator",
2405 .id = 0,
2406 .dev = {
2407 .platform_data = &msm_saw_regulator_pdata_s5,
2408 },
2409};
2410
2411static struct platform_device msm_device_saw_core1 = {
2412 .name = "saw-regulator",
2413 .id = 1,
2414 .dev = {
2415 .platform_data = &msm_saw_regulator_pdata_s6,
2416 },
2417};
2418
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002419static struct tsens_platform_data msm_tsens_pdata = {
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002420 .slope = {910, 910, 910, 910, 910},
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002421 .tsens_factor = 1000,
2422 .hw_type = MSM_8960,
2423 .tsens_num_sensor = 5,
2424};
2425
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002426static struct platform_device msm_tsens_device = {
2427 .name = "tsens8960-tm",
2428 .id = -1,
2429};
2430
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002431static struct msm_thermal_data msm_thermal_pdata = {
2432 .sensor_id = 0,
Eugene Seah2ee4a5d2012-06-25 18:16:41 -06002433 .poll_ms = 250,
2434 .limit_temp_degC = 60,
2435 .temp_hysteresis_degC = 10,
2436 .freq_step = 2,
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002437};
2438
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002439#ifdef CONFIG_MSM_FAKE_BATTERY
2440static struct platform_device fish_battery_device = {
2441 .name = "fish_battery",
2442};
2443#endif
2444
David Collins26f05562011-06-20 09:56:28 -07002445static struct platform_device msm8960_device_ext_5v_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002446 .name = GPIO_REGULATOR_DEV_NAME,
2447 .id = PM8921_MPP_PM_TO_SYS(7),
2448 .dev = {
2449 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
2450 },
2451};
2452
David Collins26f05562011-06-20 09:56:28 -07002453static struct platform_device msm8960_device_ext_l2_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002454 .name = GPIO_REGULATOR_DEV_NAME,
2455 .id = 91,
2456 .dev = {
2457 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_L2],
2458 },
2459};
2460
David Collinsb10be1d2011-09-02 10:29:31 -07002461static struct platform_device msm8960_device_ext_3p3v_vreg __devinitdata = {
2462 .name = GPIO_REGULATOR_DEV_NAME,
2463 .id = PM8921_GPIO_PM_TO_SYS(17),
2464 .dev = {
2465 .platform_data =
2466 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
2467 },
2468};
2469
David Collins35a78f52011-12-14 15:54:25 -08002470static struct platform_device msm8960_device_ext_otg_sw_vreg __devinitdata = {
2471 .name = GPIO_REGULATOR_DEV_NAME,
2472 .id = PM8921_GPIO_PM_TO_SYS(42),
2473 .dev = {
2474 .platform_data =
2475 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_OTG_SW],
2476 },
2477};
2478
David Collins26f05562011-06-20 09:56:28 -07002479static struct platform_device msm8960_device_rpm_regulator __devinitdata = {
2480 .name = "rpm-regulator",
2481 .id = -1,
2482 .dev = {
2483 .platform_data = &msm_rpm_regulator_pdata,
2484 },
2485};
Mayank Ranae009c922012-03-22 03:02:06 +05302486#ifdef CONFIG_SERIAL_MSM_HS
2487static int configure_uart_gpios(int on)
2488{
2489 int ret = 0, i;
2490 int uart_gpios[] = {93, 94, 95, 96};
2491
2492 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2493 if (on) {
2494 ret = gpio_request(uart_gpios[i], NULL);
2495 if (ret) {
2496 pr_err("%s: unable to request uart gpio[%d]\n",
2497 __func__, uart_gpios[i]);
2498 break;
2499 }
2500 } else {
2501 gpio_free(uart_gpios[i]);
2502 }
2503 }
2504
2505 if (ret && on && i)
2506 for (; i >= 0; i--)
2507 gpio_free(uart_gpios[i]);
2508 return ret;
2509}
2510
2511static struct msm_serial_hs_platform_data msm_uart_dm9_pdata = {
Mayank Ranad85a5082012-04-29 17:24:13 -07002512 .gpio_config = configure_uart_gpios,
Mayank Ranae009c922012-03-22 03:02:06 +05302513};
Mayank Rana1f02d952012-07-04 19:11:20 +05302514
2515static int configure_gsbi8_uart_gpios(int on)
2516{
2517 int ret = 0, i;
2518 int uart_gpios[] = {34, 35, 36, 37};
2519
2520 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2521 if (on) {
2522 ret = gpio_request(uart_gpios[i], NULL);
2523 if (ret) {
2524 pr_err("%s: unable to request uart gpio[%d]\n",
2525 __func__, uart_gpios[i]);
2526 break;
2527 }
2528 } else {
2529 gpio_free(uart_gpios[i]);
2530 }
2531 }
2532
2533 if (ret && on && i)
2534 for (; i >= 0; i--)
2535 gpio_free(uart_gpios[i]);
2536 return ret;
2537}
2538
2539static struct msm_serial_hs_platform_data msm_uart_dm8_pdata = {
2540 .gpio_config = configure_gsbi8_uart_gpios,
2541};
Mayank Ranae009c922012-03-22 03:02:06 +05302542#else
Mayank Rana1f02d952012-07-04 19:11:20 +05302543static struct msm_serial_hs_platform_data msm_uart_dm8_pdata;
Mayank Ranae009c922012-03-22 03:02:06 +05302544static struct msm_serial_hs_platform_data msm_uart_dm9_pdata;
2545#endif
David Collins26f05562011-06-20 09:56:28 -07002546
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302547#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002548enum WLANBT_STATUS {
2549 WLANOFF_BTOFF = 1,
2550 WLANOFF_BTON,
2551 WLANON_BTOFF,
2552 WLANON_BTON
2553};
2554
2555static DEFINE_MUTEX(ath_wlanbt_mutex);
2556static int gpio_wlan_sys_rest_en = 26;
2557static int ath_wlanbt_status = WLANOFF_BTOFF;
2558
2559static int ath6kl_power_control(int on)
2560{
2561 int rc;
2562
2563 if (on) {
2564 rc = gpio_request(gpio_wlan_sys_rest_en, "wlan sys_rst_n");
2565 if (rc) {
2566 pr_err("%s: unable to request gpio %d (%d)\n",
2567 __func__, gpio_wlan_sys_rest_en, rc);
2568 return rc;
2569 }
2570 rc = gpio_direction_output(gpio_wlan_sys_rest_en, 0);
2571 msleep(200);
2572 rc = gpio_direction_output(gpio_wlan_sys_rest_en, 1);
2573 msleep(100);
2574 } else {
2575 gpio_set_value(gpio_wlan_sys_rest_en, 0);
2576 rc = gpio_direction_input(gpio_wlan_sys_rest_en);
2577 msleep(100);
2578 gpio_free(gpio_wlan_sys_rest_en);
2579 }
2580 return 0;
2581};
2582
2583static int ath6kl_wlan_power(int on)
2584{
2585 int ret = 0;
2586
2587 mutex_lock(&ath_wlanbt_mutex);
2588 if (on) {
2589 if (ath_wlanbt_status == WLANOFF_BTOFF) {
2590 ret = ath6kl_power_control(1);
2591 ath_wlanbt_status = WLANON_BTOFF;
2592 } else if (ath_wlanbt_status == WLANOFF_BTON)
2593 ath_wlanbt_status = WLANON_BTON;
2594 } else {
2595 if (ath_wlanbt_status == WLANON_BTOFF) {
2596 ret = ath6kl_power_control(0);
2597 ath_wlanbt_status = WLANOFF_BTOFF;
2598 } else if (ath_wlanbt_status == WLANON_BTON)
2599 ath_wlanbt_status = WLANOFF_BTON;
2600 }
2601 mutex_unlock(&ath_wlanbt_mutex);
2602 pr_debug("%s on= %d, wlan_status= %d\n",
2603 __func__, on, ath_wlanbt_status);
2604 return ret;
2605};
2606
2607static struct wifi_platform_data ath6kl_wifi_control = {
2608 .set_power = ath6kl_wlan_power,
2609};
2610
2611static struct platform_device msm_wlan_power_device = {
2612 .name = "ath6kl_power",
2613 .dev = {
2614 .platform_data = &ath6kl_wifi_control,
2615 },
2616};
2617
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302618static struct resource bluesleep_resources[] = {
2619 {
2620 .name = "gpio_host_wake",
2621 .start = 27,
2622 .end = 27,
2623 .flags = IORESOURCE_IO,
2624 },
2625 {
2626 .name = "gpio_ext_wake",
2627 .start = 29,
2628 .end = 29,
2629 .flags = IORESOURCE_IO,
2630 },
2631 {
2632 .name = "host_wake",
2633 .start = MSM_GPIO_TO_INT(27),
2634 .end = MSM_GPIO_TO_INT(27),
2635 .flags = IORESOURCE_IRQ,
2636 },
2637};
2638
2639static struct platform_device msm_bluesleep_device = {
2640 .name = "bluesleep",
2641 .id = -1,
2642 .num_resources = ARRAY_SIZE(bluesleep_resources),
2643 .resource = bluesleep_resources,
2644};
2645
2646static struct platform_device msm_bt_power_device = {
2647 .name = "bt_power",
2648};
2649
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002650static int gpio_bt_sys_rest_en = 28;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302651
2652static int bluetooth_power(int on)
2653{
2654 int rc;
2655
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002656 mutex_lock(&ath_wlanbt_mutex);
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302657 if (on) {
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002658 if (ath_wlanbt_status == WLANOFF_BTOFF) {
2659 ath6kl_power_control(1);
2660 ath_wlanbt_status = WLANOFF_BTON;
2661 } else if (ath_wlanbt_status == WLANON_BTOFF)
2662 ath_wlanbt_status = WLANON_BTON;
2663
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302664 rc = gpio_request(gpio_bt_sys_rest_en, "bt sys_rst_n");
2665 if (rc) {
2666 pr_err("%s: unable to request gpio %d (%d)\n",
2667 __func__, gpio_bt_sys_rest_en, rc);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002668 mutex_unlock(&ath_wlanbt_mutex);
2669 return rc;
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302670 }
2671 rc = gpio_direction_output(gpio_bt_sys_rest_en, 0);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002672 msleep(20);
2673 rc = gpio_direction_output(gpio_bt_sys_rest_en, 1);
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302674 msleep(100);
2675 } else {
2676 gpio_set_value(gpio_bt_sys_rest_en, 0);
2677 rc = gpio_direction_input(gpio_bt_sys_rest_en);
2678 msleep(100);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002679 gpio_free(gpio_bt_sys_rest_en);
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302680
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002681 if (ath_wlanbt_status == WLANOFF_BTON) {
2682 ath6kl_power_control(0);
2683 ath_wlanbt_status = WLANOFF_BTOFF;
2684 } else if (ath_wlanbt_status == WLANON_BTON)
2685 ath_wlanbt_status = WLANON_BTOFF;
2686 }
2687 mutex_unlock(&ath_wlanbt_mutex);
2688 pr_debug("%s on= %d, wlan_status= %d\n",
2689 __func__, on, ath_wlanbt_status);
2690 return 0;
2691};
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302692
2693static void __init bt_power_init(void)
2694{
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302695 msm_bt_power_device.dev.platform_data = &bluetooth_power;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302696 return;
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002697};
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302698#else
2699#define bt_power_init(x) do {} while (0)
2700#endif
2701
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002702static struct platform_device *common_devices[] __initdata = {
Stepan Moskovchenkodf13d342011-08-03 19:01:25 -07002703 &msm8960_device_dmov,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002704 &msm_device_smd,
Mayank Rana9f51f582011-08-04 18:35:59 +05302705 &msm_device_uart_dm6,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002706 &msm_device_saw_core0,
2707 &msm_device_saw_core1,
2708 &msm8960_device_ext_5v_vreg,
David Collins87579612012-01-30 16:00:15 -08002709 &msm8960_device_ssbi_pmic,
David Collins96aa3e12012-02-29 10:31:34 -08002710 &msm8960_device_ext_otg_sw_vreg,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002711 &msm8960_device_qup_spi_gsbi1,
2712 &msm8960_device_qup_i2c_gsbi3,
2713 &msm8960_device_qup_i2c_gsbi4,
2714 &msm8960_device_qup_i2c_gsbi10,
2715#ifndef CONFIG_MSM_DSPS
2716 &msm8960_device_qup_i2c_gsbi12,
2717#endif
2718 &msm_slim_ctrl,
2719 &msm_device_wcnss_wlan,
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302720#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
2721 &msm_bluesleep_device,
2722 &msm_bt_power_device,
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002723 &msm_wlan_power_device,
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302724#endif
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07002725#if defined(CONFIG_QSEECOM)
2726 &qseecom_device,
2727#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002728#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
2729 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
2730 &qcrypto_device,
2731#endif
2732
2733#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
2734 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
2735 &qcedev_device,
2736#endif
2737#ifdef CONFIG_MSM_ROTATOR
2738 &msm_rotator_device,
2739#endif
2740 &msm_device_sps,
2741#ifdef CONFIG_MSM_FAKE_BATTERY
2742 &fish_battery_device,
2743#endif
Laura Abbottb93525f2012-04-12 09:57:19 -07002744 &msm8960_fmem_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002745#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -07002746#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -07002747 &msm8960_android_pmem_device,
2748 &msm8960_android_pmem_adsp_device,
2749 &msm8960_android_pmem_audio_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002750#endif
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -07002751#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002752 &msm_device_bam_dmux,
2753 &msm_fm_platform_init,
Joel Nidera1261942011-09-12 16:30:09 +03002754#if defined(CONFIG_TSIF) || defined(CONFIG_TSIF_MODULE)
2755#ifdef CONFIG_MSM_USE_TSIF1
2756 &msm_device_tsif[1],
2757#else
2758 &msm_device_tsif[0],
2759#endif
2760#endif
Joel Nider266a2642011-10-16 10:58:05 +02002761 &msm_device_tspp,
Mona Hossain9c430e32011-07-27 11:04:47 -07002762#ifdef CONFIG_HW_RANDOM_MSM
2763 &msm_device_rng,
2764#endif
Laura Abbottd6183792011-08-19 13:42:24 -07002765#ifdef CONFIG_ION_MSM
Laura Abbottb93525f2012-04-12 09:57:19 -07002766 &msm8960_ion_dev,
Laura Abbottd6183792011-08-19 13:42:24 -07002767#endif
Praveen Chidambaram78499012011-11-01 17:15:17 -06002768 &msm8960_rpm_device,
2769 &msm8960_rpm_log_device,
2770 &msm8960_rpm_stat_device,
Anji Jonnala2a8bd312012-11-01 13:11:42 +05302771 &msm8960_rpm_master_stat_device,
Mona Hossain11c03ac2011-10-26 12:42:10 -07002772 &msm_device_tz_log,
Pratik Patel3b0ca882012-06-01 16:54:14 -07002773 &coresight_tpiu_device,
2774 &coresight_etb_device,
2775 &coresight_funnel_device,
2776 &coresight_etm0_device,
2777 &coresight_etm1_device,
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -07002778 &msm_device_dspcrashd_8960,
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002779 &msm8960_device_watchdog,
Laura Abbottb93525f2012-04-12 09:57:19 -07002780 &msm8960_rtb_device,
Stepan Moskovchenko28662c52012-03-01 12:48:45 -08002781 &msm8960_device_cache_erp,
Stepan Moskovchenkoc0557252012-06-07 17:39:14 -07002782 &msm8960_device_ebi1_ch0_erp,
2783 &msm8960_device_ebi1_ch1_erp,
Laura Abbottb93525f2012-04-12 09:57:19 -07002784 &msm8960_cache_dump_device,
Laura Abbott0577d7b2012-04-17 11:14:30 -07002785 &msm8960_iommu_domain_device,
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002786 &msm_tsens_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002787};
2788
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002789static struct platform_device *cdp_devices[] __initdata = {
Stephen Boydeb819882011-08-29 14:46:30 -07002790 &msm_8960_q6_lpass,
Stephen Boyd322a9922011-09-20 01:05:54 -07002791 &msm_8960_riva,
Stephen Boydd89eebe2011-09-28 23:28:11 -07002792 &msm_pil_tzapps,
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002793 &msm_pil_dsps,
Stephen Boyd7b973de2012-03-09 12:26:16 -08002794 &msm_pil_vidc,
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07002795 &msm8960_device_otg,
2796 &msm8960_device_gadget_peripheral,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002797 &msm_device_hsusb_host,
2798 &android_usb_device,
2799 &msm_pcm,
Kiran Kandi5e809b02012-01-31 00:24:33 -08002800 &msm_multi_ch_pcm,
Jayasena Sangaraboina99bf09c2012-07-17 12:03:08 -07002801 &msm_lowlatency_pcm,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002802 &msm_pcm_routing,
2803 &msm_cpudai0,
2804 &msm_cpudai1,
Kiran Kandi97fe19d2012-05-20 22:34:04 -07002805 &msm8960_cpudai_slimbus_2_rx,
Kiran Kandi1e6371d2012-03-29 11:48:57 -07002806 &msm8960_cpudai_slimbus_2_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002807 &msm_cpudai_hdmi_rx,
2808 &msm_cpudai_bt_rx,
2809 &msm_cpudai_bt_tx,
2810 &msm_cpudai_fm_rx,
2811 &msm_cpudai_fm_tx,
Bhalchandra Gajare0e795c42011-08-15 18:10:30 -07002812 &msm_cpudai_auxpcm_rx,
2813 &msm_cpudai_auxpcm_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002814 &msm_cpu_fe,
2815 &msm_stub_codec,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002816#ifdef CONFIG_MSM_GEMINI
2817 &msm8960_gemini_device,
2818#endif
Kalyani Oruganti465d1e12012-05-15 10:23:05 -07002819#ifdef CONFIG_MSM_MERCURY
2820 &msm8960_mercury_device,
2821#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002822 &msm_voice,
2823 &msm_voip,
2824 &msm_lpa_pcm,
Laxminath Kasamcee1d602011-08-01 19:26:57 +05302825 &msm_cpudai_afe_01_rx,
2826 &msm_cpudai_afe_01_tx,
2827 &msm_cpudai_afe_02_rx,
2828 &msm_cpudai_afe_02_tx,
2829 &msm_pcm_afe,
Asish Bhattacharya96bb6f42011-11-01 20:36:09 +05302830 &msm_compr_dsp,
Helen Zeng0705a5f2011-10-14 15:29:52 -07002831 &msm_cpudai_incall_music_rx,
Helen Zenge3d716a2011-10-14 16:32:16 -07002832 &msm_cpudai_incall_record_rx,
2833 &msm_cpudai_incall_record_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002834 &msm_pcm_hostless,
2835 &msm_bus_apps_fabric,
2836 &msm_bus_sys_fabric,
2837 &msm_bus_mm_fabric,
2838 &msm_bus_sys_fpb,
2839 &msm_bus_cpss_fpb,
2840};
2841
2842static void __init msm8960_i2c_init(void)
2843{
2844 msm8960_device_qup_i2c_gsbi4.dev.platform_data =
2845 &msm8960_i2c_qup_gsbi4_pdata;
2846
2847 msm8960_device_qup_i2c_gsbi3.dev.platform_data =
2848 &msm8960_i2c_qup_gsbi3_pdata;
2849
2850 msm8960_device_qup_i2c_gsbi10.dev.platform_data =
2851 &msm8960_i2c_qup_gsbi10_pdata;
2852
2853 msm8960_device_qup_i2c_gsbi12.dev.platform_data =
2854 &msm8960_i2c_qup_gsbi12_pdata;
2855}
2856
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002857static void __init msm8960_gfx_init(void)
2858{
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002859 struct kgsl_device_platform_data *kgsl_3d0_pdata =
2860 msm_kgsl_3d0.dev.platform_data;
Jeremy Gebben58b2dce2011-10-13 11:14:19 -06002861 uint32_t soc_platform_version = socinfo_get_version();
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002862
Carter Cooper3852cbb2012-08-20 22:11:42 -06002863 /* Fixup data that needs to change based on GPU ID */
Carter Cooperffe7ea12012-08-22 13:27:58 -06002864 if (cpu_is_msm8960ab()) {
2865 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(3, 2, 1, 0);
Carter Cooper3852cbb2012-08-20 22:11:42 -06002866 /* 8960PRO nominal clock rate is 325Mhz instead of 320Mhz */
2867 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 325000000;
2868 } else {
2869 kgsl_3d0_pdata->iommu_count = 1;
2870 if (SOCINFO_VERSION_MAJOR(soc_platform_version) == 1) {
2871 kgsl_3d0_pdata->pwrlevel[0].gpu_freq = 320000000;
2872 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 266667000;
2873 }
2874 if (SOCINFO_VERSION_MAJOR(soc_platform_version) >= 3) {
2875 /* 8960v3 GPU registers returns 5 for patch release
2876 * but it should be 6, so dummy up the chipid here
2877 * based the platform type
2878 */
2879 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(2, 2, 0, 6);
2880 }
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002881 }
Carter Cooper6307eb992012-08-20 15:17:23 -06002882
2883 /* Register the 3D core */
2884 platform_device_register(&msm_kgsl_3d0);
2885
2886 /* Register the 2D cores if we are not 8960PRO */
2887 if (!cpu_is_msm8960ab()) {
2888 platform_device_register(&msm_kgsl_2d0);
2889 platform_device_register(&msm_kgsl_2d1);
2890 }
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002891}
2892
Subhash Jadavani933e6a62011-12-26 18:05:04 +05302893static struct msm_rpmrs_level msm_rpmrs_levels[] = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002894 {
2895 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
2896 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2897 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002898 1, 784, 180000, 100,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002899 },
2900
2901 {
2902 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
2903 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2904 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002905 1300, 228, 1200000, 2000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002906 },
2907
2908 {
2909 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2910 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
2911 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002912 2000, 138, 1208400, 3200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002913 },
2914
2915 {
2916 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002917 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, ACTIVE, RET_HIGH),
2918 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002919 6000, 119, 1850300, 9000,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002920 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002921
2922 {
2923 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2924 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
2925 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002926 9200, 68, 2839200, 16400,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002927 },
2928
2929 {
2930 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2931 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
2932 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002933 10300, 63, 3128000, 18200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002934 },
2935
2936 {
2937 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2938 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
2939 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002940 18000, 10, 4602600, 27000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002941 },
2942
2943 {
2944 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2945 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
2946 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002947 20000, 2, 5752000, 32000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002948 },
2949};
2950
Praveen Chidambaram78499012011-11-01 17:15:17 -06002951static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
2952 .levels = &msm_rpmrs_levels[0],
2953 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
2954 .vdd_mem_levels = {
2955 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
2956 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
2957 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
2958 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
2959 },
2960 .vdd_dig_levels = {
2961 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
2962 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
2963 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
2964 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
2965 },
2966 .vdd_mask = 0x7FFFFF,
2967 .rpmrs_target_id = {
2968 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
2969 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
2970 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
2971 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
2972 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
2973 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
2974 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
2975 },
2976};
2977
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06002978static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
2979 .mode = MSM_PM_BOOT_CONFIG_TZ,
2980};
2981
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002982#ifdef CONFIG_I2C
2983#define I2C_SURF 1
2984#define I2C_FFA (1 << 1)
2985#define I2C_RUMI (1 << 2)
2986#define I2C_SIM (1 << 3)
2987#define I2C_FLUID (1 << 4)
Amir Samuelov05f87802011-08-27 18:30:12 +03002988#define I2C_LIQUID (1 << 5)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002989
2990struct i2c_registry {
2991 u8 machs;
2992 int bus;
2993 struct i2c_board_info *info;
2994 int len;
2995};
2996
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002997/* Sensors DSPS platform data */
2998#ifdef CONFIG_MSM_DSPS
2999#define DSPS_PIL_GENERIC_NAME "dsps"
3000#endif /* CONFIG_MSM_DSPS */
3001
3002static void __init msm8960_init_dsps(void)
3003{
3004#ifdef CONFIG_MSM_DSPS
3005 struct msm_dsps_platform_data *pdata =
3006 msm_dsps_device.dev.platform_data;
3007 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
3008 pdata->gpios = NULL;
3009 pdata->gpios_num = 0;
3010
3011 platform_device_register(&msm_dsps_device);
3012#endif /* CONFIG_MSM_DSPS */
3013}
3014
Vamsi Krishna6aa6b1f2011-12-14 22:55:20 -08003015static int hsic_peripheral_status = 1;
3016static DEFINE_MUTEX(hsic_status_lock);
3017
3018void peripheral_connect()
3019{
3020 mutex_lock(&hsic_status_lock);
3021 if (hsic_peripheral_status)
3022 goto out;
3023 platform_device_add(&msm_device_hsic_host);
3024 hsic_peripheral_status = 1;
3025out:
3026 mutex_unlock(&hsic_status_lock);
3027}
3028EXPORT_SYMBOL(peripheral_connect);
3029
3030void peripheral_disconnect()
3031{
3032 mutex_lock(&hsic_status_lock);
3033 if (!hsic_peripheral_status)
3034 goto out;
3035 platform_device_del(&msm_device_hsic_host);
3036 hsic_peripheral_status = 0;
3037out:
3038 mutex_unlock(&hsic_status_lock);
3039}
3040EXPORT_SYMBOL(peripheral_disconnect);
3041
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303042static void __init msm8960_init_smsc_hub(void)
3043{
3044 uint32_t version = socinfo_get_version();
3045
3046 if (SOCINFO_VERSION_MAJOR(version) == 1)
3047 return;
3048
3049 if (machine_is_msm8960_liquid())
3050 platform_device_register(&smsc_hub_device);
3051}
3052
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003053static void __init msm8960_init_hsic(void)
3054{
3055#ifdef CONFIG_USB_EHCI_MSM_HSIC
3056 uint32_t version = socinfo_get_version();
3057
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003058 if (SOCINFO_VERSION_MAJOR(version) == 1)
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003059 return;
3060
Joel King0cbf5d82012-05-24 15:21:38 -07003061 if (machine_is_msm8960_liquid())
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003062 platform_device_register(&msm_device_hsic_host);
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003063#endif
3064}
3065
Amir Samuelov5137e392011-09-21 17:31:25 +03003066#ifdef CONFIG_ISL9519_CHARGER
3067static struct isl_platform_data isl_data __initdata = {
3068 .valid_n_gpio = 0, /* Not required when notify-by-pmic */
3069 .chg_detection_config = NULL, /* Not required when notify-by-pmic */
3070 .max_system_voltage = 4200,
3071 .min_system_voltage = 3200,
Amir Samuelov95f49ff2012-01-29 09:14:08 +02003072 .chgcurrent = 1900,
3073 .term_current = 0,
Amir Samuelov5137e392011-09-21 17:31:25 +03003074 .input_current = 2048,
3075};
3076
3077static struct i2c_board_info isl_charger_i2c_info[] __initdata = {
3078 {
3079 I2C_BOARD_INFO("isl9519q", 0x9),
3080 .irq = 0, /* Not required when notify-by-pmic */
3081 .platform_data = &isl_data,
3082 },
3083};
3084#endif /* CONFIG_ISL9519_CHARGER */
3085
Amir Samuelov755616d2011-12-13 16:34:46 +02003086static struct i2c_board_info liquid_io_expander_i2c_info[] __initdata = {
3087 {
3088 I2C_BOARD_INFO("sx1508q", 0x20),
3089 .platform_data = &msm8960_sx150x_data[SX150X_LIQUID]
3090 },
3091};
3092
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003093static struct i2c_registry msm8960_i2c_devices[] __initdata = {
Amir Samuelov5137e392011-09-21 17:31:25 +03003094#ifdef CONFIG_ISL9519_CHARGER
3095 {
3096 I2C_LIQUID,
3097 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3098 isl_charger_i2c_info,
3099 ARRAY_SIZE(isl_charger_i2c_info),
3100 },
3101#endif /* CONFIG_ISL9519_CHARGER */
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003102 {
3103 I2C_SURF | I2C_FFA | I2C_FLUID,
3104 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3105 cyttsp_info,
3106 ARRAY_SIZE(cyttsp_info),
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -07003107 },
Mohan Pallaka50837382011-09-07 11:00:57 +05303108 {
3109 I2C_LIQUID,
3110 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3111 mxt_device_info,
3112 ARRAY_SIZE(mxt_device_info),
3113 },
Mohan Pallaka5e490392011-09-09 15:18:41 +05303114 {
Manoj Rao14648742012-03-30 19:42:12 -07003115 I2C_SURF | I2C_FFA | I2C_LIQUID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303116 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003117 sii_device_info,
3118 ARRAY_SIZE(sii_device_info),
3119 },
3120 {
Anirudh Ghayal15698162012-07-31 11:51:32 +05303121 I2C_LIQUID | I2C_FFA,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003122 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303123 msm_isa1200_board_info,
3124 ARRAY_SIZE(msm_isa1200_board_info),
3125 },
Amir Samuelov755616d2011-12-13 16:34:46 +02003126 {
3127 I2C_LIQUID,
3128 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3129 liquid_io_expander_i2c_info,
3130 ARRAY_SIZE(liquid_io_expander_i2c_info),
3131 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003132};
3133#endif /* CONFIG_I2C */
3134
3135static void __init register_i2c_devices(void)
3136{
3137#ifdef CONFIG_I2C
3138 u8 mach_mask = 0;
3139 int i;
Kevin Chan09f4e662011-12-16 08:17:02 -08003140#ifdef CONFIG_MSM_CAMERA
3141 struct i2c_registry msm8960_camera_i2c_devices = {
3142 I2C_SURF | I2C_FFA | I2C_FLUID | I2C_LIQUID | I2C_RUMI,
3143 MSM_8960_GSBI4_QUP_I2C_BUS_ID,
3144 msm8960_camera_board_info.board_info,
3145 msm8960_camera_board_info.num_i2c_board_info,
3146 };
3147#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003148
3149 /* Build the matching 'supported_machs' bitmask */
3150 if (machine_is_msm8960_cdp())
3151 mach_mask = I2C_SURF;
Amy Maloche2d028032011-07-20 14:08:06 -07003152 else if (machine_is_msm8960_fluid())
3153 mach_mask = I2C_FLUID;
Amir Samuelov05f87802011-08-27 18:30:12 +03003154 else if (machine_is_msm8960_liquid())
3155 mach_mask = I2C_LIQUID;
Amy Maloche1b0663f2011-08-02 16:46:22 -07003156 else if (machine_is_msm8960_mtp())
3157 mach_mask = I2C_FFA;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003158 else
3159 pr_err("unmatched machine ID in register_i2c_devices\n");
3160
Jing Lineec88ca2012-02-08 11:18:30 -08003161 if (machine_is_msm8960_liquid()) {
3162 if (SOCINFO_VERSION_MAJOR(socinfo_get_platform_version()) == 3)
3163 mxt_device_info[0].platform_data =
3164 &mxt_platform_data_3d;
3165 else
3166 mxt_device_info[0].platform_data =
3167 &mxt_platform_data_2d;
3168 }
3169
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003170 /* Run the array and install devices as appropriate */
3171 for (i = 0; i < ARRAY_SIZE(msm8960_i2c_devices); ++i) {
3172 if (msm8960_i2c_devices[i].machs & mach_mask)
3173 i2c_register_board_info(msm8960_i2c_devices[i].bus,
3174 msm8960_i2c_devices[i].info,
3175 msm8960_i2c_devices[i].len);
3176 }
Manoj Raoc6d904c2012-06-22 00:32:14 -07003177
3178 if (!mhl_platform_data.gpio_mhl_power)
3179 pr_debug("mhl device configured for ext debug board\n");
3180
Kevin Chan09f4e662011-12-16 08:17:02 -08003181#ifdef CONFIG_MSM_CAMERA
3182 if (msm8960_camera_i2c_devices.machs & mach_mask)
3183 i2c_register_board_info(msm8960_camera_i2c_devices.bus,
3184 msm8960_camera_i2c_devices.info,
3185 msm8960_camera_i2c_devices.len);
3186#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003187#endif
3188}
3189
Siddartha Mohanadoss9e1417c2012-09-26 09:42:32 -07003190static void __init msm8960_tsens_init(void)
3191{
3192 if (cpu_is_msm8960())
3193 if (SOCINFO_VERSION_MAJOR(socinfo_get_version()) == 1)
3194 return;
3195
3196 msm_tsens_early_init(&msm_tsens_pdata);
3197}
3198
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003199static void __init msm8960_cdp_init(void)
3200{
Naveen Ramaraj76483ad2011-09-06 14:25:44 -07003201 if (meminfo_init(SYS_MEMORY, SZ_256M) < 0)
3202 pr_err("meminfo_init() failed!\n");
3203
Rohit Vaswanib1cc4932012-07-23 21:30:11 -07003204 platform_device_register(&msm_gpio_device);
Siddartha Mohanadoss9e1417c2012-09-26 09:42:32 -07003205 msm8960_tsens_init();
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06003206 msm_thermal_init(&msm_thermal_pdata);
Praveen Chidambaram78499012011-11-01 17:15:17 -06003207 BUG_ON(msm_rpm_init(&msm8960_rpm_data));
3208 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
Abhijeet Dharmapurikar6d565fd2011-09-15 18:49:56 -07003209
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003210 regulator_suppress_info_printing();
3211 if (msm_xo_init())
3212 pr_err("Failed to initialize XO votes\n");
David Collins4c93ce92012-09-04 15:44:19 -07003213 configure_msm8960_power_grid();
David Collins26f05562011-06-20 09:56:28 -07003214 platform_device_register(&msm8960_device_rpm_regulator);
Stephen Boydbb600ae2011-08-02 20:11:40 -07003215 msm_clock_init(&msm8960_clock_init_data);
Vijayavardhan Vennapusafc464f02011-11-04 21:54:00 +05303216 if (machine_is_msm8960_liquid())
3217 msm_otg_pdata.mhl_enable = true;
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07003218 msm8960_device_otg.dev.platform_data = &msm_otg_pdata;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303219 if (machine_is_msm8960_mtp() || machine_is_msm8960_fluid() ||
3220 machine_is_msm8960_cdp()) {
Mayank Ranaa1f507b2012-08-14 10:57:00 +05303221 /* Due to availability of USB Switch in SGLTE Platform
3222 * it requires different HSUSB PHY settings compare to
3223 * 8960 MTP/CDP platform.
3224 */
3225 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3226 msm_otg_pdata.phy_init_seq = sglte_phy_init_seq;
3227 else
3228 msm_otg_pdata.phy_init_seq = wr_phy_init_seq;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303229 } else if (machine_is_msm8960_liquid()) {
3230 msm_otg_pdata.phy_init_seq =
3231 liquid_v1_phy_init_seq;
3232 }
Ofir Cohen94213a72012-05-03 14:26:32 +03003233 android_usb_pdata.swfi_latency =
Anji jonnalaa7c1c5c2011-12-12 12:20:36 +05303234 msm_rpmrs_levels[0].latency_us;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05303235 msm_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303236 if (SOCINFO_VERSION_MAJOR(socinfo_get_version()) >= 2 &&
3237 machine_is_msm8960_liquid())
3238 msm_device_hsic_host.dev.parent = &smsc_hub_device.dev;
Stepan Moskovchenko3b09bf52011-12-06 20:40:53 -08003239 msm8960_init_gpiomux();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003240 msm8960_device_qup_spi_gsbi1.dev.platform_data =
3241 &msm8960_qup_spi_gsbi1_pdata;
3242 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05303243 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE)
3244 spi_register_board_info(spi_eth_info, ARRAY_SIZE(spi_eth_info));
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003245
3246 msm8960_init_pmic();
Anirudh Ghayal15698162012-07-31 11:51:32 +05303247 if (machine_is_msm8960_liquid() || (machine_is_msm8960_mtp() &&
3248 (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)))
Mohan Pallakaf69f0492011-11-21 13:08:33 +05303249 msm_isa1200_board_info[0].platform_data = &isa1200_1_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003250 msm8960_i2c_init();
Lucille Sylvester34ec3692011-08-16 16:28:04 -06003251 msm8960_gfx_init();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003252 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
3253 msm_spm_l2_init(msm_spm_l2_data);
3254 msm8960_init_buses();
Matt Wagantall1f65d9d2012-04-25 14:24:20 -07003255 platform_add_devices(msm8960_footswitch, msm8960_num_footswitch);
David Collinsb10be1d2011-09-02 10:29:31 -07003256 if (machine_is_msm8960_liquid())
3257 platform_device_register(&msm8960_device_ext_3p3v_vreg);
David Collinsd5a40732011-11-29 15:53:56 -08003258 if (machine_is_msm8960_cdp())
3259 platform_device_register(&msm8960_device_ext_l2_vreg);
Stepan Moskovchenko2b4b1cd2012-03-29 18:21:04 -07003260
3261 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3262 platform_device_register(&msm8960_device_uart_gsbi8);
3263 else
3264 platform_device_register(&msm8960_device_uart_gsbi5);
3265
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003266 /* For 8960 Fusion 2.2 Primary IPC */
Mayank Ranad85a5082012-04-29 17:24:13 -07003267 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3268 msm_uart_dm9_pdata.wakeup_irq = gpio_to_irq(94); /* GSBI9(2) */
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003269 msm_device_uart_dm9.dev.platform_data = &msm_uart_dm9_pdata;
Mayank Rana77f83c22012-07-10 09:31:02 +05303270 platform_device_register(&msm_device_uart_dm9);
Mayank Ranad85a5082012-04-29 17:24:13 -07003271 }
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003272
Mayank Rana1f02d952012-07-04 19:11:20 +05303273 /* For 8960 Standalone External Bluetooth Interface */
3274 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE) {
3275 msm_device_uart_dm8.dev.platform_data = &msm_uart_dm8_pdata;
3276 platform_device_register(&msm_device_uart_dm8);
3277 }
Patrick Daly6578e0c2012-07-19 18:50:02 -07003278 if (cpu_is_msm8960ab())
3279 platform_device_register(&msm8960ab_device_acpuclk);
3280 else
3281 platform_device_register(&msm8960_device_acpuclk);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003282 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Arun Menond4837f62012-08-20 15:25:50 -07003283 msm8960_add_vidc_device();
Patrick Daly6578e0c2012-07-19 18:50:02 -07003284
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003285 msm8960_pm8921_gpio_mpp_init();
Stephen Boyd0ea1b762012-09-13 12:41:31 -07003286 /* Don't add modem devices on APQ targets */
3287 if (socinfo_get_id() != 124) {
3288 platform_device_register(&msm_8960_q6_mss_fw);
3289 platform_device_register(&msm_8960_q6_mss_sw);
3290 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003291 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303292 msm8960_init_smsc_hub();
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003293 msm8960_init_hsic();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003294#ifdef CONFIG_MSM_CAMERA
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003295 msm8960_init_cam();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003296#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003297 msm8960_init_mmc();
Mohan Pallaka50837382011-09-07 11:00:57 +05303298 if (machine_is_msm8960_liquid())
3299 mxt_init_hw_liquid();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003300 register_i2c_devices();
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -08003301 msm8960_init_fb();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003302 slim_register_board_info(msm_slim_devices,
3303 ARRAY_SIZE(msm_slim_devices));
3304 msm8960_init_dsps();
Larry Bassela7eadea2011-07-14 10:46:00 -07003305 change_memory_power = &msm8960_change_memory_power;
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06003306 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05303307 bt_power_init();
Joel King0cbf5d82012-05-24 15:21:38 -07003308 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3309 mdm_sglte_device.dev.platform_data = &sglte_platform_data;
3310 platform_device_register(&mdm_sglte_device);
3311 }
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -08003312}
3313
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003314MACHINE_START(MSM8960_CDP, "QCT MSM8960 CDP")
3315 .map_io = msm8960_map_io,
3316 .reserve = msm8960_reserve,
3317 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303318 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003319 .timer = &msm_timer,
3320 .init_machine = msm8960_cdp_init,
3321 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003322 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003323 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003324MACHINE_END
3325
3326MACHINE_START(MSM8960_MTP, "QCT MSM8960 MTP")
3327 .map_io = msm8960_map_io,
3328 .reserve = msm8960_reserve,
3329 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303330 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003331 .timer = &msm_timer,
3332 .init_machine = msm8960_cdp_init,
3333 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003334 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003335 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003336MACHINE_END
3337
3338MACHINE_START(MSM8960_FLUID, "QCT MSM8960 FLUID")
3339 .map_io = msm8960_map_io,
3340 .reserve = msm8960_reserve,
3341 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303342 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003343 .timer = &msm_timer,
3344 .init_machine = msm8960_cdp_init,
3345 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003346 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003347 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003348MACHINE_END
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003349
3350MACHINE_START(MSM8960_LIQUID, "QCT MSM8960 LIQUID")
3351 .map_io = msm8960_map_io,
3352 .reserve = msm8960_reserve,
3353 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303354 .handle_irq = gic_handle_irq,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003355 .timer = &msm_timer,
3356 .init_machine = msm8960_cdp_init,
3357 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003358 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003359 .restart = msm_restart,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003360MACHINE_END