blob: 1ee38a4623597da00a76fd7d8e2f5a01823ecef9 [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>
Laura Abbottd6183792011-08-19 13:42:24 -070080#include <linux/ion.h>
81#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
569 if (heap->type == ION_HEAP_TYPE_CP && heap->extra_data) {
570 struct ion_cp_heap_pdata *data = heap->extra_data;
571
572 reusable_count += (data->reusable) ? 1 : 0;
573
574 if (data->reusable && reusable_count > 1) {
575 pr_err("%s: Too many heaps specified as "
576 "reusable. Heap %s was not configured "
577 "as reusable.\n", __func__, heap->name);
578 data->reusable = 0;
579 }
580 }
581 }
582
Laura Abbottb93525f2012-04-12 09:57:19 -0700583 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
Olav Haugan8726caf2012-05-10 15:11:35 -0700584 struct ion_platform_heap *heap =
Laura Abbottb93525f2012-04-12 09:57:19 -0700585 &(msm8960_ion_pdata.heaps[i]);
Olav Haugan8726caf2012-05-10 15:11:35 -0700586 int align = SZ_4K;
587 int iommu_map_all = 0;
588 int adjacent_mem_id = INVALID_HEAP_ID;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800589
590 if (heap->extra_data) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700591 int fixed_position = NOT_FIXED;
592 int mem_is_fmem = 0;
593
Olav Haugan65f4bd82011-12-13 11:50:08 -0800594 switch (heap->type) {
595 case ION_HEAP_TYPE_CP:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800596 mem_is_fmem = ((struct ion_cp_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700597 heap->extra_data)->mem_is_fmem;
598 fixed_position = ((struct ion_cp_heap_pdata *)
599 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700600 align = ((struct ion_cp_heap_pdata *)
601 heap->extra_data)->align;
602 iommu_map_all =
603 ((struct ion_cp_heap_pdata *)
604 heap->extra_data)->iommu_map_all;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800605 break;
606 case ION_HEAP_TYPE_CARVEOUT:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800607 mem_is_fmem = ((struct ion_co_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700608 heap->extra_data)->mem_is_fmem;
609 fixed_position = ((struct ion_co_heap_pdata *)
610 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700611 adjacent_mem_id = ((struct ion_co_heap_pdata *)
612 heap->extra_data)->adjacent_mem_id;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700613 break;
614 default:
615 break;
616 }
617
Olav Haugan8726caf2012-05-10 15:11:35 -0700618 if (iommu_map_all) {
619 if (heap->size & (SZ_64K-1)) {
620 heap->size = ALIGN(heap->size, SZ_64K);
621 pr_info("Heap %s not aligned to 64K. Adjusting size to %x\n",
622 heap->name, heap->size);
623 }
624 }
625
626 if (mem_is_fmem && adjacent_mem_id != INVALID_HEAP_ID)
627 msm8960_fmem_pdata.align = align;
628
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700629 if (fixed_position != NOT_FIXED)
630 fixed_size += heap->size;
631 else
632 reserve_mem_for_ion(MEMTYPE_EBI1, heap->size);
633
634 if (fixed_position == FIXED_LOW)
635 fixed_low_size += heap->size;
636 else if (fixed_position == FIXED_MIDDLE)
637 fixed_middle_size += heap->size;
638 else if (fixed_position == FIXED_HIGH)
639 fixed_high_size += heap->size;
640
641 if (mem_is_fmem)
Laura Abbottb93525f2012-04-12 09:57:19 -0700642 msm8960_fmem_pdata.size += heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700643 }
644 }
645
646 if (!fixed_size)
647 return;
648
Laura Abbottb93525f2012-04-12 09:57:19 -0700649 if (msm8960_fmem_pdata.size) {
Deepak Kotur35825522012-06-06 15:49:14 -0700650 msm8960_fmem_pdata.reserved_size_low = fixed_low_size +
651 HOLE_SIZE;
Laura Abbottb93525f2012-04-12 09:57:19 -0700652 msm8960_fmem_pdata.reserved_size_high = fixed_high_size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700653 }
654
Larry Bassel4d4f4482012-04-04 11:26:09 -0700655 /* Since the fixed area may be carved out of lowmem,
656 * make sure the length is a multiple of 1M.
657 */
658 fixed_size = (fixed_size + MSM_MM_FW_SIZE + SECTION_SIZE - 1)
659 & SECTION_MASK;
660 msm8960_reserve_fixed_area(fixed_size);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700661
662 fixed_low_start = MSM8960_FIXED_AREA_START;
Deepak Kotur35825522012-06-06 15:49:14 -0700663 fixed_middle_start = fixed_low_start + fixed_low_size + HOLE_SIZE;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700664 fixed_high_start = fixed_middle_start + fixed_middle_size;
665
Laura Abbottb93525f2012-04-12 09:57:19 -0700666 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
667 struct ion_platform_heap *heap = &(msm8960_ion_pdata.heaps[i]);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700668
669 if (heap->extra_data) {
670 int fixed_position = NOT_FIXED;
Steve Muckle75c34ca2012-06-12 14:27:40 -0700671 struct ion_cp_heap_pdata *pdata = NULL;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700672
673 switch (heap->type) {
674 case ION_HEAP_TYPE_CP:
Deepak Kotur35825522012-06-06 15:49:14 -0700675 pdata =
676 (struct ion_cp_heap_pdata *)heap->extra_data;
677 fixed_position = pdata->fixed_position;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700678 break;
679 case ION_HEAP_TYPE_CARVEOUT:
680 fixed_position = ((struct ion_co_heap_pdata *)
681 heap->extra_data)->fixed_position;
682 break;
683 default:
684 break;
685 }
686
687 switch (fixed_position) {
688 case FIXED_LOW:
689 heap->base = fixed_low_start;
690 break;
691 case FIXED_MIDDLE:
692 heap->base = fixed_middle_start;
Deepak Kotur35825522012-06-06 15:49:14 -0700693 pdata->secure_base = fixed_middle_start
694 - HOLE_SIZE;
695 pdata->secure_size = HOLE_SIZE + heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700696 break;
697 case FIXED_HIGH:
698 heap->base = fixed_high_start;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800699 break;
700 default:
701 break;
702 }
703 }
Olav Haugan65f4bd82011-12-13 11:50:08 -0800704 }
Laura Abbottd6183792011-08-19 13:42:24 -0700705#endif
706}
Huaibin Yanga5419422011-12-08 23:52:10 -0800707
708static void __init reserve_mdp_memory(void)
709{
710 msm8960_mdp_writeback(msm8960_reserve_table);
711}
712
Stephen Boyd668d7652012-04-25 11:31:01 -0700713static void __init reserve_cache_dump_memory(void)
Laura Abbott306bcc22012-03-08 11:24:53 -0800714{
715#ifdef CONFIG_MSM_CACHE_DUMP
Laura Abbott306bcc22012-03-08 11:24:53 -0800716 unsigned int total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800717
Laura Abbott155ab6f2012-05-25 08:52:18 -0700718 total = msm8960_cache_dump_pdata.l1_size +
719 msm8960_cache_dump_pdata.l2_size;
Laura Abbott306bcc22012-03-08 11:24:53 -0800720 msm8960_reserve_table[MEMTYPE_EBI1].size += total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800721#endif
722}
723
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700724static void __init msm8960_calculate_reserve_sizes(void)
725{
726 size_pmem_devices();
727 reserve_pmem_memory();
Laura Abbottd6183792011-08-19 13:42:24 -0700728 reserve_ion_memory();
Huaibin Yanga5419422011-12-08 23:52:10 -0800729 reserve_mdp_memory();
Laura Abbottf8c03b92012-02-16 14:57:58 -0800730 reserve_rtb_memory();
Laura Abbott306bcc22012-03-08 11:24:53 -0800731 reserve_cache_dump_memory();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700732}
733
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700734static struct reserve_info msm8960_reserve_info __initdata = {
735 .memtype_reserve_table = msm8960_reserve_table,
736 .calculate_reserve_sizes = msm8960_calculate_reserve_sizes,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700737 .reserve_fixed_area = msm8960_reserve_fixed_area,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700738 .paddr_to_memtype = msm8960_paddr_to_memtype,
739};
740
Larry Basselb4126da2011-07-18 14:31:33 -0700741static int msm8960_memory_bank_size(void)
742{
743 return 1<<29;
744}
745
746static void __init locate_unstable_memory(void)
747{
748 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
749 unsigned long bank_size;
750 unsigned long low, high;
751
752 bank_size = msm8960_memory_bank_size();
Larry Bassel4d4f4482012-04-04 11:26:09 -0700753 msm8960_reserve_info.bank_size = bank_size;
754
Larry Basselb4126da2011-07-18 14:31:33 -0700755 low = meminfo.bank[0].start;
756 high = mb->start + mb->size;
Olav Haugan62052e42011-10-28 14:28:32 -0700757
758 /* Check if 32 bit overflow occured */
759 if (high < mb->start)
760 high = ~0UL;
761
Larry Bassel4d4f4482012-04-04 11:26:09 -0700762 if (high < MAX_FIXED_AREA_SIZE + MSM8960_FIXED_AREA_START)
763 panic("fixed area extends beyond end of memory\n");
764
Larry Basselb4126da2011-07-18 14:31:33 -0700765 low &= ~(bank_size - 1);
766
767 if (high - low <= bank_size)
Larry Bassel4d4f4482012-04-04 11:26:09 -0700768 goto no_dmm;
Larry Basselb8d61022012-02-24 10:49:45 -0800769
Larry Basselb8d61022012-02-24 10:49:45 -0800770#ifdef CONFIG_ENABLE_DMM
Jack Cheung60eaeab2012-01-09 16:40:26 -0800771 msm8960_reserve_info.low_unstable_address = mb->start -
772 MIN_MEMORY_BLOCK_SIZE + mb->size;
Jack Cheung0b1987e2011-11-18 13:36:29 -0800773 msm8960_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
Larry Basselb4126da2011-07-18 14:31:33 -0700774 pr_info("low unstable address %lx max size %lx bank size %lx\n",
775 msm8960_reserve_info.low_unstable_address,
776 msm8960_reserve_info.max_unstable_size,
777 msm8960_reserve_info.bank_size);
Larry Bassel4d4f4482012-04-04 11:26:09 -0700778 return;
Larry Basselb8d61022012-02-24 10:49:45 -0800779#endif
Larry Bassel4d4f4482012-04-04 11:26:09 -0700780no_dmm:
781 msm8960_reserve_info.low_unstable_address = high;
782 msm8960_reserve_info.max_unstable_size = 0;
Larry Basselb4126da2011-07-18 14:31:33 -0700783}
784
Larry Basselb830e182011-10-14 10:46:55 -0700785static void __init place_movable_zone(void)
786{
Larry Basselb8d61022012-02-24 10:49:45 -0800787#ifdef CONFIG_ENABLE_DMM
Larry Basselb830e182011-10-14 10:46:55 -0700788 movable_reserved_start = msm8960_reserve_info.low_unstable_address;
789 movable_reserved_size = msm8960_reserve_info.max_unstable_size;
790 pr_info("movable zone start %lx size %lx\n",
791 movable_reserved_start, movable_reserved_size);
Larry Basselb8d61022012-02-24 10:49:45 -0800792#endif
Larry Basselb830e182011-10-14 10:46:55 -0700793}
794
795static void __init msm8960_early_memory(void)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700796{
797 reserve_info = &msm8960_reserve_info;
Larry Basselb4126da2011-07-18 14:31:33 -0700798 locate_unstable_memory();
Larry Basselb830e182011-10-14 10:46:55 -0700799 place_movable_zone();
800}
801
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800802static char prim_panel_name[PANEL_NAME_MAX_LEN];
803static char ext_panel_name[PANEL_NAME_MAX_LEN];
804static int __init prim_display_setup(char *param)
805{
806 if (strnlen(param, PANEL_NAME_MAX_LEN))
807 strlcpy(prim_panel_name, param, PANEL_NAME_MAX_LEN);
808 return 0;
809}
810early_param("prim_display", prim_display_setup);
811
812static int __init ext_display_setup(char *param)
813{
814 if (strnlen(param, PANEL_NAME_MAX_LEN))
815 strlcpy(ext_panel_name, param, PANEL_NAME_MAX_LEN);
816 return 0;
817}
818early_param("ext_display", ext_display_setup);
819
Larry Basselb830e182011-10-14 10:46:55 -0700820static void __init msm8960_reserve(void)
821{
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800822 msm8960_set_display_params(prim_panel_name, ext_panel_name);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700823 msm_reserve();
Laura Abbottb93525f2012-04-12 09:57:19 -0700824 if (msm8960_fmem_pdata.size) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700825#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
Larry Bassel861985f2012-05-02 15:54:52 -0700826 if (reserve_info->fixed_area_size) {
827 msm8960_fmem_pdata.phys =
828 reserve_info->fixed_area_start + MSM_MM_FW_SIZE;
829 pr_info("mm fw at %lx (fixed) size %x\n",
830 reserve_info->fixed_area_start, MSM_MM_FW_SIZE);
831 pr_info("fmem start %lx (fixed) size %lx\n",
832 msm8960_fmem_pdata.phys,
833 msm8960_fmem_pdata.size);
834 }
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700835#endif
836 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700837}
838
Larry Bassela4414b12011-08-04 11:11:02 -0700839static int msm8960_change_memory_power(u64 start, u64 size,
840 int change_type)
Larry Bassela7eadea2011-07-14 10:46:00 -0700841{
Naveen Ramarajb03bb1b2011-09-12 14:34:31 -0700842 return soc_change_memory_power(start, size, change_type);
Larry Bassela7eadea2011-07-14 10:46:00 -0700843}
844
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700845static void __init msm8960_allocate_memory_regions(void)
846{
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800847 msm8960_allocate_fb_region();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700848}
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800849
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700850#ifdef CONFIG_WCD9310_CODEC
851
852#define TABLA_INTERRUPT_BASE (NR_MSM_IRQS + NR_GPIO_IRQS + NR_PM8921_IRQS)
853
Patrick Lai3043fba2011-08-01 14:15:57 -0700854/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
855 * 4 micbiases are used to power various analog and digital
856 * microphones operating at 1800 mV. Technically, all micbiases
857 * can source from single cfilter since all microphones operate
858 * at the same voltage level. The arrangement below is to make
859 * sure all cfilters are exercised. LDO_H regulator ouput level
860 * does not need to be as high as 2.85V. It is choosen for
861 * microphone sensitivity purpose.
862 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530863static struct wcd9xxx_pdata tabla_platform_data = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700864 .slimbus_slave_device = {
865 .name = "tabla-slave",
866 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
867 },
868 .irq = MSM_GPIO_TO_INT(62),
869 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530870 .num_irqs = NR_WCD9XXX_IRQS,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700871 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
Patrick Lai3043fba2011-08-01 14:15:57 -0700872 .micbias = {
873 .ldoh_v = TABLA_LDOH_2P85_V,
874 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700875 .cfilt2_mv = 2700,
Patrick Lai3043fba2011-08-01 14:15:57 -0700876 .cfilt3_mv = 1800,
877 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
878 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
879 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
880 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530881 },
882 .regulator = {
883 {
884 .name = "CDC_VDD_CP",
885 .min_uV = 1800000,
886 .max_uV = 1800000,
887 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
888 },
889 {
890 .name = "CDC_VDDA_RX",
891 .min_uV = 1800000,
892 .max_uV = 1800000,
893 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
894 },
895 {
896 .name = "CDC_VDDA_TX",
897 .min_uV = 1800000,
898 .max_uV = 1800000,
899 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
900 },
901 {
902 .name = "VDDIO_CDC",
903 .min_uV = 1800000,
904 .max_uV = 1800000,
905 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
906 },
907 {
908 .name = "VDDD_CDC_D",
909 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700910 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530911 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
912 },
913 {
914 .name = "CDC_VDDA_A_1P2V",
915 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700916 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530917 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
918 },
919 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700920};
921
922static struct slim_device msm_slim_tabla = {
923 .name = "tabla-slim",
924 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
925 .dev = {
926 .platform_data = &tabla_platform_data,
927 },
928};
Santosh Mardi60e19d92011-10-28 01:15:14 +0530929
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530930static struct wcd9xxx_pdata tabla20_platform_data = {
Santosh Mardi60e19d92011-10-28 01:15:14 +0530931 .slimbus_slave_device = {
932 .name = "tabla-slave",
933 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
934 },
935 .irq = MSM_GPIO_TO_INT(62),
936 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530937 .num_irqs = NR_WCD9XXX_IRQS,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530938 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
939 .micbias = {
940 .ldoh_v = TABLA_LDOH_2P85_V,
941 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700942 .cfilt2_mv = 2700,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530943 .cfilt3_mv = 1800,
944 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
945 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
946 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
947 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530948 },
949 .regulator = {
950 {
951 .name = "CDC_VDD_CP",
952 .min_uV = 1800000,
953 .max_uV = 1800000,
954 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
955 },
956 {
957 .name = "CDC_VDDA_RX",
958 .min_uV = 1800000,
959 .max_uV = 1800000,
960 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
961 },
962 {
963 .name = "CDC_VDDA_TX",
964 .min_uV = 1800000,
965 .max_uV = 1800000,
966 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
967 },
968 {
969 .name = "VDDIO_CDC",
970 .min_uV = 1800000,
971 .max_uV = 1800000,
972 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
973 },
974 {
975 .name = "VDDD_CDC_D",
976 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700977 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530978 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
979 },
980 {
981 .name = "CDC_VDDA_A_1P2V",
982 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700983 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530984 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
985 },
986 },
Santosh Mardi60e19d92011-10-28 01:15:14 +0530987};
988
989static struct slim_device msm_slim_tabla20 = {
990 .name = "tabla2x-slim",
991 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
992 .dev = {
993 .platform_data = &tabla20_platform_data,
994 },
995};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700996#endif
997
998static struct slim_boardinfo msm_slim_devices[] = {
999#ifdef CONFIG_WCD9310_CODEC
1000 {
1001 .bus_num = 1,
1002 .slim_slave = &msm_slim_tabla,
1003 },
Santosh Mardi60e19d92011-10-28 01:15:14 +05301004 {
1005 .bus_num = 1,
1006 .slim_slave = &msm_slim_tabla20,
1007 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001008#endif
1009 /* add more slimbus slaves as needed */
1010};
1011
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001012#define MSM_WCNSS_PHYS 0x03000000
1013#define MSM_WCNSS_SIZE 0x280000
1014
1015static struct resource resources_wcnss_wlan[] = {
1016 {
1017 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1018 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1019 .name = "wcnss_wlanrx_irq",
1020 .flags = IORESOURCE_IRQ,
1021 },
1022 {
1023 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1024 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1025 .name = "wcnss_wlantx_irq",
1026 .flags = IORESOURCE_IRQ,
1027 },
1028 {
1029 .start = MSM_WCNSS_PHYS,
1030 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
1031 .name = "wcnss_mmio",
1032 .flags = IORESOURCE_MEM,
1033 },
Ankur Nandwaniad0d9ac2011-09-26 11:49:25 -07001034 {
1035 .start = 84,
1036 .end = 88,
1037 .name = "wcnss_gpios_5wire",
1038 .flags = IORESOURCE_IO,
1039 },
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001040};
1041
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001042static struct qcom_wcnss_opts qcom_wcnss_pdata = {
1043 .has_48mhz_xo = 1,
1044};
1045
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001046static struct platform_device msm_device_wcnss_wlan = {
1047 .name = "wcnss_wlan",
1048 .id = 0,
1049 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
1050 .resource = resources_wcnss_wlan,
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001051 .dev = {.platform_data = &qcom_wcnss_pdata},
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001052};
1053
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001054#ifdef CONFIG_QSEECOM
1055/* qseecom bus scaling */
1056static struct msm_bus_vectors qseecom_clks_init_vectors[] = {
1057 {
1058 .src = MSM_BUS_MASTER_SPS,
1059 .dst = MSM_BUS_SLAVE_EBI_CH0,
1060 .ib = 0,
1061 .ab = 0,
1062 },
1063 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001064 .src = MSM_BUS_MASTER_SPS,
1065 .dst = MSM_BUS_SLAVE_SPS,
1066 .ib = 0,
1067 .ab = 0,
1068 },
1069 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001070 .src = MSM_BUS_MASTER_SPDM,
1071 .dst = MSM_BUS_SLAVE_SPDM,
1072 .ib = 0,
1073 .ab = 0,
1074 },
1075};
1076
1077static struct msm_bus_vectors qseecom_enable_dfab_vectors[] = {
1078 {
1079 .src = MSM_BUS_MASTER_SPS,
1080 .dst = MSM_BUS_SLAVE_EBI_CH0,
1081 .ib = (492 * 8) * 1000000UL,
1082 .ab = (492 * 8) * 100000UL,
1083 },
1084 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001085 .src = MSM_BUS_MASTER_SPS,
1086 .dst = MSM_BUS_SLAVE_SPS,
1087 .ib = (492 * 8) * 1000000UL,
1088 .ab = (492 * 8) * 100000UL,
1089 },
1090 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001091 .src = MSM_BUS_MASTER_SPDM,
1092 .dst = MSM_BUS_SLAVE_SPDM,
1093 .ib = 0,
1094 .ab = 0,
1095 },
1096};
1097
1098static struct msm_bus_vectors qseecom_enable_sfpb_vectors[] = {
1099 {
1100 .src = MSM_BUS_MASTER_SPS,
1101 .dst = MSM_BUS_SLAVE_EBI_CH0,
1102 .ib = 0,
1103 .ab = 0,
1104 },
1105 {
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001106 .src = MSM_BUS_MASTER_SPS,
1107 .dst = MSM_BUS_SLAVE_SPS,
1108 .ib = 0,
1109 .ab = 0,
1110 },
1111 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001112 .src = MSM_BUS_MASTER_SPDM,
1113 .dst = MSM_BUS_SLAVE_SPDM,
1114 .ib = (64 * 8) * 1000000UL,
1115 .ab = (64 * 8) * 100000UL,
1116 },
1117};
1118
1119static struct msm_bus_paths qseecom_hw_bus_scale_usecases[] = {
1120 {
1121 ARRAY_SIZE(qseecom_clks_init_vectors),
1122 qseecom_clks_init_vectors,
1123 },
1124 {
1125 ARRAY_SIZE(qseecom_enable_dfab_vectors),
Ramesh Masavarapu037942d2012-09-04 11:52:57 -07001126 qseecom_enable_dfab_vectors,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001127 },
1128 {
1129 ARRAY_SIZE(qseecom_enable_sfpb_vectors),
1130 qseecom_enable_sfpb_vectors,
1131 },
1132};
1133
1134static struct msm_bus_scale_pdata qseecom_bus_pdata = {
1135 qseecom_hw_bus_scale_usecases,
1136 ARRAY_SIZE(qseecom_hw_bus_scale_usecases),
1137 .name = "qsee",
1138};
1139
1140static struct platform_device qseecom_device = {
1141 .name = "qseecom",
1142 .id = 0,
1143 .dev = {
1144 .platform_data = &qseecom_bus_pdata,
1145 },
1146};
1147#endif
1148
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001149#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1150 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1151 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1152 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1153
1154#define QCE_SIZE 0x10000
1155#define QCE_0_BASE 0x18500000
1156
1157#define QCE_HW_KEY_SUPPORT 0
1158#define QCE_SHA_HMAC_SUPPORT 1
1159#define QCE_SHARE_CE_RESOURCE 1
1160#define QCE_CE_SHARED 0
1161
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001162/* Begin Bus scaling definitions */
1163static struct msm_bus_vectors crypto_hw_init_vectors[] = {
1164 {
1165 .src = MSM_BUS_MASTER_ADM_PORT0,
1166 .dst = MSM_BUS_SLAVE_EBI_CH0,
1167 .ab = 0,
1168 .ib = 0,
1169 },
1170 {
1171 .src = MSM_BUS_MASTER_ADM_PORT1,
1172 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1173 .ab = 0,
1174 .ib = 0,
1175 },
1176};
1177
1178static struct msm_bus_vectors crypto_hw_active_vectors[] = {
1179 {
1180 .src = MSM_BUS_MASTER_ADM_PORT0,
1181 .dst = MSM_BUS_SLAVE_EBI_CH0,
1182 .ab = 70000000UL,
1183 .ib = 70000000UL,
1184 },
1185 {
1186 .src = MSM_BUS_MASTER_ADM_PORT1,
1187 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1188 .ab = 2480000000UL,
1189 .ib = 2480000000UL,
1190 },
1191};
1192
1193static struct msm_bus_paths crypto_hw_bus_scale_usecases[] = {
1194 {
1195 ARRAY_SIZE(crypto_hw_init_vectors),
1196 crypto_hw_init_vectors,
1197 },
1198 {
1199 ARRAY_SIZE(crypto_hw_active_vectors),
1200 crypto_hw_active_vectors,
1201 },
1202};
1203
1204static struct msm_bus_scale_pdata crypto_hw_bus_scale_pdata = {
1205 crypto_hw_bus_scale_usecases,
1206 ARRAY_SIZE(crypto_hw_bus_scale_usecases),
1207 .name = "cryptohw",
1208};
1209/* End Bus Scaling Definitions*/
1210
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001211static struct resource qcrypto_resources[] = {
1212 [0] = {
1213 .start = QCE_0_BASE,
1214 .end = QCE_0_BASE + QCE_SIZE - 1,
1215 .flags = IORESOURCE_MEM,
1216 },
1217 [1] = {
1218 .name = "crypto_channels",
1219 .start = DMOV_CE_IN_CHAN,
1220 .end = DMOV_CE_OUT_CHAN,
1221 .flags = IORESOURCE_DMA,
1222 },
1223 [2] = {
1224 .name = "crypto_crci_in",
1225 .start = DMOV_CE_IN_CRCI,
1226 .end = DMOV_CE_IN_CRCI,
1227 .flags = IORESOURCE_DMA,
1228 },
1229 [3] = {
1230 .name = "crypto_crci_out",
1231 .start = DMOV_CE_OUT_CRCI,
1232 .end = DMOV_CE_OUT_CRCI,
1233 .flags = IORESOURCE_DMA,
1234 },
1235};
1236
1237static struct resource qcedev_resources[] = {
1238 [0] = {
1239 .start = QCE_0_BASE,
1240 .end = QCE_0_BASE + QCE_SIZE - 1,
1241 .flags = IORESOURCE_MEM,
1242 },
1243 [1] = {
1244 .name = "crypto_channels",
1245 .start = DMOV_CE_IN_CHAN,
1246 .end = DMOV_CE_OUT_CHAN,
1247 .flags = IORESOURCE_DMA,
1248 },
1249 [2] = {
1250 .name = "crypto_crci_in",
1251 .start = DMOV_CE_IN_CRCI,
1252 .end = DMOV_CE_IN_CRCI,
1253 .flags = IORESOURCE_DMA,
1254 },
1255 [3] = {
1256 .name = "crypto_crci_out",
1257 .start = DMOV_CE_OUT_CRCI,
1258 .end = DMOV_CE_OUT_CRCI,
1259 .flags = IORESOURCE_DMA,
1260 },
1261};
1262
1263#endif
1264
1265#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1266 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1267
1268static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1269 .ce_shared = QCE_CE_SHARED,
1270 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1271 .hw_key_support = QCE_HW_KEY_SUPPORT,
1272 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001273 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001274};
1275
1276static struct platform_device qcrypto_device = {
1277 .name = "qcrypto",
1278 .id = 0,
1279 .num_resources = ARRAY_SIZE(qcrypto_resources),
1280 .resource = qcrypto_resources,
1281 .dev = {
1282 .coherent_dma_mask = DMA_BIT_MASK(32),
1283 .platform_data = &qcrypto_ce_hw_suppport,
1284 },
1285};
1286#endif
1287
1288#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1289 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1290
1291static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
1292 .ce_shared = QCE_CE_SHARED,
1293 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1294 .hw_key_support = QCE_HW_KEY_SUPPORT,
1295 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001296 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001297};
1298
1299static struct platform_device qcedev_device = {
1300 .name = "qce",
1301 .id = 0,
1302 .num_resources = ARRAY_SIZE(qcedev_resources),
1303 .resource = qcedev_resources,
1304 .dev = {
1305 .coherent_dma_mask = DMA_BIT_MASK(32),
1306 .platform_data = &qcedev_ce_hw_suppport,
1307 },
1308};
1309#endif
1310
Joel King0cbf5d82012-05-24 15:21:38 -07001311static struct mdm_platform_data sglte_platform_data = {
1312 .mdm_version = "4.0",
1313 .ramdump_delay_ms = 1000,
Joel King63ce8332012-06-01 09:59:26 -07001314 .soft_reset_inverted = 1,
Joel King0cbf5d82012-05-24 15:21:38 -07001315 .peripheral_platform_device = NULL,
Ameya Thakurc9a7a842012-06-24 22:47:52 -07001316 .ramdump_timeout_ms = 600000,
Ameya Thakura98bde52012-06-28 18:55:19 -07001317 .no_powerdown_after_ramdumps = 1,
Ameya Thakur43248fd2012-07-10 18:50:52 -07001318 .image_upgrade_supported = 1,
Joel Kingb8352a12011-11-15 18:46:24 -08001319};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001320
Joel Nider266a2642011-10-16 10:58:05 +02001321#define MSM_TSIF0_PHYS (0x18200000)
1322#define MSM_TSIF1_PHYS (0x18201000)
1323#define MSM_TSIF_SIZE (0x200)
1324#define MSM_TSPP_PHYS (0x18202000)
1325#define MSM_TSPP_SIZE (0x1000)
1326#define MSM_TSPP_BAM_PHYS (0x18204000)
1327#define MSM_TSPP_BAM_SIZE (0x2000)
1328
1329#define TSIF_0_CLK GPIO_CFG(75, 1, GPIO_CFG_INPUT, \
1330 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1331#define TSIF_0_EN GPIO_CFG(76, 1, GPIO_CFG_INPUT, \
1332 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1333#define TSIF_0_DATA GPIO_CFG(77, 1, GPIO_CFG_INPUT, \
1334 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1335#define TSIF_0_SYNC GPIO_CFG(82, 1, GPIO_CFG_INPUT, \
1336 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1337#define TSIF_1_CLK GPIO_CFG(79, 1, GPIO_CFG_INPUT, \
1338 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1339#define TSIF_1_EN GPIO_CFG(80, 1, GPIO_CFG_INPUT, \
1340 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1341#define TSIF_1_DATA GPIO_CFG(81, 1, GPIO_CFG_INPUT, \
1342 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1343#define TSIF_1_SYNC GPIO_CFG(78, 1, GPIO_CFG_INPUT, \
1344 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1345
1346static const struct msm_gpio tsif_gpios[] = {
1347 { .gpio_cfg = TSIF_0_CLK, .label = "tsif0_clk", },
1348 { .gpio_cfg = TSIF_0_EN, .label = "tsif0_en", },
1349 { .gpio_cfg = TSIF_0_DATA, .label = "tsif0_data", },
1350 { .gpio_cfg = TSIF_0_SYNC, .label = "tsif0_sync", },
1351 { .gpio_cfg = TSIF_1_CLK, .label = "tsif1_clk", },
1352 { .gpio_cfg = TSIF_1_EN, .label = "tsif1_en", },
1353 { .gpio_cfg = TSIF_1_DATA, .label = "tsif1_data", },
1354 { .gpio_cfg = TSIF_1_SYNC, .label = "tsif1_sync", },
1355};
1356
1357static struct resource tspp_resources[] = {
1358 [0] = {
1359 .flags = IORESOURCE_IRQ,
1360 .start = TSIF_TSPP_IRQ,
1361 .end = TSIF1_IRQ,
1362 },
1363 [1] = {
1364 .flags = IORESOURCE_MEM,
1365 .start = MSM_TSIF0_PHYS,
1366 .end = MSM_TSIF0_PHYS + MSM_TSIF_SIZE - 1,
1367 },
1368 [2] = {
1369 .flags = IORESOURCE_MEM,
1370 .start = MSM_TSIF1_PHYS,
1371 .end = MSM_TSIF1_PHYS + MSM_TSIF_SIZE - 1,
1372 },
1373 [3] = {
1374 .flags = IORESOURCE_MEM,
1375 .start = MSM_TSPP_PHYS,
1376 .end = MSM_TSPP_PHYS + MSM_TSPP_SIZE - 1,
1377 },
1378 [4] = {
1379 .flags = IORESOURCE_MEM,
1380 .start = MSM_TSPP_BAM_PHYS,
1381 .end = MSM_TSPP_BAM_PHYS + MSM_TSPP_BAM_SIZE - 1,
1382 },
1383};
1384
1385static struct msm_tspp_platform_data tspp_platform_data = {
1386 .num_gpios = ARRAY_SIZE(tsif_gpios),
1387 .gpios = tsif_gpios,
1388 .tsif_pclk = "tsif_pclk",
1389 .tsif_ref_clk = "tsif_ref_clk",
1390};
1391
1392static struct platform_device msm_device_tspp = {
1393 .name = "msm_tspp",
1394 .id = 0,
1395 .num_resources = ARRAY_SIZE(tspp_resources),
1396 .resource = tspp_resources,
1397 .dev = {
1398 .platform_data = &tspp_platform_data
1399 },
1400};
1401
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001402#define MSM_SHARED_RAM_PHYS 0x80000000
1403
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001404static void __init msm8960_map_io(void)
1405{
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001406 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001407 msm_map_msm8960_io();
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07001408
1409 if (socinfo_init() < 0)
1410 pr_err("socinfo_init() failed!\n");
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001411}
1412
1413static void __init msm8960_init_irq(void)
1414{
Praveen Chidambaram78499012011-11-01 17:15:17 -06001415 struct msm_mpm_device_data *data = NULL;
1416
1417#ifdef CONFIG_MSM_MPM
1418 data = &msm8960_mpm_dev_data;
1419#endif
1420
1421 msm_mpm_irq_extn_init(data);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001422 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001423 (void *)MSM_QGIC_CPU_BASE);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001424}
1425
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001426static void __init msm8960_init_buses(void)
1427{
1428#ifdef CONFIG_MSM_BUS_SCALING
Gagan Macdc1dc142011-09-16 15:13:35 -06001429 msm_bus_rpm_set_mt_mask();
Gagan Macae154c4b2011-10-05 19:24:43 -06001430 msm_bus_8960_apps_fabric_pdata.rpm_enabled = 1;
1431 msm_bus_8960_sys_fabric_pdata.rpm_enabled = 1;
Gagan Macae154c4b2011-10-05 19:24:43 -06001432 msm_bus_apps_fabric.dev.platform_data =
1433 &msm_bus_8960_apps_fabric_pdata;
1434 msm_bus_sys_fabric.dev.platform_data = &msm_bus_8960_sys_fabric_pdata;
Gagan Mac680bfc02012-07-19 19:11:00 -06001435 if (cpu_is_msm8960ab()) {
1436 msm_bus_8960_sg_mm_fabric_pdata.rpm_enabled = 1;
1437 msm_bus_mm_fabric.dev.platform_data =
1438 &msm_bus_8960_sg_mm_fabric_pdata;
1439 } else {
1440 msm_bus_8960_mm_fabric_pdata.rpm_enabled = 1;
1441 msm_bus_mm_fabric.dev.platform_data =
1442 &msm_bus_8960_mm_fabric_pdata;
1443 }
Gagan Macae154c4b2011-10-05 19:24:43 -06001444 msm_bus_sys_fpb.dev.platform_data = &msm_bus_8960_sys_fpb_pdata;
1445 msm_bus_cpss_fpb.dev.platform_data = &msm_bus_8960_cpss_fpb_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001446#endif
1447}
1448
1449static struct msm_spi_platform_data msm8960_qup_spi_gsbi1_pdata = {
1450 .max_clock_speed = 15060000,
Kiran Gunda2b285652012-07-30 13:22:39 +05301451 .infinite_mode = 0xFFC0,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001452};
1453
1454#ifdef CONFIG_USB_MSM_OTG_72K
1455static struct msm_otg_platform_data msm_otg_pdata;
1456#else
Anji jonnalaa8b8d732011-12-06 10:03:24 +05301457static int wr_phy_init_seq[] = {
1458 0x44, 0x80, /* set VBUS valid threshold
1459 and disconnect valid threshold */
1460 0x38, 0x81, /* update DC voltage level */
1461 0x14, 0x82, /* set preemphasis and rise/fall time */
1462 0x13, 0x83, /* set source impedance adjusment */
1463 -1};
1464
1465static int liquid_v1_phy_init_seq[] = {
1466 0x44, 0x80,/* set VBUS valid threshold
1467 and disconnect valid threshold */
1468 0x3C, 0x81,/* update DC voltage level */
1469 0x18, 0x82,/* set preemphasis and rise/fall time */
1470 0x23, 0x83,/* set source impedance sdjusment */
1471 -1};
1472
Mayank Ranaa1f507b2012-08-14 10:57:00 +05301473static int sglte_phy_init_seq[] = {
1474 0x44, 0x80, /* set VBUS valid threshold
1475 and disconnect valid threshold */
1476 0x3A, 0x81, /* update DC voltage level */
1477 0x24, 0x82, /* set preemphasis and rise/fall time */
1478 0x13, 0x83, /* set source impedance adjusment */
1479 -1};
1480
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301481#ifdef CONFIG_MSM_BUS_SCALING
1482/* Bandwidth requests (zero) if no vote placed */
1483static struct msm_bus_vectors usb_init_vectors[] = {
1484 {
1485 .src = MSM_BUS_MASTER_SPS,
1486 .dst = MSM_BUS_SLAVE_EBI_CH0,
1487 .ab = 0,
1488 .ib = 0,
1489 },
1490};
1491
1492/* Bus bandwidth requests in Bytes/sec */
1493static struct msm_bus_vectors usb_max_vectors[] = {
1494 {
1495 .src = MSM_BUS_MASTER_SPS,
1496 .dst = MSM_BUS_SLAVE_EBI_CH0,
1497 .ab = 60000000, /* At least 480Mbps on bus. */
1498 .ib = 960000000, /* MAX bursts rate */
1499 },
1500};
1501
1502static struct msm_bus_paths usb_bus_scale_usecases[] = {
1503 {
1504 ARRAY_SIZE(usb_init_vectors),
1505 usb_init_vectors,
1506 },
1507 {
1508 ARRAY_SIZE(usb_max_vectors),
1509 usb_max_vectors,
1510 },
1511};
1512
1513static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
1514 usb_bus_scale_usecases,
1515 ARRAY_SIZE(usb_bus_scale_usecases),
1516 .name = "usb",
1517};
1518#endif
1519
Jack Pham87f202f2012-08-06 00:24:22 -07001520#define MSM_MPM_PIN_USB1_OTGSESSVLD 40
1521
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001522static struct msm_otg_platform_data msm_otg_pdata = {
1523 .mode = USB_OTG,
1524 .otg_control = OTG_PMIC_CONTROL,
1525 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001526 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
Anji jonnala4e3e6772011-09-15 18:53:42 +05301527 .power_budget = 750,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301528#ifdef CONFIG_MSM_BUS_SCALING
1529 .bus_scale_table = &usb_bus_scale_pdata,
Jack Pham87f202f2012-08-06 00:24:22 -07001530 .mpm_otgsessvld_int = MSM_MPM_PIN_USB1_OTGSESSVLD,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301531#endif
Pavankumar Kondeti2aec9f32012-06-13 09:06:03 +05301532#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
1533 .mhl_dev_name = "sii8334",
1534#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001535};
1536#endif
1537
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301538#ifdef CONFIG_USB_EHCI_MSM_HSIC
Vijayavardhan Vennapusa2b592824f2011-11-02 19:51:32 +05301539#define HSIC_HUB_RESET_GPIO 91
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301540static struct msm_hsic_host_platform_data msm_hsic_pdata = {
1541 .strobe = 150,
1542 .data = 151,
1543};
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301544
1545static struct smsc_hub_platform_data hsic_hub_pdata = {
1546 .hub_reset = HSIC_HUB_RESET_GPIO,
1547};
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301548#else
1549static struct msm_hsic_host_platform_data msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301550static struct smsc_hub_platform_data hsic_hub_pdata;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301551#endif
1552
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301553static struct platform_device smsc_hub_device = {
1554 .name = "msm_smsc_hub",
1555 .id = -1,
1556 .dev = {
1557 .platform_data = &hsic_hub_pdata,
1558 },
1559};
1560
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001561#define PID_MAGIC_ID 0x71432909
1562#define SERIAL_NUM_MAGIC_ID 0x61945374
1563#define SERIAL_NUMBER_LENGTH 127
1564#define DLOAD_USB_BASE_ADD 0x2A03F0C8
1565
1566struct magic_num_struct {
1567 uint32_t pid;
1568 uint32_t serial_num;
1569};
1570
1571struct dload_struct {
1572 uint32_t reserved1;
1573 uint32_t reserved2;
1574 uint32_t reserved3;
1575 uint16_t reserved4;
1576 uint16_t pid;
1577 char serial_number[SERIAL_NUMBER_LENGTH];
1578 uint16_t reserved5;
1579 struct magic_num_struct magic_struct;
1580};
1581
1582static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
1583{
1584 struct dload_struct __iomem *dload = 0;
1585
1586 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
1587 if (!dload) {
1588 pr_err("%s: cannot remap I/O memory region: %08x\n",
1589 __func__, DLOAD_USB_BASE_ADD);
1590 return -ENXIO;
1591 }
1592
1593 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
1594 __func__, dload, pid, snum);
1595 /* update pid */
1596 dload->magic_struct.pid = PID_MAGIC_ID;
1597 dload->pid = pid;
1598
1599 /* update serial number */
1600 dload->magic_struct.serial_num = 0;
1601 if (!snum) {
1602 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
1603 goto out;
1604 }
1605
1606 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
Jin Honge49b1482011-10-03 11:15:50 -07001607 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001608out:
1609 iounmap(dload);
1610 return 0;
1611}
1612
1613static struct android_usb_platform_data android_usb_pdata = {
1614 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
1615};
1616
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07001617static struct platform_device android_usb_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001618 .name = "android_usb",
1619 .id = -1,
1620 .dev = {
1621 .platform_data = &android_usb_pdata,
1622 },
1623};
1624
1625static uint8_t spm_wfi_cmd_sequence[] __initdata = {
1626 0x03, 0x0f,
1627};
1628
1629static uint8_t spm_power_collapse_without_rpm[] __initdata = {
1630 0x00, 0x24, 0x54, 0x10,
1631 0x09, 0x03, 0x01,
1632 0x10, 0x54, 0x30, 0x0C,
1633 0x24, 0x30, 0x0f,
1634};
1635
1636static uint8_t spm_power_collapse_with_rpm[] __initdata = {
1637 0x00, 0x24, 0x54, 0x10,
1638 0x09, 0x07, 0x01, 0x0B,
1639 0x10, 0x54, 0x30, 0x0C,
1640 0x24, 0x30, 0x0f,
1641};
1642
1643static struct msm_spm_seq_entry msm_spm_seq_list[] __initdata = {
1644 [0] = {
1645 .mode = MSM_SPM_MODE_CLOCK_GATING,
1646 .notify_rpm = false,
1647 .cmd = spm_wfi_cmd_sequence,
1648 },
1649 [1] = {
1650 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1651 .notify_rpm = false,
1652 .cmd = spm_power_collapse_without_rpm,
1653 },
1654 [2] = {
1655 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1656 .notify_rpm = true,
1657 .cmd = spm_power_collapse_with_rpm,
1658 },
1659};
1660
1661static struct msm_spm_platform_data msm_spm_data[] __initdata = {
1662 [0] = {
1663 .reg_base_addr = MSM_SAW0_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001664 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001665#if defined(CONFIG_MSM_AVS_HW)
1666 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1667 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1668#endif
1669 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001670 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001671 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1672 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1673 .vctl_timeout_us = 50,
1674 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1675 .modes = msm_spm_seq_list,
1676 },
1677 [1] = {
1678 .reg_base_addr = MSM_SAW1_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001679 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001680#if defined(CONFIG_MSM_AVS_HW)
1681 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1682 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1683#endif
1684 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001685 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001686 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1687 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1688 .vctl_timeout_us = 50,
1689 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1690 .modes = msm_spm_seq_list,
1691 },
1692};
1693
1694static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
1695 0x00, 0x20, 0x03, 0x20,
1696 0x00, 0x0f,
1697};
1698
1699static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
1700 0x00, 0x20, 0x34, 0x64,
1701 0x48, 0x07, 0x48, 0x20,
1702 0x50, 0x64, 0x04, 0x34,
1703 0x50, 0x0f,
1704};
1705static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
1706 0x00, 0x10, 0x34, 0x64,
1707 0x48, 0x07, 0x48, 0x10,
1708 0x50, 0x64, 0x04, 0x34,
1709 0x50, 0x0F,
1710};
1711
1712static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
1713 [0] = {
1714 .mode = MSM_SPM_L2_MODE_RETENTION,
1715 .notify_rpm = false,
1716 .cmd = l2_spm_wfi_cmd_sequence,
1717 },
1718 [1] = {
1719 .mode = MSM_SPM_L2_MODE_GDHS,
1720 .notify_rpm = true,
1721 .cmd = l2_spm_gdhs_cmd_sequence,
1722 },
1723 [2] = {
1724 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
1725 .notify_rpm = true,
1726 .cmd = l2_spm_power_off_cmd_sequence,
1727 },
1728};
1729
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001730static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
1731 [0] = {
1732 .reg_base_addr = MSM_SAW_L2_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001733 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001734 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001735 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
1736 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
1737 .modes = msm_spm_l2_seq_list,
1738 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
1739 },
1740};
1741
Anirudh Ghayal15698162012-07-31 11:51:32 +05301742#define HAP_SHIFT_LVL_OE_GPIO 47
1743#define HAP_SHIFT_LVL_OE_GPIO_SGLTE 89
Mohan Pallaka5e490392011-09-09 15:18:41 +05301744#define PM_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
1745#define PM_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
1746
1747static struct msm_xo_voter *xo_handle_d1;
1748
1749static int isa1200_power(int on)
1750{
1751 int rc = 0;
Anirudh Ghayal15698162012-07-31 11:51:32 +05301752 int hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO;
Mohan Pallaka5e490392011-09-09 15:18:41 +05301753
Anirudh Ghayal15698162012-07-31 11:51:32 +05301754 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1755 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1756
1757
1758 gpio_set_value(hap_oe_gpio, !!on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301759
1760 rc = on ? msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_ON) :
1761 msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_OFF);
1762 if (rc < 0) {
1763 pr_err("%s: failed to %svote for TCXO D1 buffer%d\n",
1764 __func__, on ? "" : "de-", rc);
1765 goto err_xo_vote;
1766 }
1767
1768 return 0;
1769
1770err_xo_vote:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301771 gpio_set_value(hap_oe_gpio, !on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301772 return rc;
1773}
1774
1775static int isa1200_dev_setup(bool enable)
1776{
1777 int rc = 0;
Anirudh Ghayal15698162012-07-31 11:51:32 +05301778 int hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO;
Mohan Pallaka5e490392011-09-09 15:18:41 +05301779
1780 struct pm_gpio hap_gpio_config = {
1781 .direction = PM_GPIO_DIR_OUT,
1782 .pull = PM_GPIO_PULL_NO,
1783 .out_strength = PM_GPIO_STRENGTH_HIGH,
1784 .function = PM_GPIO_FUNC_NORMAL,
1785 .inv_int_pol = 0,
1786 .vin_sel = 2,
1787 .output_buffer = PM_GPIO_OUT_BUF_CMOS,
1788 .output_value = 0,
1789 };
1790
Anirudh Ghayal15698162012-07-31 11:51:32 +05301791 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1792 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1793
Mohan Pallaka5e490392011-09-09 15:18:41 +05301794 if (enable == true) {
1795 rc = pm8xxx_gpio_config(PM_HAP_EN_GPIO, &hap_gpio_config);
1796 if (rc) {
1797 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1798 __func__, PM_HAP_EN_GPIO, rc);
1799 return rc;
1800 }
1801
1802 rc = pm8xxx_gpio_config(PM_HAP_LEN_GPIO, &hap_gpio_config);
1803 if (rc) {
1804 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1805 __func__, PM_HAP_LEN_GPIO, rc);
1806 return rc;
1807 }
1808
Anirudh Ghayal15698162012-07-31 11:51:32 +05301809 rc = gpio_request(hap_oe_gpio, "hap_shft_lvl_oe");
Mohan Pallaka5e490392011-09-09 15:18:41 +05301810 if (rc) {
1811 pr_err("%s: unable to request gpio %d (%d)\n",
Anirudh Ghayal15698162012-07-31 11:51:32 +05301812 __func__, hap_oe_gpio, rc);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301813 return rc;
1814 }
1815
Anirudh Ghayal15698162012-07-31 11:51:32 +05301816 rc = gpio_direction_output(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301817 if (rc) {
1818 pr_err("%s: Unable to set direction\n", __func__);
1819 goto free_gpio;
1820 }
1821
1822 xo_handle_d1 = msm_xo_get(MSM_XO_TCXO_D1, "isa1200");
1823 if (IS_ERR(xo_handle_d1)) {
1824 rc = PTR_ERR(xo_handle_d1);
1825 pr_err("%s: failed to get the handle for D1(%d)\n",
1826 __func__, rc);
1827 goto gpio_set_dir;
1828 }
1829 } else {
Anirudh Ghayal15698162012-07-31 11:51:32 +05301830 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301831
1832 msm_xo_put(xo_handle_d1);
1833 }
1834
1835 return 0;
1836
1837gpio_set_dir:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301838 gpio_set_value(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301839free_gpio:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301840 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301841 return rc;
1842}
1843
1844static struct isa1200_regulator isa1200_reg_data[] = {
1845 {
1846 .name = "vcc_i2c",
1847 .min_uV = ISA_I2C_VTG_MIN_UV,
1848 .max_uV = ISA_I2C_VTG_MAX_UV,
1849 .load_uA = ISA_I2C_CURR_UA,
1850 },
1851};
1852
1853static struct isa1200_platform_data isa1200_1_pdata = {
1854 .name = "vibrator",
1855 .dev_setup = isa1200_dev_setup,
1856 .power_on = isa1200_power,
1857 .hap_en_gpio = PM_HAP_EN_GPIO,
1858 .hap_len_gpio = PM_HAP_LEN_GPIO,
1859 .max_timeout = 15000,
1860 .mode_ctrl = PWM_GEN_MODE,
1861 .pwm_fd = {
1862 .pwm_div = 256,
1863 },
1864 .is_erm = false,
1865 .smart_en = true,
1866 .ext_clk_en = true,
1867 .chip_en = 1,
1868 .regulator_info = isa1200_reg_data,
1869 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
1870};
1871
1872static struct i2c_board_info msm_isa1200_board_info[] __initdata = {
1873 {
1874 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
Mohan Pallaka5e490392011-09-09 15:18:41 +05301875 },
1876};
1877
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001878#define CYTTSP_TS_GPIO_IRQ 11
1879#define CYTTSP_TS_SLEEP_GPIO 50
1880#define CYTTSP_TS_RESOUT_N_GPIO 52
1881
1882/*virtual key support */
1883static ssize_t tma340_vkeys_show(struct kobject *kobj,
1884 struct kobj_attribute *attr, char *buf)
1885{
1886 return snprintf(buf, 200,
1887 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
1888 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
1889 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
1890 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
1891 "\n");
1892}
1893
1894static struct kobj_attribute tma340_vkeys_attr = {
1895 .attr = {
1896 .mode = S_IRUGO,
1897 },
1898 .show = &tma340_vkeys_show,
1899};
1900
1901static struct attribute *tma340_properties_attrs[] = {
1902 &tma340_vkeys_attr.attr,
1903 NULL
1904};
1905
1906static struct attribute_group tma340_properties_attr_group = {
1907 .attrs = tma340_properties_attrs,
1908};
1909
1910
1911static int cyttsp_platform_init(struct i2c_client *client)
1912{
1913 int rc = 0;
1914 static struct kobject *tma340_properties_kobj;
1915
1916 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
1917 tma340_properties_kobj = kobject_create_and_add("board_properties",
1918 NULL);
1919 if (tma340_properties_kobj)
1920 rc = sysfs_create_group(tma340_properties_kobj,
1921 &tma340_properties_attr_group);
1922 if (!tma340_properties_kobj || rc)
1923 pr_err("%s: failed to create board_properties\n",
1924 __func__);
1925
1926 return 0;
1927}
1928
1929static struct cyttsp_regulator regulator_data[] = {
1930 {
1931 .name = "vdd",
1932 .min_uV = CY_TMA300_VTG_MIN_UV,
1933 .max_uV = CY_TMA300_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301934 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
1935 .lpm_load_uA = CY_TMA300_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001936 },
1937 /* TODO: Remove after runtime PM is enabled in I2C driver */
1938 {
1939 .name = "vcc_i2c",
1940 .min_uV = CY_I2C_VTG_MIN_UV,
1941 .max_uV = CY_I2C_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301942 .hpm_load_uA = CY_I2C_CURR_UA,
1943 .lpm_load_uA = CY_I2C_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001944 },
1945};
1946
1947static struct cyttsp_platform_data cyttsp_pdata = {
1948 .panel_maxx = 634,
1949 .panel_maxy = 1166,
1950 .disp_maxx = 616,
1951 .disp_maxy = 1023,
1952 .disp_minx = 0,
1953 .disp_miny = 16,
1954 .flags = 0x01,
1955 .gen = CY_GEN3, /* or */
1956 .use_st = CY_USE_ST,
1957 .use_mt = CY_USE_MT,
1958 .use_hndshk = CY_SEND_HNDSHK,
1959 .use_trk_id = CY_USE_TRACKING_ID,
Anirudh Ghayale96f66d2011-08-11 14:06:38 +05301960 .use_sleep = CY_USE_DEEP_SLEEP_SEL | CY_USE_LOW_POWER_SEL,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001961 .use_gestures = CY_USE_GESTURES,
1962 .fw_fname = "cyttsp_8960_cdp.hex",
1963 /* activate up to 4 groups
1964 * and set active distance
1965 */
1966 .gest_set = CY_GEST_GRP1 | CY_GEST_GRP2 |
1967 CY_GEST_GRP3 | CY_GEST_GRP4 |
1968 CY_ACT_DIST,
Amy Maloche7b741b22012-06-14 14:37:22 -07001969 .act_intrvl = 10,
1970 .tch_tmout = 200,
1971 .lp_intrvl = 30,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001972 .sleep_gpio = CYTTSP_TS_SLEEP_GPIO,
1973 .resout_gpio = CYTTSP_TS_RESOUT_N_GPIO,
1974 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
1975 .regulator_info = regulator_data,
1976 .num_regulators = ARRAY_SIZE(regulator_data),
1977 .init = cyttsp_platform_init,
Mohan Pallaka49c37d62011-08-01 11:52:00 +05301978 .correct_fw_ver = 9,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001979};
1980
1981static struct i2c_board_info cyttsp_info[] __initdata = {
1982 {
1983 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
1984 .platform_data = &cyttsp_pdata,
1985#ifndef CY_USE_TIMER
1986 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
1987#endif /* CY_USE_TIMER */
1988 },
1989};
1990
Jing Lindc4413c2012-01-16 15:22:52 -08001991/* configuration data for mxt1386 */
1992static const u8 mxt1386_config_data[] = {
Mohan Pallaka50837382011-09-07 11:00:57 +05301993 /* T6 Object */
Jing Lin2f863172011-10-17 10:56:58 -07001994 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05301995 /* T38 Object */
Jing Lin93f07082011-11-11 15:53:54 -08001996 11, 2, 0, 11, 11, 11, 0, 0, 0, 0,
Jing Lin2f863172011-10-17 10:56:58 -07001997 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1998 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,
Mohan Pallaka50837382011-09-07 11:00:57 +05302003 /* T7 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002004 100, 16, 50,
Mohan Pallaka50837382011-09-07 11:00:57 +05302005 /* T8 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002006 8, 0, 0, 0, 0, 0, 8, 14, 50, 215,
Mohan Pallaka50837382011-09-07 11:00:57 +05302007 /* T9 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002008 131, 0, 0, 26, 42, 0, 32, 63, 3, 5,
2009 0, 2, 1, 113, 10, 10, 8, 10, 255, 2,
2010 85, 5, 0, 0, 20, 20, 75, 25, 202, 29,
2011 10, 10, 45, 46,
Mohan Pallaka50837382011-09-07 11:00:57 +05302012 /* T15 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002013 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2014 0,
Anirudh Ghayaldab4e0d2012-01-09 14:59:27 +05302015 /* T18 Object */
2016 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302017 /* T22 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002018 5, 0, 0, 0, 0, 0, 0, 0, 30, 0,
2019 0, 0, 5, 8, 10, 13, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302020 /* T24 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002021 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2022 0, 0, 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302023 /* T25 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002024 3, 0, 188, 52, 52, 33, 0, 0, 0, 0,
2025 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302026 /* T27 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002027 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302028 /* T28 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002029 0, 0, 0, 8, 12, 60,
Mohan Pallaka50837382011-09-07 11:00:57 +05302030 /* T40 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002031 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302032 /* T41 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002033 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302034 /* T43 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002035 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302036};
2037
Jing Lin33b007d2011-12-21 17:40:23 -08002038/* configuration data for mxt1386e using V1.0 firmware */
2039static const u8 mxt1386e_config_data_v1_0[] = {
2040 /* T6 Object */
2041 0, 0, 0, 0, 0, 0,
2042 /* T38 Object */
2043 12, 1, 0, 17, 1, 12, 0, 0, 0, 0,
2044 0, 0, 0, 0, 0, 0, 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,
2050 /* T7 Object */
2051 100, 16, 50,
2052 /* T8 Object */
2053 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2054 /* T9 Object */
2055 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2056 0, 5, 5, 0, 10, 30, 10, 10, 255, 2,
2057 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2058 10, 5, 0, 0, 0,
2059 /* T18 Object */
2060 0, 0,
2061 /* T24 Object */
2062 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2063 0, 0, 0, 0, 0, 0, 0, 0, 0,
2064 /* T25 Object */
2065 3, 0, 60, 115, 156, 99,
2066 /* T27 Object */
2067 0, 0, 0, 0, 0, 0, 0,
2068 /* T40 Object */
2069 0, 0, 0, 0, 0,
2070 /* T42 Object */
2071 2, 0, 255, 0, 255, 0, 0, 0, 0, 0,
2072 /* T43 Object */
2073 0, 0, 0, 0, 0, 0, 0,
2074 /* T46 Object */
2075 64, 0, 20, 20, 0, 0, 0, 0, 0,
2076 /* T47 Object */
2077 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2078 /* T48 Object */
2079 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
2080 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2081 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2082 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2083 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2084 0, 0, 0, 0,
2085 /* T56 Object */
2086 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
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 2, 99, 33,
2091};
2092
2093/* configuration data for mxt1386e using V2.1 firmware */
2094static const u8 mxt1386e_config_data_v2_1[] = {
2095 /* T6 Object */
2096 0, 0, 0, 0, 0, 0,
2097 /* T38 Object */
Jing Lina0bc4102012-07-06 17:03:45 -07002098 12, 4, 0, 5, 7, 12, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002099 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2100 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,
2105 /* T7 Object */
2106 100, 16, 50,
2107 /* T8 Object */
2108 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2109 /* T9 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002110 139, 0, 0, 26, 42, 0, 32, 80, 2, 5,
Jing Lina0bc4102012-07-06 17:03:45 -07002111 0, 5, 5, 79, 10, 30, 10, 10, 255, 2,
Jing Lin33b007d2011-12-21 17:40:23 -08002112 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2113 10, 5, 0, 0, 0,
2114 /* T18 Object */
2115 0, 0,
2116 /* T24 Object */
2117 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2118 0, 0, 0, 0, 0, 0, 0, 0, 0,
2119 /* T25 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002120 1, 0, 60, 115, 156, 99,
Jing Lin33b007d2011-12-21 17:40:23 -08002121 /* T27 Object */
2122 0, 0, 0, 0, 0, 0, 0,
2123 /* T40 Object */
2124 0, 0, 0, 0, 0,
2125 /* T42 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002126 0, 0, 255, 0, 255, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002127 /* T43 Object */
2128 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
2129 16,
2130 /* T46 Object */
Jing Lina0bc4102012-07-06 17:03:45 -07002131 64, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002132 /* T47 Object */
2133 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2134 /* T48 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002135 1, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002136 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2137 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2138 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2139 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2140 0, 0, 0, 0,
2141 /* T56 Object */
2142 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
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 2, 99, 33, 0, 149, 24, 193, 255, 255, 255,
2147 255,
2148};
2149
Jing Lineec88ca2012-02-08 11:18:30 -08002150/* configuration data for mxt1386e on 3D SKU using V2.1 firmware */
2151static const u8 mxt1386e_config_data_3d[] = {
2152 /* T6 Object */
2153 0, 0, 0, 0, 0, 0,
2154 /* T38 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002155 13, 1, 0, 23, 2, 12, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002156 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2157 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,
2162 /* T7 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002163 100, 10, 50,
Jing Lineec88ca2012-02-08 11:18:30 -08002164 /* T8 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002165 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002166 /* T9 Object */
2167 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2168 0, 5, 5, 0, 10, 30, 10, 10, 175, 4,
Jing Lin66ba78b2012-02-24 21:25:12 -08002169 127, 7, 26, 21, 17, 19, 143, 35, 207, 40,
2170 20, 5, 54, 49, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002171 /* T18 Object */
2172 0, 0,
2173 /* T24 Object */
2174 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2175 0, 0, 0, 0, 0, 0, 0, 0, 0,
2176 /* T25 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002177 0, 0, 72, 113, 168, 97,
Jing Lineec88ca2012-02-08 11:18:30 -08002178 /* T27 Object */
2179 0, 0, 0, 0, 0, 0, 0,
2180 /* T40 Object */
2181 0, 0, 0, 0, 0,
2182 /* T42 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002183 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002184 /* T43 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002185 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2186 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002187 /* T46 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002188 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002189 /* T47 Object */
2190 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2191 /* T48 Object */
2192 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin66ba78b2012-02-24 21:25:12 -08002193 32, 50, 0, 10, 10, 0, 0, 100, 10, 90,
2194 0, 0, 0, 0, 0, 0, 0, 10, 1, 30,
2195 52, 10, 5, 0, 33, 0, 1, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002196 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2197 0, 0, 0, 0,
2198 /* T56 Object */
2199 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
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,
Jing Lin66ba78b2012-02-24 21:25:12 -08002203 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2204 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002205};
2206
Amy Maloche08266db2011-11-04 11:07:16 -07002207#define MXT_TS_GPIO_IRQ 11
2208#define MXT_TS_LDO_EN_GPIO 50
2209#define MXT_TS_RESET_GPIO 52
Mohan Pallaka50837382011-09-07 11:00:57 +05302210
2211static void mxt_init_hw_liquid(void)
2212{
2213 int rc;
2214
Mohan Pallaka50837382011-09-07 11:00:57 +05302215 rc = gpio_request(MXT_TS_LDO_EN_GPIO, "mxt_ldo_en_gpio");
2216 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002217 pr_err("%s: unable to request mxt_ldo_en_gpio [%d]\n",
2218 __func__, MXT_TS_LDO_EN_GPIO);
2219 return;
Mohan Pallaka50837382011-09-07 11:00:57 +05302220 }
2221
2222 rc = gpio_direction_output(MXT_TS_LDO_EN_GPIO, 1);
2223 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002224 pr_err("%s: unable to set_direction for mxt_ldo_en_gpio [%d]\n",
2225 __func__, MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302226 goto err_ldo_gpio_req;
2227 }
2228
Mohan Pallaka50837382011-09-07 11:00:57 +05302229 return;
2230
Mohan Pallaka50837382011-09-07 11:00:57 +05302231err_ldo_gpio_req:
2232 gpio_free(MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302233}
2234
Jing Lineec88ca2012-02-08 11:18:30 -08002235static struct mxt_config_info mxt_config_array_2d[] = {
Jing Lindc4413c2012-01-16 15:22:52 -08002236 {
2237 .config = mxt1386_config_data,
2238 .config_length = ARRAY_SIZE(mxt1386_config_data),
2239 .family_id = 0xA0,
2240 .variant_id = 0x0,
2241 .version = 0x10,
2242 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002243 .bootldr_id = MXT_BOOTLOADER_ID_1386,
Jing Lindc4413c2012-01-16 15:22:52 -08002244 },
Jing Lin33b007d2011-12-21 17:40:23 -08002245 {
2246 .config = mxt1386e_config_data_v1_0,
2247 .config_length = ARRAY_SIZE(mxt1386e_config_data_v1_0),
2248 .family_id = 0xA0,
2249 .variant_id = 0x2,
2250 .version = 0x10,
2251 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002252 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002253 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
Jing Lin33b007d2011-12-21 17:40:23 -08002254 },
2255 {
2256 .config = mxt1386e_config_data_v2_1,
2257 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2258 .family_id = 0xA0,
2259 .variant_id = 0x7,
2260 .version = 0x21,
2261 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002262 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002263 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
2264 },
2265 {
2266 /* The config data for V2.2.AA is the same as for V2.1.AA */
2267 .config = mxt1386e_config_data_v2_1,
2268 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2269 .family_id = 0xA0,
2270 .variant_id = 0x7,
2271 .version = 0x22,
2272 .build = 0xAA,
2273 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin33b007d2011-12-21 17:40:23 -08002274 },
Jing Lindc4413c2012-01-16 15:22:52 -08002275};
2276
Jing Lineec88ca2012-02-08 11:18:30 -08002277static struct mxt_platform_data mxt_platform_data_2d = {
2278 .config_array = mxt_config_array_2d,
2279 .config_array_size = ARRAY_SIZE(mxt_config_array_2d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002280 .panel_minx = 0,
2281 .panel_maxx = 1365,
2282 .panel_miny = 0,
2283 .panel_maxy = 767,
2284 .disp_minx = 0,
2285 .disp_maxx = 1365,
2286 .disp_miny = 0,
2287 .disp_maxy = 767,
Mohan Pallaka50837382011-09-07 11:00:57 +05302288 .irqflags = IRQF_TRIGGER_FALLING,
Jing Lin2f863172011-10-17 10:56:58 -07002289 .i2c_pull_up = true,
Amy Maloche08266db2011-11-04 11:07:16 -07002290 .reset_gpio = MXT_TS_RESET_GPIO,
2291 .irq_gpio = MXT_TS_GPIO_IRQ,
Mohan Pallaka50837382011-09-07 11:00:57 +05302292};
2293
Jing Lineec88ca2012-02-08 11:18:30 -08002294static struct mxt_config_info mxt_config_array_3d[] = {
2295 {
2296 .config = mxt1386e_config_data_3d,
2297 .config_length = ARRAY_SIZE(mxt1386e_config_data_3d),
2298 .family_id = 0xA0,
2299 .variant_id = 0x7,
2300 .version = 0x21,
2301 .build = 0xAA,
2302 },
2303};
2304
2305static struct mxt_platform_data mxt_platform_data_3d = {
2306 .config_array = mxt_config_array_3d,
2307 .config_array_size = ARRAY_SIZE(mxt_config_array_3d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002308 .panel_minx = 0,
2309 .panel_maxx = 1919,
2310 .panel_miny = 0,
2311 .panel_maxy = 1199,
2312 .disp_minx = 0,
2313 .disp_maxx = 1919,
2314 .disp_miny = 0,
2315 .disp_maxy = 1199,
Jing Lineec88ca2012-02-08 11:18:30 -08002316 .irqflags = IRQF_TRIGGER_FALLING,
2317 .i2c_pull_up = true,
2318 .reset_gpio = MXT_TS_RESET_GPIO,
2319 .irq_gpio = MXT_TS_GPIO_IRQ,
2320};
2321
Mohan Pallaka50837382011-09-07 11:00:57 +05302322static struct i2c_board_info mxt_device_info[] __initdata = {
2323 {
2324 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
Mohan Pallaka50837382011-09-07 11:00:57 +05302325 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
2326 },
2327};
2328
Manoj Rao14648742012-03-30 19:42:12 -07002329static struct msm_mhl_platform_data mhl_platform_data = {
2330 .irq = MSM_GPIO_TO_INT(4),
Manoj Raoc6d904c2012-06-22 00:32:14 -07002331 .gpio_mhl_int = MHL_GPIO_INT,
2332 .gpio_mhl_reset = MHL_GPIO_RESET,
2333 .gpio_mhl_power = 0,
2334 .gpio_hdmi_mhl_mux = 0,
Manoj Rao14648742012-03-30 19:42:12 -07002335};
Manoj Rao14648742012-03-30 19:42:12 -07002336
Eugene Yasmand2316b82011-12-07 18:23:48 +02002337static struct i2c_board_info sii_device_info[] __initdata = {
2338 {
Manoj Rao14648742012-03-30 19:42:12 -07002339#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
2340 /*
2341 * keeps SI 8334 as the default
2342 * MHL TX
2343 */
2344 I2C_BOARD_INFO("sii8334", 0x39),
2345 .platform_data = &mhl_platform_data,
2346#endif
2347#ifdef CONFIG_FB_MSM_HDMI_MHL_9244
Eugene Yasmand2316b82011-12-07 18:23:48 +02002348 I2C_BOARD_INFO("Sil-9244", 0x39),
Eugene Yasmand2316b82011-12-07 18:23:48 +02002349 .irq = MSM_GPIO_TO_INT(15),
Manoj Rao14648742012-03-30 19:42:12 -07002350#endif /* CONFIG_MSM_HDMI_MHL */
2351 .flags = I2C_CLIENT_WAKE,
Eugene Yasmand2316b82011-12-07 18:23:48 +02002352 },
2353};
2354
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002355static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi4_pdata = {
2356 .clk_freq = 100000,
2357 .src_clk_rate = 24000000,
Kiran Gundab4696c72012-08-16 18:37:46 +05302358 .keep_ahb_clk_on = 1,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002359};
2360
2361static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi3_pdata = {
2362 .clk_freq = 100000,
2363 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002364};
2365
2366static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi10_pdata = {
2367 .clk_freq = 100000,
2368 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002369};
2370
2371static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi12_pdata = {
2372 .clk_freq = 100000,
2373 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002374};
2375
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002376static struct ks8851_pdata spi_eth_pdata = {
2377 .irq_gpio = KS8851_IRQ_GPIO,
2378 .rst_gpio = KS8851_RST_GPIO,
2379};
Praveen Chidambaram043f4ce2011-08-02 09:37:59 -06002380
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302381static struct spi_board_info spi_eth_info[] __initdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002382 {
2383 .modalias = "ks8851",
2384 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
2385 .max_speed_hz = 19200000,
2386 .bus_num = 0,
2387 .chip_select = 0,
2388 .mode = SPI_MODE_0,
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002389 .platform_data = &spi_eth_pdata
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002390 },
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302391};
2392static struct spi_board_info spi_board_info[] __initdata = {
Chandan Uddaraju15e54b92011-09-12 10:52:36 -07002393 {
2394 .modalias = "dsi_novatek_3d_panel_spi",
2395 .max_speed_hz = 10800000,
2396 .bus_num = 0,
2397 .chip_select = 1,
2398 .mode = SPI_MODE_0,
2399 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002400};
2401
2402static struct platform_device msm_device_saw_core0 = {
2403 .name = "saw-regulator",
2404 .id = 0,
2405 .dev = {
2406 .platform_data = &msm_saw_regulator_pdata_s5,
2407 },
2408};
2409
2410static struct platform_device msm_device_saw_core1 = {
2411 .name = "saw-regulator",
2412 .id = 1,
2413 .dev = {
2414 .platform_data = &msm_saw_regulator_pdata_s6,
2415 },
2416};
2417
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002418static struct tsens_platform_data msm_tsens_pdata = {
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002419 .slope = {910, 910, 910, 910, 910},
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002420 .tsens_factor = 1000,
2421 .hw_type = MSM_8960,
2422 .tsens_num_sensor = 5,
2423};
2424
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002425static struct platform_device msm_tsens_device = {
2426 .name = "tsens8960-tm",
2427 .id = -1,
2428};
2429
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002430static struct msm_thermal_data msm_thermal_pdata = {
2431 .sensor_id = 0,
Eugene Seah2ee4a5d2012-06-25 18:16:41 -06002432 .poll_ms = 250,
2433 .limit_temp_degC = 60,
2434 .temp_hysteresis_degC = 10,
2435 .freq_step = 2,
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002436};
2437
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002438#ifdef CONFIG_MSM_FAKE_BATTERY
2439static struct platform_device fish_battery_device = {
2440 .name = "fish_battery",
2441};
2442#endif
2443
David Collins26f05562011-06-20 09:56:28 -07002444static struct platform_device msm8960_device_ext_5v_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002445 .name = GPIO_REGULATOR_DEV_NAME,
2446 .id = PM8921_MPP_PM_TO_SYS(7),
2447 .dev = {
2448 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
2449 },
2450};
2451
David Collins26f05562011-06-20 09:56:28 -07002452static struct platform_device msm8960_device_ext_l2_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002453 .name = GPIO_REGULATOR_DEV_NAME,
2454 .id = 91,
2455 .dev = {
2456 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_L2],
2457 },
2458};
2459
David Collinsb10be1d2011-09-02 10:29:31 -07002460static struct platform_device msm8960_device_ext_3p3v_vreg __devinitdata = {
2461 .name = GPIO_REGULATOR_DEV_NAME,
2462 .id = PM8921_GPIO_PM_TO_SYS(17),
2463 .dev = {
2464 .platform_data =
2465 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
2466 },
2467};
2468
David Collins35a78f52011-12-14 15:54:25 -08002469static struct platform_device msm8960_device_ext_otg_sw_vreg __devinitdata = {
2470 .name = GPIO_REGULATOR_DEV_NAME,
2471 .id = PM8921_GPIO_PM_TO_SYS(42),
2472 .dev = {
2473 .platform_data =
2474 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_OTG_SW],
2475 },
2476};
2477
David Collins26f05562011-06-20 09:56:28 -07002478static struct platform_device msm8960_device_rpm_regulator __devinitdata = {
2479 .name = "rpm-regulator",
2480 .id = -1,
2481 .dev = {
2482 .platform_data = &msm_rpm_regulator_pdata,
2483 },
2484};
Mayank Ranae009c922012-03-22 03:02:06 +05302485#ifdef CONFIG_SERIAL_MSM_HS
2486static int configure_uart_gpios(int on)
2487{
2488 int ret = 0, i;
2489 int uart_gpios[] = {93, 94, 95, 96};
2490
2491 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2492 if (on) {
2493 ret = gpio_request(uart_gpios[i], NULL);
2494 if (ret) {
2495 pr_err("%s: unable to request uart gpio[%d]\n",
2496 __func__, uart_gpios[i]);
2497 break;
2498 }
2499 } else {
2500 gpio_free(uart_gpios[i]);
2501 }
2502 }
2503
2504 if (ret && on && i)
2505 for (; i >= 0; i--)
2506 gpio_free(uart_gpios[i]);
2507 return ret;
2508}
2509
2510static struct msm_serial_hs_platform_data msm_uart_dm9_pdata = {
Mayank Ranad85a5082012-04-29 17:24:13 -07002511 .gpio_config = configure_uart_gpios,
Mayank Ranae009c922012-03-22 03:02:06 +05302512};
Mayank Rana1f02d952012-07-04 19:11:20 +05302513
2514static int configure_gsbi8_uart_gpios(int on)
2515{
2516 int ret = 0, i;
2517 int uart_gpios[] = {34, 35, 36, 37};
2518
2519 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2520 if (on) {
2521 ret = gpio_request(uart_gpios[i], NULL);
2522 if (ret) {
2523 pr_err("%s: unable to request uart gpio[%d]\n",
2524 __func__, uart_gpios[i]);
2525 break;
2526 }
2527 } else {
2528 gpio_free(uart_gpios[i]);
2529 }
2530 }
2531
2532 if (ret && on && i)
2533 for (; i >= 0; i--)
2534 gpio_free(uart_gpios[i]);
2535 return ret;
2536}
2537
2538static struct msm_serial_hs_platform_data msm_uart_dm8_pdata = {
2539 .gpio_config = configure_gsbi8_uart_gpios,
2540};
Mayank Ranae009c922012-03-22 03:02:06 +05302541#else
Mayank Rana1f02d952012-07-04 19:11:20 +05302542static struct msm_serial_hs_platform_data msm_uart_dm8_pdata;
Mayank Ranae009c922012-03-22 03:02:06 +05302543static struct msm_serial_hs_platform_data msm_uart_dm9_pdata;
2544#endif
David Collins26f05562011-06-20 09:56:28 -07002545
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302546#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002547enum WLANBT_STATUS {
2548 WLANOFF_BTOFF = 1,
2549 WLANOFF_BTON,
2550 WLANON_BTOFF,
2551 WLANON_BTON
2552};
2553
2554static DEFINE_MUTEX(ath_wlanbt_mutex);
2555static int gpio_wlan_sys_rest_en = 26;
2556static int ath_wlanbt_status = WLANOFF_BTOFF;
2557
2558static int ath6kl_power_control(int on)
2559{
2560 int rc;
2561
2562 if (on) {
2563 rc = gpio_request(gpio_wlan_sys_rest_en, "wlan sys_rst_n");
2564 if (rc) {
2565 pr_err("%s: unable to request gpio %d (%d)\n",
2566 __func__, gpio_wlan_sys_rest_en, rc);
2567 return rc;
2568 }
2569 rc = gpio_direction_output(gpio_wlan_sys_rest_en, 0);
2570 msleep(200);
2571 rc = gpio_direction_output(gpio_wlan_sys_rest_en, 1);
2572 msleep(100);
2573 } else {
2574 gpio_set_value(gpio_wlan_sys_rest_en, 0);
2575 rc = gpio_direction_input(gpio_wlan_sys_rest_en);
2576 msleep(100);
2577 gpio_free(gpio_wlan_sys_rest_en);
2578 }
2579 return 0;
2580};
2581
2582static int ath6kl_wlan_power(int on)
2583{
2584 int ret = 0;
2585
2586 mutex_lock(&ath_wlanbt_mutex);
2587 if (on) {
2588 if (ath_wlanbt_status == WLANOFF_BTOFF) {
2589 ret = ath6kl_power_control(1);
2590 ath_wlanbt_status = WLANON_BTOFF;
2591 } else if (ath_wlanbt_status == WLANOFF_BTON)
2592 ath_wlanbt_status = WLANON_BTON;
2593 } else {
2594 if (ath_wlanbt_status == WLANON_BTOFF) {
2595 ret = ath6kl_power_control(0);
2596 ath_wlanbt_status = WLANOFF_BTOFF;
2597 } else if (ath_wlanbt_status == WLANON_BTON)
2598 ath_wlanbt_status = WLANOFF_BTON;
2599 }
2600 mutex_unlock(&ath_wlanbt_mutex);
2601 pr_debug("%s on= %d, wlan_status= %d\n",
2602 __func__, on, ath_wlanbt_status);
2603 return ret;
2604};
2605
2606static struct wifi_platform_data ath6kl_wifi_control = {
2607 .set_power = ath6kl_wlan_power,
2608};
2609
2610static struct platform_device msm_wlan_power_device = {
2611 .name = "ath6kl_power",
2612 .dev = {
2613 .platform_data = &ath6kl_wifi_control,
2614 },
2615};
2616
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302617static struct resource bluesleep_resources[] = {
2618 {
2619 .name = "gpio_host_wake",
2620 .start = 27,
2621 .end = 27,
2622 .flags = IORESOURCE_IO,
2623 },
2624 {
2625 .name = "gpio_ext_wake",
2626 .start = 29,
2627 .end = 29,
2628 .flags = IORESOURCE_IO,
2629 },
2630 {
2631 .name = "host_wake",
2632 .start = MSM_GPIO_TO_INT(27),
2633 .end = MSM_GPIO_TO_INT(27),
2634 .flags = IORESOURCE_IRQ,
2635 },
2636};
2637
2638static struct platform_device msm_bluesleep_device = {
2639 .name = "bluesleep",
2640 .id = -1,
2641 .num_resources = ARRAY_SIZE(bluesleep_resources),
2642 .resource = bluesleep_resources,
2643};
2644
2645static struct platform_device msm_bt_power_device = {
2646 .name = "bt_power",
2647};
2648
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002649static int gpio_bt_sys_rest_en = 28;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302650
2651static int bluetooth_power(int on)
2652{
2653 int rc;
2654
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002655 mutex_lock(&ath_wlanbt_mutex);
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302656 if (on) {
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002657 if (ath_wlanbt_status == WLANOFF_BTOFF) {
2658 ath6kl_power_control(1);
2659 ath_wlanbt_status = WLANOFF_BTON;
2660 } else if (ath_wlanbt_status == WLANON_BTOFF)
2661 ath_wlanbt_status = WLANON_BTON;
2662
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302663 rc = gpio_request(gpio_bt_sys_rest_en, "bt sys_rst_n");
2664 if (rc) {
2665 pr_err("%s: unable to request gpio %d (%d)\n",
2666 __func__, gpio_bt_sys_rest_en, rc);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002667 mutex_unlock(&ath_wlanbt_mutex);
2668 return rc;
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302669 }
2670 rc = gpio_direction_output(gpio_bt_sys_rest_en, 0);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002671 msleep(20);
2672 rc = gpio_direction_output(gpio_bt_sys_rest_en, 1);
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302673 msleep(100);
2674 } else {
2675 gpio_set_value(gpio_bt_sys_rest_en, 0);
2676 rc = gpio_direction_input(gpio_bt_sys_rest_en);
2677 msleep(100);
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002678 gpio_free(gpio_bt_sys_rest_en);
Ram Mohan Korukondab07c2632012-08-18 22:24:03 +05302679
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002680 if (ath_wlanbt_status == WLANOFF_BTON) {
2681 ath6kl_power_control(0);
2682 ath_wlanbt_status = WLANOFF_BTOFF;
2683 } else if (ath_wlanbt_status == WLANON_BTON)
2684 ath_wlanbt_status = WLANON_BTOFF;
2685 }
2686 mutex_unlock(&ath_wlanbt_mutex);
2687 pr_debug("%s on= %d, wlan_status= %d\n",
2688 __func__, on, ath_wlanbt_status);
2689 return 0;
2690};
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302691
2692static void __init bt_power_init(void)
2693{
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302694 msm_bt_power_device.dev.platform_data = &bluetooth_power;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302695 return;
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002696};
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302697#else
2698#define bt_power_init(x) do {} while (0)
2699#endif
2700
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002701static struct platform_device *common_devices[] __initdata = {
Stepan Moskovchenkodf13d342011-08-03 19:01:25 -07002702 &msm8960_device_dmov,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002703 &msm_device_smd,
Mayank Rana9f51f582011-08-04 18:35:59 +05302704 &msm_device_uart_dm6,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002705 &msm_device_saw_core0,
2706 &msm_device_saw_core1,
2707 &msm8960_device_ext_5v_vreg,
David Collins87579612012-01-30 16:00:15 -08002708 &msm8960_device_ssbi_pmic,
David Collins96aa3e12012-02-29 10:31:34 -08002709 &msm8960_device_ext_otg_sw_vreg,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002710 &msm8960_device_qup_spi_gsbi1,
2711 &msm8960_device_qup_i2c_gsbi3,
2712 &msm8960_device_qup_i2c_gsbi4,
2713 &msm8960_device_qup_i2c_gsbi10,
2714#ifndef CONFIG_MSM_DSPS
2715 &msm8960_device_qup_i2c_gsbi12,
2716#endif
2717 &msm_slim_ctrl,
2718 &msm_device_wcnss_wlan,
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302719#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
2720 &msm_bluesleep_device,
2721 &msm_bt_power_device,
Ming-yi Lin2d43cd52012-10-17 11:50:15 +08002722 &msm_wlan_power_device,
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302723#endif
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07002724#if defined(CONFIG_QSEECOM)
2725 &qseecom_device,
2726#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002727#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
2728 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
2729 &qcrypto_device,
2730#endif
2731
2732#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
2733 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
2734 &qcedev_device,
2735#endif
2736#ifdef CONFIG_MSM_ROTATOR
2737 &msm_rotator_device,
2738#endif
2739 &msm_device_sps,
2740#ifdef CONFIG_MSM_FAKE_BATTERY
2741 &fish_battery_device,
2742#endif
Laura Abbottb93525f2012-04-12 09:57:19 -07002743 &msm8960_fmem_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002744#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -07002745#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -07002746 &msm8960_android_pmem_device,
2747 &msm8960_android_pmem_adsp_device,
2748 &msm8960_android_pmem_audio_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002749#endif
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -07002750#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002751 &msm_device_bam_dmux,
2752 &msm_fm_platform_init,
Joel Nidera1261942011-09-12 16:30:09 +03002753#if defined(CONFIG_TSIF) || defined(CONFIG_TSIF_MODULE)
2754#ifdef CONFIG_MSM_USE_TSIF1
2755 &msm_device_tsif[1],
2756#else
2757 &msm_device_tsif[0],
2758#endif
2759#endif
Joel Nider266a2642011-10-16 10:58:05 +02002760 &msm_device_tspp,
Mona Hossain9c430e32011-07-27 11:04:47 -07002761#ifdef CONFIG_HW_RANDOM_MSM
2762 &msm_device_rng,
2763#endif
Laura Abbottd6183792011-08-19 13:42:24 -07002764#ifdef CONFIG_ION_MSM
Laura Abbottb93525f2012-04-12 09:57:19 -07002765 &msm8960_ion_dev,
Laura Abbottd6183792011-08-19 13:42:24 -07002766#endif
Praveen Chidambaram78499012011-11-01 17:15:17 -06002767 &msm8960_rpm_device,
2768 &msm8960_rpm_log_device,
2769 &msm8960_rpm_stat_device,
Anji Jonnala2a8bd312012-11-01 13:11:42 +05302770 &msm8960_rpm_master_stat_device,
Mona Hossain11c03ac2011-10-26 12:42:10 -07002771 &msm_device_tz_log,
Pratik Patel3b0ca882012-06-01 16:54:14 -07002772 &coresight_tpiu_device,
2773 &coresight_etb_device,
2774 &coresight_funnel_device,
2775 &coresight_etm0_device,
2776 &coresight_etm1_device,
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -07002777 &msm_device_dspcrashd_8960,
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002778 &msm8960_device_watchdog,
Laura Abbottb93525f2012-04-12 09:57:19 -07002779 &msm8960_rtb_device,
Stepan Moskovchenko28662c52012-03-01 12:48:45 -08002780 &msm8960_device_cache_erp,
Stepan Moskovchenkoc0557252012-06-07 17:39:14 -07002781 &msm8960_device_ebi1_ch0_erp,
2782 &msm8960_device_ebi1_ch1_erp,
Laura Abbottb93525f2012-04-12 09:57:19 -07002783 &msm8960_cache_dump_device,
Laura Abbott0577d7b2012-04-17 11:14:30 -07002784 &msm8960_iommu_domain_device,
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002785 &msm_tsens_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002786};
2787
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002788static struct platform_device *cdp_devices[] __initdata = {
Stephen Boydeb819882011-08-29 14:46:30 -07002789 &msm_8960_q6_lpass,
Stephen Boyd322a9922011-09-20 01:05:54 -07002790 &msm_8960_riva,
Stephen Boydd89eebe2011-09-28 23:28:11 -07002791 &msm_pil_tzapps,
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002792 &msm_pil_dsps,
Stephen Boyd7b973de2012-03-09 12:26:16 -08002793 &msm_pil_vidc,
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07002794 &msm8960_device_otg,
2795 &msm8960_device_gadget_peripheral,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002796 &msm_device_hsusb_host,
2797 &android_usb_device,
2798 &msm_pcm,
Kiran Kandi5e809b02012-01-31 00:24:33 -08002799 &msm_multi_ch_pcm,
Jayasena Sangaraboina99bf09c2012-07-17 12:03:08 -07002800 &msm_lowlatency_pcm,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002801 &msm_pcm_routing,
2802 &msm_cpudai0,
2803 &msm_cpudai1,
Kiran Kandi97fe19d2012-05-20 22:34:04 -07002804 &msm8960_cpudai_slimbus_2_rx,
Kiran Kandi1e6371d2012-03-29 11:48:57 -07002805 &msm8960_cpudai_slimbus_2_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002806 &msm_cpudai_hdmi_rx,
2807 &msm_cpudai_bt_rx,
2808 &msm_cpudai_bt_tx,
2809 &msm_cpudai_fm_rx,
2810 &msm_cpudai_fm_tx,
Bhalchandra Gajare0e795c42011-08-15 18:10:30 -07002811 &msm_cpudai_auxpcm_rx,
2812 &msm_cpudai_auxpcm_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002813 &msm_cpu_fe,
2814 &msm_stub_codec,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002815#ifdef CONFIG_MSM_GEMINI
2816 &msm8960_gemini_device,
2817#endif
Kalyani Oruganti465d1e12012-05-15 10:23:05 -07002818#ifdef CONFIG_MSM_MERCURY
2819 &msm8960_mercury_device,
2820#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002821 &msm_voice,
2822 &msm_voip,
2823 &msm_lpa_pcm,
Laxminath Kasamcee1d602011-08-01 19:26:57 +05302824 &msm_cpudai_afe_01_rx,
2825 &msm_cpudai_afe_01_tx,
2826 &msm_cpudai_afe_02_rx,
2827 &msm_cpudai_afe_02_tx,
2828 &msm_pcm_afe,
Asish Bhattacharya96bb6f42011-11-01 20:36:09 +05302829 &msm_compr_dsp,
Helen Zeng0705a5f2011-10-14 15:29:52 -07002830 &msm_cpudai_incall_music_rx,
Helen Zenge3d716a2011-10-14 16:32:16 -07002831 &msm_cpudai_incall_record_rx,
2832 &msm_cpudai_incall_record_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002833 &msm_pcm_hostless,
2834 &msm_bus_apps_fabric,
2835 &msm_bus_sys_fabric,
2836 &msm_bus_mm_fabric,
2837 &msm_bus_sys_fpb,
2838 &msm_bus_cpss_fpb,
2839};
2840
2841static void __init msm8960_i2c_init(void)
2842{
2843 msm8960_device_qup_i2c_gsbi4.dev.platform_data =
2844 &msm8960_i2c_qup_gsbi4_pdata;
2845
2846 msm8960_device_qup_i2c_gsbi3.dev.platform_data =
2847 &msm8960_i2c_qup_gsbi3_pdata;
2848
2849 msm8960_device_qup_i2c_gsbi10.dev.platform_data =
2850 &msm8960_i2c_qup_gsbi10_pdata;
2851
2852 msm8960_device_qup_i2c_gsbi12.dev.platform_data =
2853 &msm8960_i2c_qup_gsbi12_pdata;
2854}
2855
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002856static void __init msm8960_gfx_init(void)
2857{
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002858 struct kgsl_device_platform_data *kgsl_3d0_pdata =
2859 msm_kgsl_3d0.dev.platform_data;
Jeremy Gebben58b2dce2011-10-13 11:14:19 -06002860 uint32_t soc_platform_version = socinfo_get_version();
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002861
Carter Cooper3852cbb2012-08-20 22:11:42 -06002862 /* Fixup data that needs to change based on GPU ID */
Carter Cooperffe7ea12012-08-22 13:27:58 -06002863 if (cpu_is_msm8960ab()) {
2864 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(3, 2, 1, 0);
Carter Cooper3852cbb2012-08-20 22:11:42 -06002865 /* 8960PRO nominal clock rate is 325Mhz instead of 320Mhz */
2866 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 325000000;
2867 } else {
2868 kgsl_3d0_pdata->iommu_count = 1;
2869 if (SOCINFO_VERSION_MAJOR(soc_platform_version) == 1) {
2870 kgsl_3d0_pdata->pwrlevel[0].gpu_freq = 320000000;
2871 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 266667000;
2872 }
2873 if (SOCINFO_VERSION_MAJOR(soc_platform_version) >= 3) {
2874 /* 8960v3 GPU registers returns 5 for patch release
2875 * but it should be 6, so dummy up the chipid here
2876 * based the platform type
2877 */
2878 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(2, 2, 0, 6);
2879 }
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002880 }
Carter Cooper6307eb992012-08-20 15:17:23 -06002881
2882 /* Register the 3D core */
2883 platform_device_register(&msm_kgsl_3d0);
2884
2885 /* Register the 2D cores if we are not 8960PRO */
2886 if (!cpu_is_msm8960ab()) {
2887 platform_device_register(&msm_kgsl_2d0);
2888 platform_device_register(&msm_kgsl_2d1);
2889 }
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002890}
2891
Subhash Jadavani933e6a62011-12-26 18:05:04 +05302892static struct msm_rpmrs_level msm_rpmrs_levels[] = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002893 {
2894 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
2895 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2896 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002897 1, 784, 180000, 100,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002898 },
2899
2900 {
2901 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
2902 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2903 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002904 1300, 228, 1200000, 2000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002905 },
2906
2907 {
2908 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2909 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
2910 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002911 2000, 138, 1208400, 3200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002912 },
2913
2914 {
2915 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002916 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, ACTIVE, RET_HIGH),
2917 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002918 6000, 119, 1850300, 9000,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002919 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002920
2921 {
2922 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2923 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
2924 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002925 9200, 68, 2839200, 16400,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002926 },
2927
2928 {
2929 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2930 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
2931 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002932 10300, 63, 3128000, 18200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002933 },
2934
2935 {
2936 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2937 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
2938 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002939 18000, 10, 4602600, 27000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002940 },
2941
2942 {
2943 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2944 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
2945 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002946 20000, 2, 5752000, 32000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002947 },
2948};
2949
Praveen Chidambaram78499012011-11-01 17:15:17 -06002950static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
2951 .levels = &msm_rpmrs_levels[0],
2952 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
2953 .vdd_mem_levels = {
2954 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
2955 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
2956 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
2957 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
2958 },
2959 .vdd_dig_levels = {
2960 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
2961 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
2962 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
2963 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
2964 },
2965 .vdd_mask = 0x7FFFFF,
2966 .rpmrs_target_id = {
2967 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
2968 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
2969 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
2970 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
2971 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
2972 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
2973 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
2974 },
2975};
2976
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06002977static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
2978 .mode = MSM_PM_BOOT_CONFIG_TZ,
2979};
2980
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002981#ifdef CONFIG_I2C
2982#define I2C_SURF 1
2983#define I2C_FFA (1 << 1)
2984#define I2C_RUMI (1 << 2)
2985#define I2C_SIM (1 << 3)
2986#define I2C_FLUID (1 << 4)
Amir Samuelov05f87802011-08-27 18:30:12 +03002987#define I2C_LIQUID (1 << 5)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002988
2989struct i2c_registry {
2990 u8 machs;
2991 int bus;
2992 struct i2c_board_info *info;
2993 int len;
2994};
2995
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002996/* Sensors DSPS platform data */
2997#ifdef CONFIG_MSM_DSPS
2998#define DSPS_PIL_GENERIC_NAME "dsps"
2999#endif /* CONFIG_MSM_DSPS */
3000
3001static void __init msm8960_init_dsps(void)
3002{
3003#ifdef CONFIG_MSM_DSPS
3004 struct msm_dsps_platform_data *pdata =
3005 msm_dsps_device.dev.platform_data;
3006 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
3007 pdata->gpios = NULL;
3008 pdata->gpios_num = 0;
3009
3010 platform_device_register(&msm_dsps_device);
3011#endif /* CONFIG_MSM_DSPS */
3012}
3013
Vamsi Krishna6aa6b1f2011-12-14 22:55:20 -08003014static int hsic_peripheral_status = 1;
3015static DEFINE_MUTEX(hsic_status_lock);
3016
3017void peripheral_connect()
3018{
3019 mutex_lock(&hsic_status_lock);
3020 if (hsic_peripheral_status)
3021 goto out;
3022 platform_device_add(&msm_device_hsic_host);
3023 hsic_peripheral_status = 1;
3024out:
3025 mutex_unlock(&hsic_status_lock);
3026}
3027EXPORT_SYMBOL(peripheral_connect);
3028
3029void peripheral_disconnect()
3030{
3031 mutex_lock(&hsic_status_lock);
3032 if (!hsic_peripheral_status)
3033 goto out;
3034 platform_device_del(&msm_device_hsic_host);
3035 hsic_peripheral_status = 0;
3036out:
3037 mutex_unlock(&hsic_status_lock);
3038}
3039EXPORT_SYMBOL(peripheral_disconnect);
3040
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303041static void __init msm8960_init_smsc_hub(void)
3042{
3043 uint32_t version = socinfo_get_version();
3044
3045 if (SOCINFO_VERSION_MAJOR(version) == 1)
3046 return;
3047
3048 if (machine_is_msm8960_liquid())
3049 platform_device_register(&smsc_hub_device);
3050}
3051
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003052static void __init msm8960_init_hsic(void)
3053{
3054#ifdef CONFIG_USB_EHCI_MSM_HSIC
3055 uint32_t version = socinfo_get_version();
3056
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003057 if (SOCINFO_VERSION_MAJOR(version) == 1)
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003058 return;
3059
Joel King0cbf5d82012-05-24 15:21:38 -07003060 if (machine_is_msm8960_liquid())
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003061 platform_device_register(&msm_device_hsic_host);
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003062#endif
3063}
3064
Amir Samuelov5137e392011-09-21 17:31:25 +03003065#ifdef CONFIG_ISL9519_CHARGER
3066static struct isl_platform_data isl_data __initdata = {
3067 .valid_n_gpio = 0, /* Not required when notify-by-pmic */
3068 .chg_detection_config = NULL, /* Not required when notify-by-pmic */
3069 .max_system_voltage = 4200,
3070 .min_system_voltage = 3200,
Amir Samuelov95f49ff2012-01-29 09:14:08 +02003071 .chgcurrent = 1900,
3072 .term_current = 0,
Amir Samuelov5137e392011-09-21 17:31:25 +03003073 .input_current = 2048,
3074};
3075
3076static struct i2c_board_info isl_charger_i2c_info[] __initdata = {
3077 {
3078 I2C_BOARD_INFO("isl9519q", 0x9),
3079 .irq = 0, /* Not required when notify-by-pmic */
3080 .platform_data = &isl_data,
3081 },
3082};
3083#endif /* CONFIG_ISL9519_CHARGER */
3084
Amir Samuelov755616d2011-12-13 16:34:46 +02003085static struct i2c_board_info liquid_io_expander_i2c_info[] __initdata = {
3086 {
3087 I2C_BOARD_INFO("sx1508q", 0x20),
3088 .platform_data = &msm8960_sx150x_data[SX150X_LIQUID]
3089 },
3090};
3091
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003092static struct i2c_registry msm8960_i2c_devices[] __initdata = {
Amir Samuelov5137e392011-09-21 17:31:25 +03003093#ifdef CONFIG_ISL9519_CHARGER
3094 {
3095 I2C_LIQUID,
3096 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3097 isl_charger_i2c_info,
3098 ARRAY_SIZE(isl_charger_i2c_info),
3099 },
3100#endif /* CONFIG_ISL9519_CHARGER */
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003101 {
3102 I2C_SURF | I2C_FFA | I2C_FLUID,
3103 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3104 cyttsp_info,
3105 ARRAY_SIZE(cyttsp_info),
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -07003106 },
Mohan Pallaka50837382011-09-07 11:00:57 +05303107 {
3108 I2C_LIQUID,
3109 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3110 mxt_device_info,
3111 ARRAY_SIZE(mxt_device_info),
3112 },
Mohan Pallaka5e490392011-09-09 15:18:41 +05303113 {
Manoj Rao14648742012-03-30 19:42:12 -07003114 I2C_SURF | I2C_FFA | I2C_LIQUID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303115 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003116 sii_device_info,
3117 ARRAY_SIZE(sii_device_info),
3118 },
3119 {
Anirudh Ghayal15698162012-07-31 11:51:32 +05303120 I2C_LIQUID | I2C_FFA,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003121 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303122 msm_isa1200_board_info,
3123 ARRAY_SIZE(msm_isa1200_board_info),
3124 },
Amir Samuelov755616d2011-12-13 16:34:46 +02003125 {
3126 I2C_LIQUID,
3127 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3128 liquid_io_expander_i2c_info,
3129 ARRAY_SIZE(liquid_io_expander_i2c_info),
3130 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003131};
3132#endif /* CONFIG_I2C */
3133
3134static void __init register_i2c_devices(void)
3135{
3136#ifdef CONFIG_I2C
3137 u8 mach_mask = 0;
3138 int i;
Kevin Chan09f4e662011-12-16 08:17:02 -08003139#ifdef CONFIG_MSM_CAMERA
3140 struct i2c_registry msm8960_camera_i2c_devices = {
3141 I2C_SURF | I2C_FFA | I2C_FLUID | I2C_LIQUID | I2C_RUMI,
3142 MSM_8960_GSBI4_QUP_I2C_BUS_ID,
3143 msm8960_camera_board_info.board_info,
3144 msm8960_camera_board_info.num_i2c_board_info,
3145 };
3146#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003147
3148 /* Build the matching 'supported_machs' bitmask */
3149 if (machine_is_msm8960_cdp())
3150 mach_mask = I2C_SURF;
Amy Maloche2d028032011-07-20 14:08:06 -07003151 else if (machine_is_msm8960_fluid())
3152 mach_mask = I2C_FLUID;
Amir Samuelov05f87802011-08-27 18:30:12 +03003153 else if (machine_is_msm8960_liquid())
3154 mach_mask = I2C_LIQUID;
Amy Maloche1b0663f2011-08-02 16:46:22 -07003155 else if (machine_is_msm8960_mtp())
3156 mach_mask = I2C_FFA;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003157 else
3158 pr_err("unmatched machine ID in register_i2c_devices\n");
3159
Jing Lineec88ca2012-02-08 11:18:30 -08003160 if (machine_is_msm8960_liquid()) {
3161 if (SOCINFO_VERSION_MAJOR(socinfo_get_platform_version()) == 3)
3162 mxt_device_info[0].platform_data =
3163 &mxt_platform_data_3d;
3164 else
3165 mxt_device_info[0].platform_data =
3166 &mxt_platform_data_2d;
3167 }
3168
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003169 /* Run the array and install devices as appropriate */
3170 for (i = 0; i < ARRAY_SIZE(msm8960_i2c_devices); ++i) {
3171 if (msm8960_i2c_devices[i].machs & mach_mask)
3172 i2c_register_board_info(msm8960_i2c_devices[i].bus,
3173 msm8960_i2c_devices[i].info,
3174 msm8960_i2c_devices[i].len);
3175 }
Manoj Raoc6d904c2012-06-22 00:32:14 -07003176
3177 if (!mhl_platform_data.gpio_mhl_power)
3178 pr_debug("mhl device configured for ext debug board\n");
3179
Kevin Chan09f4e662011-12-16 08:17:02 -08003180#ifdef CONFIG_MSM_CAMERA
3181 if (msm8960_camera_i2c_devices.machs & mach_mask)
3182 i2c_register_board_info(msm8960_camera_i2c_devices.bus,
3183 msm8960_camera_i2c_devices.info,
3184 msm8960_camera_i2c_devices.len);
3185#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003186#endif
3187}
3188
Siddartha Mohanadoss9e1417c2012-09-26 09:42:32 -07003189static void __init msm8960_tsens_init(void)
3190{
3191 if (cpu_is_msm8960())
3192 if (SOCINFO_VERSION_MAJOR(socinfo_get_version()) == 1)
3193 return;
3194
3195 msm_tsens_early_init(&msm_tsens_pdata);
3196}
3197
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003198static void __init msm8960_cdp_init(void)
3199{
Naveen Ramaraj76483ad2011-09-06 14:25:44 -07003200 if (meminfo_init(SYS_MEMORY, SZ_256M) < 0)
3201 pr_err("meminfo_init() failed!\n");
3202
Rohit Vaswanib1cc4932012-07-23 21:30:11 -07003203 platform_device_register(&msm_gpio_device);
Siddartha Mohanadoss9e1417c2012-09-26 09:42:32 -07003204 msm8960_tsens_init();
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06003205 msm_thermal_init(&msm_thermal_pdata);
Praveen Chidambaram78499012011-11-01 17:15:17 -06003206 BUG_ON(msm_rpm_init(&msm8960_rpm_data));
3207 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
Abhijeet Dharmapurikar6d565fd2011-09-15 18:49:56 -07003208
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003209 regulator_suppress_info_printing();
3210 if (msm_xo_init())
3211 pr_err("Failed to initialize XO votes\n");
David Collins4c93ce92012-09-04 15:44:19 -07003212 configure_msm8960_power_grid();
David Collins26f05562011-06-20 09:56:28 -07003213 platform_device_register(&msm8960_device_rpm_regulator);
Stephen Boydbb600ae2011-08-02 20:11:40 -07003214 msm_clock_init(&msm8960_clock_init_data);
Vijayavardhan Vennapusafc464f02011-11-04 21:54:00 +05303215 if (machine_is_msm8960_liquid())
3216 msm_otg_pdata.mhl_enable = true;
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07003217 msm8960_device_otg.dev.platform_data = &msm_otg_pdata;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303218 if (machine_is_msm8960_mtp() || machine_is_msm8960_fluid() ||
3219 machine_is_msm8960_cdp()) {
Mayank Ranaa1f507b2012-08-14 10:57:00 +05303220 /* Due to availability of USB Switch in SGLTE Platform
3221 * it requires different HSUSB PHY settings compare to
3222 * 8960 MTP/CDP platform.
3223 */
3224 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3225 msm_otg_pdata.phy_init_seq = sglte_phy_init_seq;
3226 else
3227 msm_otg_pdata.phy_init_seq = wr_phy_init_seq;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303228 } else if (machine_is_msm8960_liquid()) {
3229 msm_otg_pdata.phy_init_seq =
3230 liquid_v1_phy_init_seq;
3231 }
Ofir Cohen94213a72012-05-03 14:26:32 +03003232 android_usb_pdata.swfi_latency =
Anji jonnalaa7c1c5c2011-12-12 12:20:36 +05303233 msm_rpmrs_levels[0].latency_us;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05303234 msm_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303235 if (SOCINFO_VERSION_MAJOR(socinfo_get_version()) >= 2 &&
3236 machine_is_msm8960_liquid())
3237 msm_device_hsic_host.dev.parent = &smsc_hub_device.dev;
Stepan Moskovchenko3b09bf52011-12-06 20:40:53 -08003238 msm8960_init_gpiomux();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003239 msm8960_device_qup_spi_gsbi1.dev.platform_data =
3240 &msm8960_qup_spi_gsbi1_pdata;
3241 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05303242 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE)
3243 spi_register_board_info(spi_eth_info, ARRAY_SIZE(spi_eth_info));
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003244
3245 msm8960_init_pmic();
Anirudh Ghayal15698162012-07-31 11:51:32 +05303246 if (machine_is_msm8960_liquid() || (machine_is_msm8960_mtp() &&
3247 (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)))
Mohan Pallakaf69f0492011-11-21 13:08:33 +05303248 msm_isa1200_board_info[0].platform_data = &isa1200_1_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003249 msm8960_i2c_init();
Lucille Sylvester34ec3692011-08-16 16:28:04 -06003250 msm8960_gfx_init();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003251 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
3252 msm_spm_l2_init(msm_spm_l2_data);
3253 msm8960_init_buses();
Matt Wagantall1f65d9d2012-04-25 14:24:20 -07003254 platform_add_devices(msm8960_footswitch, msm8960_num_footswitch);
David Collinsb10be1d2011-09-02 10:29:31 -07003255 if (machine_is_msm8960_liquid())
3256 platform_device_register(&msm8960_device_ext_3p3v_vreg);
David Collinsd5a40732011-11-29 15:53:56 -08003257 if (machine_is_msm8960_cdp())
3258 platform_device_register(&msm8960_device_ext_l2_vreg);
Stepan Moskovchenko2b4b1cd2012-03-29 18:21:04 -07003259
3260 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3261 platform_device_register(&msm8960_device_uart_gsbi8);
3262 else
3263 platform_device_register(&msm8960_device_uart_gsbi5);
3264
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003265 /* For 8960 Fusion 2.2 Primary IPC */
Mayank Ranad85a5082012-04-29 17:24:13 -07003266 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3267 msm_uart_dm9_pdata.wakeup_irq = gpio_to_irq(94); /* GSBI9(2) */
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003268 msm_device_uart_dm9.dev.platform_data = &msm_uart_dm9_pdata;
Mayank Rana77f83c22012-07-10 09:31:02 +05303269 platform_device_register(&msm_device_uart_dm9);
Mayank Ranad85a5082012-04-29 17:24:13 -07003270 }
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003271
Mayank Rana1f02d952012-07-04 19:11:20 +05303272 /* For 8960 Standalone External Bluetooth Interface */
3273 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE) {
3274 msm_device_uart_dm8.dev.platform_data = &msm_uart_dm8_pdata;
3275 platform_device_register(&msm_device_uart_dm8);
3276 }
Patrick Daly6578e0c2012-07-19 18:50:02 -07003277 if (cpu_is_msm8960ab())
3278 platform_device_register(&msm8960ab_device_acpuclk);
3279 else
3280 platform_device_register(&msm8960_device_acpuclk);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003281 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Arun Menond4837f62012-08-20 15:25:50 -07003282 msm8960_add_vidc_device();
Patrick Daly6578e0c2012-07-19 18:50:02 -07003283
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003284 msm8960_pm8921_gpio_mpp_init();
Stephen Boyd0ea1b762012-09-13 12:41:31 -07003285 /* Don't add modem devices on APQ targets */
3286 if (socinfo_get_id() != 124) {
3287 platform_device_register(&msm_8960_q6_mss_fw);
3288 platform_device_register(&msm_8960_q6_mss_sw);
3289 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003290 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303291 msm8960_init_smsc_hub();
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003292 msm8960_init_hsic();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003293#ifdef CONFIG_MSM_CAMERA
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003294 msm8960_init_cam();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003295#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003296 msm8960_init_mmc();
Mohan Pallaka50837382011-09-07 11:00:57 +05303297 if (machine_is_msm8960_liquid())
3298 mxt_init_hw_liquid();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003299 register_i2c_devices();
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -08003300 msm8960_init_fb();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003301 slim_register_board_info(msm_slim_devices,
3302 ARRAY_SIZE(msm_slim_devices));
3303 msm8960_init_dsps();
Larry Bassela7eadea2011-07-14 10:46:00 -07003304 change_memory_power = &msm8960_change_memory_power;
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06003305 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05303306 bt_power_init();
Joel King0cbf5d82012-05-24 15:21:38 -07003307 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3308 mdm_sglte_device.dev.platform_data = &sglte_platform_data;
3309 platform_device_register(&mdm_sglte_device);
3310 }
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -08003311}
3312
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003313MACHINE_START(MSM8960_CDP, "QCT MSM8960 CDP")
3314 .map_io = msm8960_map_io,
3315 .reserve = msm8960_reserve,
3316 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303317 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003318 .timer = &msm_timer,
3319 .init_machine = msm8960_cdp_init,
3320 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003321 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003322 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003323MACHINE_END
3324
3325MACHINE_START(MSM8960_MTP, "QCT MSM8960 MTP")
3326 .map_io = msm8960_map_io,
3327 .reserve = msm8960_reserve,
3328 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303329 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003330 .timer = &msm_timer,
3331 .init_machine = msm8960_cdp_init,
3332 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003333 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003334 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003335MACHINE_END
3336
3337MACHINE_START(MSM8960_FLUID, "QCT MSM8960 FLUID")
3338 .map_io = msm8960_map_io,
3339 .reserve = msm8960_reserve,
3340 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303341 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003342 .timer = &msm_timer,
3343 .init_machine = msm8960_cdp_init,
3344 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003345 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003346 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003347MACHINE_END
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003348
3349MACHINE_START(MSM8960_LIQUID, "QCT MSM8960 LIQUID")
3350 .map_io = msm8960_map_io,
3351 .reserve = msm8960_reserve,
3352 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303353 .handle_irq = gic_handle_irq,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003354 .timer = &msm_timer,
3355 .init_machine = msm8960_cdp_init,
3356 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003357 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003358 .restart = msm_restart,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003359MACHINE_END