blob: 8ed9666b173447c2900245c07bf283cdb6851e80 [file] [log] [blame]
Harini Jayaramana9873ab2011-12-20 17:29:48 -07001/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080012 */
13#include <linux/kernel.h>
14#include <linux/platform_device.h>
15#include <linux/io.h>
16#include <linux/irq.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070017#include <linux/i2c.h>
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -070018#include <linux/i2c/sx150x.h>
Amir Samuelov5137e392011-09-21 17:31:25 +030019#include <linux/i2c/isl9519.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070020#include <linux/gpio.h>
21#include <linux/msm_ssbi.h>
Steve Mucklef132c6c2012-06-06 18:30:57 -070022#include <linux/regulator/msm-gpio-regulator.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070023#include <linux/mfd/pm8xxx/pm8921.h>
Siddartha Mohanadossaf91d902011-10-20 10:23:34 -070024#include <linux/mfd/pm8xxx/pm8xxx-adc.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070025#include <linux/regulator/consumer.h>
26#include <linux/spi/spi.h>
27#include <linux/slimbus/slimbus.h>
28#include <linux/bootmem.h>
29#ifdef CONFIG_ANDROID_PMEM
30#include <linux/android_pmem.h>
31#endif
Steve Mucklef132c6c2012-06-06 18:30:57 -070032#include <linux/cyttsp-qc.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070033#include <linux/dma-mapping.h>
34#include <linux/platform_data/qcom_crypto_device.h>
Ankur Nandwanib0039b02011-08-09 14:00:45 -070035#include <linux/platform_data/qcom_wcnss_device.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070036#include <linux/leds.h>
37#include <linux/leds-pm8xxx.h>
Mohan Pallaka50837382011-09-07 11:00:57 +053038#include <linux/i2c/atmel_mxt_ts.h>
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -070039#include <linux/msm_tsens.h>
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -070040#include <linux/ks8851.h>
Mohan Pallaka5e490392011-09-09 15:18:41 +053041#include <linux/i2c/isa1200.h>
Jack Cheung0b1987e2011-11-18 13:36:29 -080042#include <linux/memory.h>
Larry Bassel2d8b42d2012-03-12 10:41:26 -070043#include <linux/memblock.h>
Praveen Chidambaram877d7a42012-06-05 14:33:20 -060044#include <linux/msm_thermal.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080045
46#include <asm/mach-types.h>
47#include <asm/mach/arch.h>
Larry Basselb4126da2011-07-18 14:31:33 -070048#include <asm/setup.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080049#include <asm/hardware/gic.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070050#include <asm/mach/mmc.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080051
52#include <mach/board.h>
Joel Nider266a2642011-10-16 10:58:05 +020053#include <mach/msm_tspp.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080054#include <mach/msm_iomap.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070055#include <mach/msm_spi.h>
Mayank Ranae009c922012-03-22 03:02:06 +053056#include <mach/msm_serial_hs.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070057#ifdef CONFIG_USB_MSM_OTG_72K
58#include <mach/msm_hsusb.h>
59#else
60#include <linux/usb/msm_hsusb.h>
61#endif
62#include <linux/usb/android.h>
63#include <mach/usbdiag.h>
64#include <mach/socinfo.h>
65#include <mach/rpm.h>
Rohit Vaswania513aa8d2011-07-18 15:14:28 -070066#include <mach/gpiomux.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070067#include <mach/msm_bus_board.h>
68#include <mach/msm_memtypes.h>
69#include <mach/dma.h>
70#include <mach/msm_dsps.h>
71#include <mach/msm_xo.h>
Abhijeet Dharmapurikar6d565fd2011-09-15 18:49:56 -070072#include <mach/restart.h>
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -080073
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070074#ifdef CONFIG_WCD9310_CODEC
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +053075#include <linux/mfd/wcd9xxx/core.h>
76#include <linux/mfd/wcd9xxx/pdata.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070077#endif
78
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +053079#include <linux/smsc3503.h>
Mitchel Humpheryscfa31af2012-09-06 11:34:03 -070080#include <linux/msm_ion.h>
Laura Abbottd6183792011-08-19 13:42:24 -070081#include <mach/ion.h>
Joel Kingb8352a12011-11-15 18:46:24 -080082#include <mach/mdm2.h>
Vamsi Krishna6aa6b1f2011-12-14 22:55:20 -080083#include <mach/mdm-peripheral.h>
Laura Abbottf8c03b92012-02-16 14:57:58 -080084#include <mach/msm_rtb.h>
Laura Abbott306bcc22012-03-08 11:24:53 -080085#include <mach/msm_cache_dump.h>
86#include <mach/scm.h>
Olav Haugan8726caf2012-05-10 15:11:35 -070087#include <mach/iommu_domains.h>
Laura Abbottd6183792011-08-19 13:42:24 -070088
Jordan Crouse914de9b2012-07-09 13:49:46 -060089#include <mach/kgsl.h>
Larry Bassel41a055b2011-12-06 16:15:14 -080090#include <linux/fmem.h>
91
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070092#include "timer.h"
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -080093#include "devices.h"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070094#include "devices-msm8x60.h"
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070095#include "spm.h"
Stepan Moskovchenko5a83dba2011-12-05 17:30:17 -080096#include "board-8960.h"
Matt Wagantall7cca4642012-02-01 16:43:24 -080097#include "pm.h"
Abhijeet Dharmapurikarefaca4f2011-12-27 16:24:07 -080098#include <mach/cpuidle.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070099#include "rpm_resources.h"
Subhash Jadavani909e04f2012-04-12 10:52:50 +0530100#include <mach/mpm.h>
Matt Wagantall33d01f52012-02-23 23:27:44 -0800101#include "clock.h"
Naveen Ramaraj76483ad2011-09-06 14:25:44 -0700102#include "smd_private.h"
Maheshkumar Sivasubramanian8ccc16e2011-10-25 15:59:57 -0600103#include "pm-boot.h"
Jeff Ohlstein7e668552011-10-06 16:17:25 -0700104#include "msm_watchdog.h"
Stepan Moskovchenkoc6ada422011-11-28 19:31:16 -0800105
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700106static struct platform_device msm_fm_platform_init = {
107 .name = "iris_fm",
108 .id = -1,
109};
110
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700111#define KS8851_RST_GPIO 89
112#define KS8851_IRQ_GPIO 90
Mohan Pallaka5e490392011-09-09 15:18:41 +0530113
Manoj Rao14648742012-03-30 19:42:12 -0700114#define MHL_GPIO_INT 4
115#define MHL_GPIO_RESET 15
116
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700117#if defined(CONFIG_GPIO_SX150X) || defined(CONFIG_GPIO_SX150X_MODULE)
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700118
Stepan Moskovchenkoc6ada422011-11-28 19:31:16 -0800119struct sx150x_platform_data msm8960_sx150x_data[] = {
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700120 [SX150X_CAM] = {
121 .gpio_base = GPIO_CAM_EXPANDER_BASE,
122 .oscio_is_gpo = false,
123 .io_pullup_ena = 0x0,
Nishant Pandit474f2252011-07-23 23:17:56 +0530124 .io_pulldn_ena = 0xc0,
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700125 .io_open_drain_ena = 0x0,
126 .irq_summary = -1,
127 },
Amir Samuelov755616d2011-12-13 16:34:46 +0200128 [SX150X_LIQUID] = {
129 .gpio_base = GPIO_LIQUID_EXPANDER_BASE,
130 .oscio_is_gpo = false,
131 .io_pullup_ena = 0x0c08,
132 .io_pulldn_ena = 0x4060,
133 .io_open_drain_ena = 0x000c,
134 .io_polarity = 0,
135 .irq_summary = -1,
136 },
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -0700137};
Nishant Pandit474f2252011-07-23 23:17:56 +0530138
139#endif
140
Olav Haugana21169d2012-01-04 09:17:06 -0800141#define MSM_PMEM_ADSP_SIZE 0x7800000
Bharath Ramachandramurthy2fd017a2012-03-13 10:21:09 -0700142#define MSM_PMEM_AUDIO_SIZE 0x4CF000
Mathew Karimpanal15fa5c42011-12-14 21:28:10 -0800143#define MSM_PMEM_SIZE 0x2800000 /* 40 Mbytes */
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800144#define MSM_LIQUID_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800145#define MSM_HDMI_PRIM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Laura Abbott2d1760b2011-09-29 21:31:24 -0700146
147#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Deepak Kotur35825522012-06-06 15:49:14 -0700148#define HOLE_SIZE 0x20000
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700149#define MSM_CONTIG_MEM_SIZE 0x65000
Olav Haugan32594552012-03-13 11:40:05 -0700150#ifdef CONFIG_MSM_IOMMU
Olav Haugan8726caf2012-05-10 15:11:35 -0700151#define MSM_ION_MM_SIZE 0x3800000 /* Need to be multiple of 64K */
Olav Haugan32594552012-03-13 11:40:05 -0700152#define MSM_ION_SF_SIZE 0x0
Olav Hauganfbbf05b2012-04-05 14:33:41 -0700153#define MSM_ION_QSECOM_SIZE 0x780000 /* (7.5MB) */
Olav Haugan32594552012-03-13 11:40:05 -0700154#define MSM_ION_HEAP_NUM 7
155#else
156#define MSM_ION_MM_SIZE MSM_PMEM_ADSP_SIZE
157#define MSM_ION_SF_SIZE MSM_PMEM_SIZE
Olav Hauganfbbf05b2012-04-05 14:33:41 -0700158#define MSM_ION_QSECOM_SIZE 0x600000 /* (6MB) */
Olav Haugan32594552012-03-13 11:40:05 -0700159#define MSM_ION_HEAP_NUM 8
160#endif
Deepak Kotur35825522012-06-06 15:49:14 -0700161#define MSM_ION_MM_FW_SIZE (0x200000 - HOLE_SIZE) /* 128kb */
Olav Hauganb5be7992011-11-18 14:29:02 -0800162#define MSM_ION_MFC_SIZE SZ_8K
Olav Haugan7355db02012-01-13 16:59:13 -0800163#define MSM_ION_AUDIO_SIZE MSM_PMEM_AUDIO_SIZE
Olav Haugan32594552012-03-13 11:40:05 -0700164
Olav Hauganb5be7992011-11-18 14:29:02 -0800165#define MSM_LIQUID_ION_MM_SIZE (MSM_ION_MM_SIZE + 0x600000)
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800166#define MSM_LIQUID_ION_SF_SIZE MSM_LIQUID_PMEM_SIZE
167#define MSM_HDMI_PRIM_ION_SF_SIZE MSM_HDMI_PRIM_PMEM_SIZE
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700168
Deepak Kotur35825522012-06-06 15:49:14 -0700169#define MSM_MM_FW_SIZE (0x200000 - HOLE_SIZE) /* 2mb -128kb*/
170#define MSM8960_FIXED_AREA_START (0xa0000000 - (MSM_ION_MM_FW_SIZE + \
171 HOLE_SIZE))
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700172#define MAX_FIXED_AREA_SIZE 0x10000000
Deepak Kotur35825522012-06-06 15:49:14 -0700173#define MSM8960_FW_START MSM8960_FIXED_AREA_START
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700174
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800175static unsigned msm_ion_sf_size = MSM_ION_SF_SIZE;
Laura Abbott2d1760b2011-09-29 21:31:24 -0700176#else
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700177#define MSM_CONTIG_MEM_SIZE 0x110C000
Olav Hauganb5be7992011-11-18 14:29:02 -0800178#define MSM_ION_HEAP_NUM 1
Laura Abbott2d1760b2011-09-29 21:31:24 -0700179#endif
Laura Abbottd6183792011-08-19 13:42:24 -0700180
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700181#ifdef CONFIG_KERNEL_MSM_CONTIG_MEM_REGION
182static unsigned msm_contig_mem_size = MSM_CONTIG_MEM_SIZE;
183static int __init msm_contig_mem_size_setup(char *p)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700184{
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700185 msm_contig_mem_size = memparse(p, NULL);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700186 return 0;
187}
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700188early_param("msm_contig_mem_size", msm_contig_mem_size_setup);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700189#endif
190
191#ifdef CONFIG_ANDROID_PMEM
192static unsigned pmem_size = MSM_PMEM_SIZE;
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800193static unsigned pmem_param_set;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700194static int __init pmem_size_setup(char *p)
195{
196 pmem_size = memparse(p, NULL);
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800197 pmem_param_set = 1;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700198 return 0;
199}
200early_param("pmem_size", pmem_size_setup);
201
202static unsigned pmem_adsp_size = MSM_PMEM_ADSP_SIZE;
203
204static int __init pmem_adsp_size_setup(char *p)
205{
206 pmem_adsp_size = memparse(p, NULL);
207 return 0;
208}
209early_param("pmem_adsp_size", pmem_adsp_size_setup);
210
211static unsigned pmem_audio_size = MSM_PMEM_AUDIO_SIZE;
212
213static int __init pmem_audio_size_setup(char *p)
214{
215 pmem_audio_size = memparse(p, NULL);
216 return 0;
217}
218early_param("pmem_audio_size", pmem_audio_size_setup);
219#endif
220
221#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700222#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700223static struct android_pmem_platform_data android_pmem_pdata = {
224 .name = "pmem",
225 .allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
226 .cached = 1,
227 .memory_type = MEMTYPE_EBI1,
228};
229
Laura Abbottb93525f2012-04-12 09:57:19 -0700230static struct platform_device msm8960_android_pmem_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700231 .name = "android_pmem",
232 .id = 0,
233 .dev = {.platform_data = &android_pmem_pdata},
234};
235
236static struct android_pmem_platform_data android_pmem_adsp_pdata = {
237 .name = "pmem_adsp",
238 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
239 .cached = 0,
240 .memory_type = MEMTYPE_EBI1,
241};
Laura Abbottb93525f2012-04-12 09:57:19 -0700242static struct platform_device msm8960_android_pmem_adsp_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700243 .name = "android_pmem",
244 .id = 2,
245 .dev = { .platform_data = &android_pmem_adsp_pdata },
246};
247
248static struct android_pmem_platform_data android_pmem_audio_pdata = {
249 .name = "pmem_audio",
250 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
251 .cached = 0,
252 .memory_type = MEMTYPE_EBI1,
253};
254
Laura Abbottb93525f2012-04-12 09:57:19 -0700255static struct platform_device msm8960_android_pmem_audio_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700256 .name = "android_pmem",
257 .id = 4,
258 .dev = { .platform_data = &android_pmem_audio_pdata },
259};
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700260#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
261#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700262
Laura Abbottb93525f2012-04-12 09:57:19 -0700263struct fmem_platform_data msm8960_fmem_pdata = {
Larry Bassel41a055b2011-12-06 16:15:14 -0800264};
265
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -0700266#define DSP_RAM_BASE_8960 0x8da00000
267#define DSP_RAM_SIZE_8960 0x1800000
268static int dspcrashd_pdata_8960 = 0xDEADDEAD;
269
270static struct resource resources_dspcrashd_8960[] = {
271 {
272 .name = "msm_dspcrashd",
273 .start = DSP_RAM_BASE_8960,
274 .end = DSP_RAM_BASE_8960 + DSP_RAM_SIZE_8960,
275 .flags = IORESOURCE_DMA,
276 },
277};
278
Stepan Moskovchenkofc70d902011-11-30 12:39:36 -0800279static struct platform_device msm_device_dspcrashd_8960 = {
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -0700280 .name = "msm_dspcrashd",
281 .num_resources = ARRAY_SIZE(resources_dspcrashd_8960),
282 .resource = resources_dspcrashd_8960,
283 .dev = { .platform_data = &dspcrashd_pdata_8960 },
284};
285
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700286static struct memtype_reserve msm8960_reserve_table[] __initdata = {
287 [MEMTYPE_SMI] = {
288 },
289 [MEMTYPE_EBI0] = {
290 .flags = MEMTYPE_FLAGS_1M_ALIGN,
291 },
292 [MEMTYPE_EBI1] = {
293 .flags = MEMTYPE_FLAGS_1M_ALIGN,
294 },
295};
296
Laura Abbottf8c03b92012-02-16 14:57:58 -0800297static void __init reserve_rtb_memory(void)
298{
299#if defined(CONFIG_MSM_RTB)
Laura Abbottb93525f2012-04-12 09:57:19 -0700300 msm8960_reserve_table[MEMTYPE_EBI1].size += msm8960_rtb_pdata.size;
Laura Abbottf8c03b92012-02-16 14:57:58 -0800301#endif
302}
303
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700304static void __init size_pmem_devices(void)
305{
306#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700307#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700308 android_pmem_adsp_pdata.size = pmem_adsp_size;
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800309
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800310 if (!pmem_param_set) {
311 if (machine_is_msm8960_liquid())
312 pmem_size = MSM_LIQUID_PMEM_SIZE;
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700313 if (msm8960_hdmi_as_primary_selected())
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800314 pmem_size = MSM_HDMI_PRIM_PMEM_SIZE;
315 }
316
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700317 android_pmem_pdata.size = pmem_size;
318 android_pmem_audio_pdata.size = MSM_PMEM_AUDIO_SIZE;
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700319#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
320#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700321}
322
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700323#ifdef CONFIG_ANDROID_PMEM
324#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700325static void __init reserve_memory_for(struct android_pmem_platform_data *p)
326{
327 msm8960_reserve_table[p->memory_type].size += p->size;
328}
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700329#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
330#endif /*CONFIG_ANDROID_PMEM*/
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700331
332static void __init reserve_pmem_memory(void)
333{
334#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -0700335#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700336 reserve_memory_for(&android_pmem_adsp_pdata);
337 reserve_memory_for(&android_pmem_pdata);
338 reserve_memory_for(&android_pmem_audio_pdata);
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700339#endif
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700340 msm8960_reserve_table[MEMTYPE_EBI1].size += msm_contig_mem_size;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700341#endif
342}
343
Larry Basselb4126da2011-07-18 14:31:33 -0700344static int msm8960_paddr_to_memtype(unsigned int paddr)
345{
346 return MEMTYPE_EBI1;
347}
348
Steve Mucklef132c6c2012-06-06 18:30:57 -0700349#define FMEM_ENABLED 0
Olav Hauganf6dc7742012-02-15 09:11:55 -0800350
Laura Abbottd6183792011-08-19 13:42:24 -0700351#ifdef CONFIG_ION_MSM
Olav Haugan0703dbf2011-12-19 17:53:38 -0800352#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -0700353static struct ion_cp_heap_pdata cp_mm_msm8960_ion_pdata = {
Olav Haugan0703dbf2011-12-19 17:53:38 -0800354 .permission_type = IPT_TYPE_MM_CARVEOUT,
Olav Haugan8726caf2012-05-10 15:11:35 -0700355 .align = SZ_64K,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800356 .reusable = FMEM_ENABLED,
357 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700358 .fixed_position = FIXED_MIDDLE,
Olav Haugan8726caf2012-05-10 15:11:35 -0700359 .iommu_map_all = 1,
360 .iommu_2x_map_domain = VIDEO_DOMAIN,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800361};
362
Laura Abbottb93525f2012-04-12 09:57:19 -0700363static struct ion_cp_heap_pdata cp_mfc_msm8960_ion_pdata = {
Olav Haugan0703dbf2011-12-19 17:53:38 -0800364 .permission_type = IPT_TYPE_MFC_SHAREDMEM,
Olav Haugan42ebe712012-01-10 16:30:58 -0800365 .align = PAGE_SIZE,
Olav Haugan65f4bd82011-12-13 11:50:08 -0800366 .reusable = 0,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800367 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700368 .fixed_position = FIXED_HIGH,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800369};
370
Laura Abbottb93525f2012-04-12 09:57:19 -0700371static struct ion_co_heap_pdata co_msm8960_ion_pdata = {
Olav Haugan42ebe712012-01-10 16:30:58 -0800372 .adjacent_mem_id = INVALID_HEAP_ID,
373 .align = PAGE_SIZE,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800374 .mem_is_fmem = 0,
Olav Haugan42ebe712012-01-10 16:30:58 -0800375};
376
Laura Abbottb93525f2012-04-12 09:57:19 -0700377static struct ion_co_heap_pdata fw_co_msm8960_ion_pdata = {
Olav Haugan42ebe712012-01-10 16:30:58 -0800378 .adjacent_mem_id = ION_CP_MM_HEAP_ID,
379 .align = SZ_128K,
Olav Hauganf6dc7742012-02-15 09:11:55 -0800380 .mem_is_fmem = FMEM_ENABLED,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700381 .fixed_position = FIXED_LOW,
Olav Haugan0703dbf2011-12-19 17:53:38 -0800382};
383#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800384
385/**
386 * These heaps are listed in the order they will be allocated. Due to
387 * video hardware restrictions and content protection the FW heap has to
388 * be allocated adjacent (below) the MM heap and the MFC heap has to be
389 * allocated after the MM heap to ensure MFC heap is not more than 256MB
390 * away from the base address of the FW heap.
391 * However, the order of FW heap and MM heap doesn't matter since these
392 * two heaps are taken care of by separate code to ensure they are adjacent
393 * to each other.
394 * Don't swap the order unless you know what you are doing!
395 */
Laura Abbottb93525f2012-04-12 09:57:19 -0700396static struct ion_platform_data msm8960_ion_pdata = {
Laura Abbott2d1760b2011-09-29 21:31:24 -0700397 .nr = MSM_ION_HEAP_NUM,
Laura Abbottd6183792011-08-19 13:42:24 -0700398 .heaps = {
399 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800400 .id = ION_SYSTEM_HEAP_ID,
Laura Abbottd6183792011-08-19 13:42:24 -0700401 .type = ION_HEAP_TYPE_SYSTEM,
Laura Abbottd6183792011-08-19 13:42:24 -0700402 .name = ION_VMALLOC_HEAP_NAME,
403 },
Laura Abbott2d1760b2011-09-29 21:31:24 -0700404#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottd6183792011-08-19 13:42:24 -0700405 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800406 .id = ION_CP_MM_HEAP_ID,
Olav Haugan0a852512012-01-09 10:20:55 -0800407 .type = ION_HEAP_TYPE_CP,
Olav Hauganb5be7992011-11-18 14:29:02 -0800408 .name = ION_MM_HEAP_NAME,
409 .size = MSM_ION_MM_SIZE,
Laura Abbott2d1760b2011-09-29 21:31:24 -0700410 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700411 .extra_data = (void *) &cp_mm_msm8960_ion_pdata,
Laura Abbott2d1760b2011-09-29 21:31:24 -0700412 },
Laura Abbott8c017362011-09-22 20:59:12 -0700413 {
Olav Haugan42ebe712012-01-10 16:30:58 -0800414 .id = ION_MM_FIRMWARE_HEAP_ID,
415 .type = ION_HEAP_TYPE_CARVEOUT,
416 .name = ION_MM_FIRMWARE_HEAP_NAME,
417 .size = MSM_ION_MM_FW_SIZE,
418 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700419 .extra_data = (void *) &fw_co_msm8960_ion_pdata,
Olav Haugan42ebe712012-01-10 16:30:58 -0800420 },
421 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800422 .id = ION_CP_MFC_HEAP_ID,
Olav Haugan0a852512012-01-09 10:20:55 -0800423 .type = ION_HEAP_TYPE_CP,
Olav Hauganb5be7992011-11-18 14:29:02 -0800424 .name = ION_MFC_HEAP_NAME,
425 .size = MSM_ION_MFC_SIZE,
426 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700427 .extra_data = (void *) &cp_mfc_msm8960_ion_pdata,
Olav Hauganb5be7992011-11-18 14:29:02 -0800428 },
Olav Haugan32594552012-03-13 11:40:05 -0700429#ifndef CONFIG_MSM_IOMMU
Olav Hauganb5be7992011-11-18 14:29:02 -0800430 {
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800431 .id = ION_SF_HEAP_ID,
432 .type = ION_HEAP_TYPE_CARVEOUT,
433 .name = ION_SF_HEAP_NAME,
434 .size = MSM_ION_SF_SIZE,
435 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700436 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800437 },
Olav Haugan32594552012-03-13 11:40:05 -0700438#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800439 {
Olav Hauganb5be7992011-11-18 14:29:02 -0800440 .id = ION_IOMMU_HEAP_ID,
Laura Abbott8c017362011-09-22 20:59:12 -0700441 .type = ION_HEAP_TYPE_IOMMU,
442 .name = ION_IOMMU_HEAP_NAME,
443 },
Olav Haugan80854eb2012-01-12 12:00:23 -0800444 {
445 .id = ION_QSECOM_HEAP_ID,
446 .type = ION_HEAP_TYPE_CARVEOUT,
447 .name = ION_QSECOM_HEAP_NAME,
448 .size = MSM_ION_QSECOM_SIZE,
449 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700450 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan80854eb2012-01-12 12:00:23 -0800451 },
Olav Haugan7355db02012-01-13 16:59:13 -0800452 {
453 .id = ION_AUDIO_HEAP_ID,
454 .type = ION_HEAP_TYPE_CARVEOUT,
455 .name = ION_AUDIO_HEAP_NAME,
456 .size = MSM_ION_AUDIO_SIZE,
457 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700458 .extra_data = (void *) &co_msm8960_ion_pdata,
Olav Haugan7355db02012-01-13 16:59:13 -0800459 },
Laura Abbott2d1760b2011-09-29 21:31:24 -0700460#endif
Laura Abbottd6183792011-08-19 13:42:24 -0700461 }
462};
463
Laura Abbottb93525f2012-04-12 09:57:19 -0700464static struct platform_device msm8960_ion_dev = {
Laura Abbottd6183792011-08-19 13:42:24 -0700465 .name = "ion-msm",
466 .id = 1,
Laura Abbottb93525f2012-04-12 09:57:19 -0700467 .dev = { .platform_data = &msm8960_ion_pdata },
Laura Abbottd6183792011-08-19 13:42:24 -0700468};
469#endif
470
Laura Abbottb93525f2012-04-12 09:57:19 -0700471struct platform_device msm8960_fmem_device = {
Larry Bassel41a055b2011-12-06 16:15:14 -0800472 .name = "fmem",
473 .id = 1,
Laura Abbottb93525f2012-04-12 09:57:19 -0700474 .dev = { .platform_data = &msm8960_fmem_pdata },
Larry Bassel41a055b2011-12-06 16:15:14 -0800475};
476
Olav Haugan65f4bd82011-12-13 11:50:08 -0800477static void __init adjust_mem_for_liquid(void)
Laura Abbottd6183792011-08-19 13:42:24 -0700478{
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800479 unsigned int i;
480
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800481 if (!pmem_param_set) {
482 if (machine_is_msm8960_liquid())
483 msm_ion_sf_size = MSM_LIQUID_ION_SF_SIZE;
484
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700485 if (msm8960_hdmi_as_primary_selected())
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800486 msm_ion_sf_size = MSM_HDMI_PRIM_ION_SF_SIZE;
487
Ravishangar Kalyanamfda36c42012-03-26 16:28:19 -0700488 if (machine_is_msm8960_liquid() ||
489 msm8960_hdmi_as_primary_selected()) {
Laura Abbottb93525f2012-04-12 09:57:19 -0700490 for (i = 0; i < msm8960_ion_pdata.nr; i++) {
491 if (msm8960_ion_pdata.heaps[i].id ==
492 ION_SF_HEAP_ID) {
493 msm8960_ion_pdata.heaps[i].size =
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800494 msm_ion_sf_size;
495 pr_debug("msm_ion_sf_size 0x%x\n",
496 msm_ion_sf_size);
497 break;
498 }
Ravishangar Kalyanam671f5ce2011-12-06 20:25:29 -0800499 }
500 }
501 }
Olav Haugan65f4bd82011-12-13 11:50:08 -0800502}
503
504static void __init reserve_mem_for_ion(enum ion_memory_types mem_type,
505 unsigned long size)
506{
507 msm8960_reserve_table[mem_type].size += size;
508}
509
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700510static void __init msm8960_reserve_fixed_area(unsigned long fixed_area_size)
511{
512#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
513 int ret;
514
515 if (fixed_area_size > MAX_FIXED_AREA_SIZE)
516 panic("fixed area size is larger than %dM\n",
517 MAX_FIXED_AREA_SIZE >> 20);
518
519 reserve_info->fixed_area_size = fixed_area_size;
520 reserve_info->fixed_area_start = MSM8960_FW_START;
521
522 ret = memblock_remove(reserve_info->fixed_area_start,
523 reserve_info->fixed_area_size);
524 BUG_ON(ret);
525#endif
526}
527
Olav Haugan65f4bd82011-12-13 11:50:08 -0800528/**
529 * Reserve memory for ION and calculate amount of reusable memory for fmem.
530 * We only reserve memory for heaps that are not reusable. However, we only
531 * support one reusable heap at the moment so we ignore the reusable flag for
532 * other than the first heap with reusable flag set. Also handle special case
Olav Hauganf6dc7742012-02-15 09:11:55 -0800533 * for video heaps (MM,FW, and MFC). Video requires heaps MM and MFC to be
534 * at a higher address than FW in addition to not more than 256MB away from the
535 * base address of the firmware. This means that if MM is reusable the other
536 * two heaps must be allocated in the same region as FW. This is handled by the
537 * mem_is_fmem flag in the platform data. In addition the MM heap must be
538 * adjacent to the FW heap for content protection purposes.
Olav Haugan65f4bd82011-12-13 11:50:08 -0800539 */
540static void __init reserve_ion_memory(void)
541{
542#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
543 unsigned int i;
544 unsigned int reusable_count = 0;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700545 unsigned int fixed_size = 0;
546 unsigned int fixed_low_size, fixed_middle_size, fixed_high_size;
547 unsigned long fixed_low_start, fixed_middle_start, fixed_high_start;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800548
549 adjust_mem_for_liquid();
Laura Abbottb93525f2012-04-12 09:57:19 -0700550 msm8960_fmem_pdata.size = 0;
551 msm8960_fmem_pdata.reserved_size_low = 0;
552 msm8960_fmem_pdata.reserved_size_high = 0;
Olav Haugan8726caf2012-05-10 15:11:35 -0700553 msm8960_fmem_pdata.align = PAGE_SIZE;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700554 fixed_low_size = 0;
555 fixed_middle_size = 0;
556 fixed_high_size = 0;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800557
558 /* We only support 1 reusable heap. Check if more than one heap
559 * is specified as reusable and set as non-reusable if found.
560 */
Laura Abbottb93525f2012-04-12 09:57:19 -0700561 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
562 const struct ion_platform_heap *heap =
563 &(msm8960_ion_pdata.heaps[i]);
Olav Haugan65f4bd82011-12-13 11:50:08 -0800564
565 if (heap->type == ION_HEAP_TYPE_CP && heap->extra_data) {
566 struct ion_cp_heap_pdata *data = heap->extra_data;
567
568 reusable_count += (data->reusable) ? 1 : 0;
569
570 if (data->reusable && reusable_count > 1) {
571 pr_err("%s: Too many heaps specified as "
572 "reusable. Heap %s was not configured "
573 "as reusable.\n", __func__, heap->name);
574 data->reusable = 0;
575 }
576 }
577 }
578
Laura Abbottb93525f2012-04-12 09:57:19 -0700579 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
Olav Haugan8726caf2012-05-10 15:11:35 -0700580 struct ion_platform_heap *heap =
Laura Abbottb93525f2012-04-12 09:57:19 -0700581 &(msm8960_ion_pdata.heaps[i]);
Olav Haugan8726caf2012-05-10 15:11:35 -0700582 int align = SZ_4K;
583 int iommu_map_all = 0;
584 int adjacent_mem_id = INVALID_HEAP_ID;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800585
586 if (heap->extra_data) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700587 int fixed_position = NOT_FIXED;
588 int mem_is_fmem = 0;
589
Olav Haugan65f4bd82011-12-13 11:50:08 -0800590 switch (heap->type) {
591 case ION_HEAP_TYPE_CP:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800592 mem_is_fmem = ((struct ion_cp_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700593 heap->extra_data)->mem_is_fmem;
594 fixed_position = ((struct ion_cp_heap_pdata *)
595 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700596 align = ((struct ion_cp_heap_pdata *)
597 heap->extra_data)->align;
598 iommu_map_all =
599 ((struct ion_cp_heap_pdata *)
600 heap->extra_data)->iommu_map_all;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800601 break;
602 case ION_HEAP_TYPE_CARVEOUT:
Olav Hauganf6dc7742012-02-15 09:11:55 -0800603 mem_is_fmem = ((struct ion_co_heap_pdata *)
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700604 heap->extra_data)->mem_is_fmem;
605 fixed_position = ((struct ion_co_heap_pdata *)
606 heap->extra_data)->fixed_position;
Olav Haugan8726caf2012-05-10 15:11:35 -0700607 adjacent_mem_id = ((struct ion_co_heap_pdata *)
608 heap->extra_data)->adjacent_mem_id;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700609 break;
610 default:
611 break;
612 }
613
Olav Haugan8726caf2012-05-10 15:11:35 -0700614 if (iommu_map_all) {
615 if (heap->size & (SZ_64K-1)) {
616 heap->size = ALIGN(heap->size, SZ_64K);
617 pr_info("Heap %s not aligned to 64K. Adjusting size to %x\n",
618 heap->name, heap->size);
619 }
620 }
621
622 if (mem_is_fmem && adjacent_mem_id != INVALID_HEAP_ID)
623 msm8960_fmem_pdata.align = align;
624
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700625 if (fixed_position != NOT_FIXED)
626 fixed_size += heap->size;
627 else
628 reserve_mem_for_ion(MEMTYPE_EBI1, heap->size);
629
630 if (fixed_position == FIXED_LOW)
631 fixed_low_size += heap->size;
632 else if (fixed_position == FIXED_MIDDLE)
633 fixed_middle_size += heap->size;
634 else if (fixed_position == FIXED_HIGH)
635 fixed_high_size += heap->size;
636
637 if (mem_is_fmem)
Laura Abbottb93525f2012-04-12 09:57:19 -0700638 msm8960_fmem_pdata.size += heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700639 }
640 }
641
642 if (!fixed_size)
643 return;
644
Laura Abbottb93525f2012-04-12 09:57:19 -0700645 if (msm8960_fmem_pdata.size) {
Deepak Kotur35825522012-06-06 15:49:14 -0700646 msm8960_fmem_pdata.reserved_size_low = fixed_low_size +
647 HOLE_SIZE;
Laura Abbottb93525f2012-04-12 09:57:19 -0700648 msm8960_fmem_pdata.reserved_size_high = fixed_high_size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700649 }
650
Larry Bassel4d4f4482012-04-04 11:26:09 -0700651 /* Since the fixed area may be carved out of lowmem,
652 * make sure the length is a multiple of 1M.
653 */
654 fixed_size = (fixed_size + MSM_MM_FW_SIZE + SECTION_SIZE - 1)
655 & SECTION_MASK;
656 msm8960_reserve_fixed_area(fixed_size);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700657
658 fixed_low_start = MSM8960_FIXED_AREA_START;
Deepak Kotur35825522012-06-06 15:49:14 -0700659 fixed_middle_start = fixed_low_start + fixed_low_size + HOLE_SIZE;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700660 fixed_high_start = fixed_middle_start + fixed_middle_size;
661
Laura Abbottb93525f2012-04-12 09:57:19 -0700662 for (i = 0; i < msm8960_ion_pdata.nr; ++i) {
663 struct ion_platform_heap *heap = &(msm8960_ion_pdata.heaps[i]);
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700664
665 if (heap->extra_data) {
666 int fixed_position = NOT_FIXED;
Steve Muckle75c34ca2012-06-12 14:27:40 -0700667 struct ion_cp_heap_pdata *pdata = NULL;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700668
669 switch (heap->type) {
670 case ION_HEAP_TYPE_CP:
Deepak Kotur35825522012-06-06 15:49:14 -0700671 pdata =
672 (struct ion_cp_heap_pdata *)heap->extra_data;
673 fixed_position = pdata->fixed_position;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700674 break;
675 case ION_HEAP_TYPE_CARVEOUT:
676 fixed_position = ((struct ion_co_heap_pdata *)
677 heap->extra_data)->fixed_position;
678 break;
679 default:
680 break;
681 }
682
683 switch (fixed_position) {
684 case FIXED_LOW:
685 heap->base = fixed_low_start;
686 break;
687 case FIXED_MIDDLE:
688 heap->base = fixed_middle_start;
Deepak Kotur35825522012-06-06 15:49:14 -0700689 pdata->secure_base = fixed_middle_start
690 - HOLE_SIZE;
691 pdata->secure_size = HOLE_SIZE + heap->size;
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700692 break;
693 case FIXED_HIGH:
694 heap->base = fixed_high_start;
Olav Haugan65f4bd82011-12-13 11:50:08 -0800695 break;
696 default:
697 break;
698 }
699 }
Olav Haugan65f4bd82011-12-13 11:50:08 -0800700 }
Laura Abbottd6183792011-08-19 13:42:24 -0700701#endif
702}
Huaibin Yanga5419422011-12-08 23:52:10 -0800703
704static void __init reserve_mdp_memory(void)
705{
706 msm8960_mdp_writeback(msm8960_reserve_table);
707}
708
Stephen Boyd668d7652012-04-25 11:31:01 -0700709static void __init reserve_cache_dump_memory(void)
Laura Abbott306bcc22012-03-08 11:24:53 -0800710{
711#ifdef CONFIG_MSM_CACHE_DUMP
Laura Abbott306bcc22012-03-08 11:24:53 -0800712 unsigned int total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800713
Laura Abbott155ab6f2012-05-25 08:52:18 -0700714 total = msm8960_cache_dump_pdata.l1_size +
715 msm8960_cache_dump_pdata.l2_size;
Laura Abbott306bcc22012-03-08 11:24:53 -0800716 msm8960_reserve_table[MEMTYPE_EBI1].size += total;
Laura Abbott306bcc22012-03-08 11:24:53 -0800717#endif
718}
719
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700720static void __init msm8960_calculate_reserve_sizes(void)
721{
722 size_pmem_devices();
723 reserve_pmem_memory();
Laura Abbottd6183792011-08-19 13:42:24 -0700724 reserve_ion_memory();
Huaibin Yanga5419422011-12-08 23:52:10 -0800725 reserve_mdp_memory();
Laura Abbottf8c03b92012-02-16 14:57:58 -0800726 reserve_rtb_memory();
Laura Abbott306bcc22012-03-08 11:24:53 -0800727 reserve_cache_dump_memory();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700728}
729
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700730static struct reserve_info msm8960_reserve_info __initdata = {
731 .memtype_reserve_table = msm8960_reserve_table,
732 .calculate_reserve_sizes = msm8960_calculate_reserve_sizes,
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700733 .reserve_fixed_area = msm8960_reserve_fixed_area,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700734 .paddr_to_memtype = msm8960_paddr_to_memtype,
735};
736
Larry Basselb4126da2011-07-18 14:31:33 -0700737static int msm8960_memory_bank_size(void)
738{
739 return 1<<29;
740}
741
742static void __init locate_unstable_memory(void)
743{
744 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
745 unsigned long bank_size;
746 unsigned long low, high;
747
748 bank_size = msm8960_memory_bank_size();
Larry Bassel4d4f4482012-04-04 11:26:09 -0700749 msm8960_reserve_info.bank_size = bank_size;
750
Larry Basselb4126da2011-07-18 14:31:33 -0700751 low = meminfo.bank[0].start;
752 high = mb->start + mb->size;
Olav Haugan62052e42011-10-28 14:28:32 -0700753
754 /* Check if 32 bit overflow occured */
755 if (high < mb->start)
756 high = ~0UL;
757
Larry Bassel4d4f4482012-04-04 11:26:09 -0700758 if (high < MAX_FIXED_AREA_SIZE + MSM8960_FIXED_AREA_START)
759 panic("fixed area extends beyond end of memory\n");
760
Larry Basselb4126da2011-07-18 14:31:33 -0700761 low &= ~(bank_size - 1);
762
763 if (high - low <= bank_size)
Larry Bassel4d4f4482012-04-04 11:26:09 -0700764 goto no_dmm;
Larry Basselb8d61022012-02-24 10:49:45 -0800765
Larry Basselb8d61022012-02-24 10:49:45 -0800766#ifdef CONFIG_ENABLE_DMM
Jack Cheung60eaeab2012-01-09 16:40:26 -0800767 msm8960_reserve_info.low_unstable_address = mb->start -
768 MIN_MEMORY_BLOCK_SIZE + mb->size;
Jack Cheung0b1987e2011-11-18 13:36:29 -0800769 msm8960_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
Larry Basselb4126da2011-07-18 14:31:33 -0700770 pr_info("low unstable address %lx max size %lx bank size %lx\n",
771 msm8960_reserve_info.low_unstable_address,
772 msm8960_reserve_info.max_unstable_size,
773 msm8960_reserve_info.bank_size);
Larry Bassel4d4f4482012-04-04 11:26:09 -0700774 return;
Larry Basselb8d61022012-02-24 10:49:45 -0800775#endif
Larry Bassel4d4f4482012-04-04 11:26:09 -0700776no_dmm:
777 msm8960_reserve_info.low_unstable_address = high;
778 msm8960_reserve_info.max_unstable_size = 0;
Larry Basselb4126da2011-07-18 14:31:33 -0700779}
780
Larry Basselb830e182011-10-14 10:46:55 -0700781static void __init place_movable_zone(void)
782{
Larry Basselb8d61022012-02-24 10:49:45 -0800783#ifdef CONFIG_ENABLE_DMM
Larry Basselb830e182011-10-14 10:46:55 -0700784 movable_reserved_start = msm8960_reserve_info.low_unstable_address;
785 movable_reserved_size = msm8960_reserve_info.max_unstable_size;
786 pr_info("movable zone start %lx size %lx\n",
787 movable_reserved_start, movable_reserved_size);
Larry Basselb8d61022012-02-24 10:49:45 -0800788#endif
Larry Basselb830e182011-10-14 10:46:55 -0700789}
790
791static void __init msm8960_early_memory(void)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700792{
793 reserve_info = &msm8960_reserve_info;
Larry Basselb4126da2011-07-18 14:31:33 -0700794 locate_unstable_memory();
Larry Basselb830e182011-10-14 10:46:55 -0700795 place_movable_zone();
796}
797
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800798static char prim_panel_name[PANEL_NAME_MAX_LEN];
799static char ext_panel_name[PANEL_NAME_MAX_LEN];
800static int __init prim_display_setup(char *param)
801{
802 if (strnlen(param, PANEL_NAME_MAX_LEN))
803 strlcpy(prim_panel_name, param, PANEL_NAME_MAX_LEN);
804 return 0;
805}
806early_param("prim_display", prim_display_setup);
807
808static int __init ext_display_setup(char *param)
809{
810 if (strnlen(param, PANEL_NAME_MAX_LEN))
811 strlcpy(ext_panel_name, param, PANEL_NAME_MAX_LEN);
812 return 0;
813}
814early_param("ext_display", ext_display_setup);
815
Larry Basselb830e182011-10-14 10:46:55 -0700816static void __init msm8960_reserve(void)
817{
Ravishangar Kalyanam8c79ead2011-12-02 21:05:01 -0800818 msm8960_set_display_params(prim_panel_name, ext_panel_name);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700819 msm_reserve();
Laura Abbottb93525f2012-04-12 09:57:19 -0700820 if (msm8960_fmem_pdata.size) {
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700821#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
Larry Bassel861985f2012-05-02 15:54:52 -0700822 if (reserve_info->fixed_area_size) {
823 msm8960_fmem_pdata.phys =
824 reserve_info->fixed_area_start + MSM_MM_FW_SIZE;
825 pr_info("mm fw at %lx (fixed) size %x\n",
826 reserve_info->fixed_area_start, MSM_MM_FW_SIZE);
827 pr_info("fmem start %lx (fixed) size %lx\n",
828 msm8960_fmem_pdata.phys,
829 msm8960_fmem_pdata.size);
830 }
Larry Bassel2d8b42d2012-03-12 10:41:26 -0700831#endif
832 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700833}
834
Larry Bassela4414b12011-08-04 11:11:02 -0700835static int msm8960_change_memory_power(u64 start, u64 size,
836 int change_type)
Larry Bassela7eadea2011-07-14 10:46:00 -0700837{
Naveen Ramarajb03bb1b2011-09-12 14:34:31 -0700838 return soc_change_memory_power(start, size, change_type);
Larry Bassela7eadea2011-07-14 10:46:00 -0700839}
840
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700841static void __init msm8960_allocate_memory_regions(void)
842{
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800843 msm8960_allocate_fb_region();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700844}
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -0800845
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700846#ifdef CONFIG_WCD9310_CODEC
847
848#define TABLA_INTERRUPT_BASE (NR_MSM_IRQS + NR_GPIO_IRQS + NR_PM8921_IRQS)
849
Patrick Lai3043fba2011-08-01 14:15:57 -0700850/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
851 * 4 micbiases are used to power various analog and digital
852 * microphones operating at 1800 mV. Technically, all micbiases
853 * can source from single cfilter since all microphones operate
854 * at the same voltage level. The arrangement below is to make
855 * sure all cfilters are exercised. LDO_H regulator ouput level
856 * does not need to be as high as 2.85V. It is choosen for
857 * microphone sensitivity purpose.
858 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530859static struct wcd9xxx_pdata tabla_platform_data = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700860 .slimbus_slave_device = {
861 .name = "tabla-slave",
862 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
863 },
864 .irq = MSM_GPIO_TO_INT(62),
865 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530866 .num_irqs = NR_WCD9XXX_IRQS,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700867 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
Patrick Lai3043fba2011-08-01 14:15:57 -0700868 .micbias = {
869 .ldoh_v = TABLA_LDOH_2P85_V,
870 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700871 .cfilt2_mv = 2700,
Patrick Lai3043fba2011-08-01 14:15:57 -0700872 .cfilt3_mv = 1800,
873 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
874 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
875 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
876 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530877 },
878 .regulator = {
879 {
880 .name = "CDC_VDD_CP",
881 .min_uV = 1800000,
882 .max_uV = 1800000,
883 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
884 },
885 {
886 .name = "CDC_VDDA_RX",
887 .min_uV = 1800000,
888 .max_uV = 1800000,
889 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
890 },
891 {
892 .name = "CDC_VDDA_TX",
893 .min_uV = 1800000,
894 .max_uV = 1800000,
895 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
896 },
897 {
898 .name = "VDDIO_CDC",
899 .min_uV = 1800000,
900 .max_uV = 1800000,
901 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
902 },
903 {
904 .name = "VDDD_CDC_D",
905 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700906 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530907 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
908 },
909 {
910 .name = "CDC_VDDA_A_1P2V",
911 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700912 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530913 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
914 },
915 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700916};
917
918static struct slim_device msm_slim_tabla = {
919 .name = "tabla-slim",
920 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
921 .dev = {
922 .platform_data = &tabla_platform_data,
923 },
924};
Santosh Mardi60e19d92011-10-28 01:15:14 +0530925
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530926static struct wcd9xxx_pdata tabla20_platform_data = {
Santosh Mardi60e19d92011-10-28 01:15:14 +0530927 .slimbus_slave_device = {
928 .name = "tabla-slave",
929 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
930 },
931 .irq = MSM_GPIO_TO_INT(62),
932 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530933 .num_irqs = NR_WCD9XXX_IRQS,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530934 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
935 .micbias = {
936 .ldoh_v = TABLA_LDOH_2P85_V,
937 .cfilt1_mv = 1800,
Joonwoo Parkcf473b42012-03-29 19:48:16 -0700938 .cfilt2_mv = 2700,
Santosh Mardi60e19d92011-10-28 01:15:14 +0530939 .cfilt3_mv = 1800,
940 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
941 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
942 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
943 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530944 },
945 .regulator = {
946 {
947 .name = "CDC_VDD_CP",
948 .min_uV = 1800000,
949 .max_uV = 1800000,
950 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
951 },
952 {
953 .name = "CDC_VDDA_RX",
954 .min_uV = 1800000,
955 .max_uV = 1800000,
956 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
957 },
958 {
959 .name = "CDC_VDDA_TX",
960 .min_uV = 1800000,
961 .max_uV = 1800000,
962 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
963 },
964 {
965 .name = "VDDIO_CDC",
966 .min_uV = 1800000,
967 .max_uV = 1800000,
968 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
969 },
970 {
971 .name = "VDDD_CDC_D",
972 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700973 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530974 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
975 },
976 {
977 .name = "CDC_VDDA_A_1P2V",
978 .min_uV = 1225000,
David Collins8f2a1962012-05-18 09:47:59 -0700979 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530980 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
981 },
982 },
Santosh Mardi60e19d92011-10-28 01:15:14 +0530983};
984
985static struct slim_device msm_slim_tabla20 = {
986 .name = "tabla2x-slim",
987 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
988 .dev = {
989 .platform_data = &tabla20_platform_data,
990 },
991};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700992#endif
993
994static struct slim_boardinfo msm_slim_devices[] = {
995#ifdef CONFIG_WCD9310_CODEC
996 {
997 .bus_num = 1,
998 .slim_slave = &msm_slim_tabla,
999 },
Santosh Mardi60e19d92011-10-28 01:15:14 +05301000 {
1001 .bus_num = 1,
1002 .slim_slave = &msm_slim_tabla20,
1003 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001004#endif
1005 /* add more slimbus slaves as needed */
1006};
1007
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001008#define MSM_WCNSS_PHYS 0x03000000
1009#define MSM_WCNSS_SIZE 0x280000
1010
1011static struct resource resources_wcnss_wlan[] = {
1012 {
1013 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1014 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1015 .name = "wcnss_wlanrx_irq",
1016 .flags = IORESOURCE_IRQ,
1017 },
1018 {
1019 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1020 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1021 .name = "wcnss_wlantx_irq",
1022 .flags = IORESOURCE_IRQ,
1023 },
1024 {
1025 .start = MSM_WCNSS_PHYS,
1026 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
1027 .name = "wcnss_mmio",
1028 .flags = IORESOURCE_MEM,
1029 },
Ankur Nandwaniad0d9ac2011-09-26 11:49:25 -07001030 {
1031 .start = 84,
1032 .end = 88,
1033 .name = "wcnss_gpios_5wire",
1034 .flags = IORESOURCE_IO,
1035 },
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001036};
1037
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001038static struct qcom_wcnss_opts qcom_wcnss_pdata = {
1039 .has_48mhz_xo = 1,
1040};
1041
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001042static struct platform_device msm_device_wcnss_wlan = {
1043 .name = "wcnss_wlan",
1044 .id = 0,
1045 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
1046 .resource = resources_wcnss_wlan,
Ankur Nandwanib0039b02011-08-09 14:00:45 -07001047 .dev = {.platform_data = &qcom_wcnss_pdata},
Yunsen Wang5c1a7392011-07-09 19:10:16 -07001048};
1049
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001050#ifdef CONFIG_QSEECOM
1051/* qseecom bus scaling */
1052static struct msm_bus_vectors qseecom_clks_init_vectors[] = {
1053 {
1054 .src = MSM_BUS_MASTER_SPS,
1055 .dst = MSM_BUS_SLAVE_EBI_CH0,
1056 .ib = 0,
1057 .ab = 0,
1058 },
1059 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001060 .src = MSM_BUS_MASTER_SPS,
1061 .dst = MSM_BUS_SLAVE_SPS,
1062 .ib = 0,
1063 .ab = 0,
1064 },
1065 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001066 .src = MSM_BUS_MASTER_SPDM,
1067 .dst = MSM_BUS_SLAVE_SPDM,
1068 .ib = 0,
1069 .ab = 0,
1070 },
1071};
1072
1073static struct msm_bus_vectors qseecom_enable_dfab_vectors[] = {
1074 {
1075 .src = MSM_BUS_MASTER_SPS,
1076 .dst = MSM_BUS_SLAVE_EBI_CH0,
1077 .ib = (492 * 8) * 1000000UL,
1078 .ab = (492 * 8) * 100000UL,
1079 },
1080 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001081 .src = MSM_BUS_MASTER_SPS,
1082 .dst = MSM_BUS_SLAVE_SPS,
1083 .ib = (492 * 8) * 1000000UL,
1084 .ab = (492 * 8) * 100000UL,
1085 },
1086 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001087 .src = MSM_BUS_MASTER_SPDM,
1088 .dst = MSM_BUS_SLAVE_SPDM,
1089 .ib = 0,
1090 .ab = 0,
1091 },
1092};
1093
1094static struct msm_bus_vectors qseecom_enable_sfpb_vectors[] = {
1095 {
1096 .src = MSM_BUS_MASTER_SPS,
1097 .dst = MSM_BUS_SLAVE_EBI_CH0,
1098 .ib = 0,
1099 .ab = 0,
1100 },
1101 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001102 .src = MSM_BUS_MASTER_SPS,
1103 .dst = MSM_BUS_SLAVE_SPS,
1104 .ib = 0,
1105 .ab = 0,
1106 },
1107 {
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001108 .src = MSM_BUS_MASTER_SPDM,
1109 .dst = MSM_BUS_SLAVE_SPDM,
1110 .ib = (64 * 8) * 1000000UL,
1111 .ab = (64 * 8) * 100000UL,
1112 },
1113};
1114
1115static struct msm_bus_paths qseecom_hw_bus_scale_usecases[] = {
1116 {
1117 ARRAY_SIZE(qseecom_clks_init_vectors),
1118 qseecom_clks_init_vectors,
1119 },
1120 {
1121 ARRAY_SIZE(qseecom_enable_dfab_vectors),
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001122 qseecom_enable_dfab_vectors,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001123 },
1124 {
1125 ARRAY_SIZE(qseecom_enable_sfpb_vectors),
1126 qseecom_enable_sfpb_vectors,
1127 },
1128};
1129
1130static struct msm_bus_scale_pdata qseecom_bus_pdata = {
1131 qseecom_hw_bus_scale_usecases,
1132 ARRAY_SIZE(qseecom_hw_bus_scale_usecases),
1133 .name = "qsee",
1134};
1135
1136static struct platform_device qseecom_device = {
1137 .name = "qseecom",
1138 .id = 0,
1139 .dev = {
1140 .platform_data = &qseecom_bus_pdata,
1141 },
1142};
1143#endif
1144
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001145#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1146 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1147 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1148 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1149
1150#define QCE_SIZE 0x10000
1151#define QCE_0_BASE 0x18500000
1152
1153#define QCE_HW_KEY_SUPPORT 0
1154#define QCE_SHA_HMAC_SUPPORT 1
1155#define QCE_SHARE_CE_RESOURCE 1
1156#define QCE_CE_SHARED 0
1157
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001158/* Begin Bus scaling definitions */
1159static struct msm_bus_vectors crypto_hw_init_vectors[] = {
1160 {
1161 .src = MSM_BUS_MASTER_ADM_PORT0,
1162 .dst = MSM_BUS_SLAVE_EBI_CH0,
1163 .ab = 0,
1164 .ib = 0,
1165 },
1166 {
1167 .src = MSM_BUS_MASTER_ADM_PORT1,
1168 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1169 .ab = 0,
1170 .ib = 0,
1171 },
1172};
1173
1174static struct msm_bus_vectors crypto_hw_active_vectors[] = {
1175 {
1176 .src = MSM_BUS_MASTER_ADM_PORT0,
1177 .dst = MSM_BUS_SLAVE_EBI_CH0,
1178 .ab = 70000000UL,
1179 .ib = 70000000UL,
1180 },
1181 {
1182 .src = MSM_BUS_MASTER_ADM_PORT1,
1183 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1184 .ab = 2480000000UL,
1185 .ib = 2480000000UL,
1186 },
1187};
1188
1189static struct msm_bus_paths crypto_hw_bus_scale_usecases[] = {
1190 {
1191 ARRAY_SIZE(crypto_hw_init_vectors),
1192 crypto_hw_init_vectors,
1193 },
1194 {
1195 ARRAY_SIZE(crypto_hw_active_vectors),
1196 crypto_hw_active_vectors,
1197 },
1198};
1199
1200static struct msm_bus_scale_pdata crypto_hw_bus_scale_pdata = {
1201 crypto_hw_bus_scale_usecases,
1202 ARRAY_SIZE(crypto_hw_bus_scale_usecases),
1203 .name = "cryptohw",
1204};
1205/* End Bus Scaling Definitions*/
1206
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001207static struct resource qcrypto_resources[] = {
1208 [0] = {
1209 .start = QCE_0_BASE,
1210 .end = QCE_0_BASE + QCE_SIZE - 1,
1211 .flags = IORESOURCE_MEM,
1212 },
1213 [1] = {
1214 .name = "crypto_channels",
1215 .start = DMOV_CE_IN_CHAN,
1216 .end = DMOV_CE_OUT_CHAN,
1217 .flags = IORESOURCE_DMA,
1218 },
1219 [2] = {
1220 .name = "crypto_crci_in",
1221 .start = DMOV_CE_IN_CRCI,
1222 .end = DMOV_CE_IN_CRCI,
1223 .flags = IORESOURCE_DMA,
1224 },
1225 [3] = {
1226 .name = "crypto_crci_out",
1227 .start = DMOV_CE_OUT_CRCI,
1228 .end = DMOV_CE_OUT_CRCI,
1229 .flags = IORESOURCE_DMA,
1230 },
1231};
1232
1233static struct resource qcedev_resources[] = {
1234 [0] = {
1235 .start = QCE_0_BASE,
1236 .end = QCE_0_BASE + QCE_SIZE - 1,
1237 .flags = IORESOURCE_MEM,
1238 },
1239 [1] = {
1240 .name = "crypto_channels",
1241 .start = DMOV_CE_IN_CHAN,
1242 .end = DMOV_CE_OUT_CHAN,
1243 .flags = IORESOURCE_DMA,
1244 },
1245 [2] = {
1246 .name = "crypto_crci_in",
1247 .start = DMOV_CE_IN_CRCI,
1248 .end = DMOV_CE_IN_CRCI,
1249 .flags = IORESOURCE_DMA,
1250 },
1251 [3] = {
1252 .name = "crypto_crci_out",
1253 .start = DMOV_CE_OUT_CRCI,
1254 .end = DMOV_CE_OUT_CRCI,
1255 .flags = IORESOURCE_DMA,
1256 },
1257};
1258
1259#endif
1260
1261#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1262 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1263
1264static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1265 .ce_shared = QCE_CE_SHARED,
1266 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1267 .hw_key_support = QCE_HW_KEY_SUPPORT,
1268 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001269 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001270};
1271
1272static struct platform_device qcrypto_device = {
1273 .name = "qcrypto",
1274 .id = 0,
1275 .num_resources = ARRAY_SIZE(qcrypto_resources),
1276 .resource = qcrypto_resources,
1277 .dev = {
1278 .coherent_dma_mask = DMA_BIT_MASK(32),
1279 .platform_data = &qcrypto_ce_hw_suppport,
1280 },
1281};
1282#endif
1283
1284#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1285 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1286
1287static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
1288 .ce_shared = QCE_CE_SHARED,
1289 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1290 .hw_key_support = QCE_HW_KEY_SUPPORT,
1291 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001292 .bus_scale_table = &crypto_hw_bus_scale_pdata,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001293};
1294
1295static struct platform_device qcedev_device = {
1296 .name = "qce",
1297 .id = 0,
1298 .num_resources = ARRAY_SIZE(qcedev_resources),
1299 .resource = qcedev_resources,
1300 .dev = {
1301 .coherent_dma_mask = DMA_BIT_MASK(32),
1302 .platform_data = &qcedev_ce_hw_suppport,
1303 },
1304};
1305#endif
1306
Joel King0cbf5d82012-05-24 15:21:38 -07001307static struct mdm_platform_data sglte_platform_data = {
1308 .mdm_version = "4.0",
1309 .ramdump_delay_ms = 1000,
Joel King63ce8332012-06-01 09:59:26 -07001310 .soft_reset_inverted = 1,
Joel King0cbf5d82012-05-24 15:21:38 -07001311 .peripheral_platform_device = NULL,
Ameya Thakurc9a7a842012-06-24 22:47:52 -07001312 .ramdump_timeout_ms = 600000,
Ameya Thakura98bde52012-06-28 18:55:19 -07001313 .no_powerdown_after_ramdumps = 1,
Ameya Thakur43248fd2012-07-10 18:50:52 -07001314 .image_upgrade_supported = 1,
Joel Kingb8352a12011-11-15 18:46:24 -08001315};
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001316
Joel Nider266a2642011-10-16 10:58:05 +02001317#define MSM_TSIF0_PHYS (0x18200000)
1318#define MSM_TSIF1_PHYS (0x18201000)
1319#define MSM_TSIF_SIZE (0x200)
1320#define MSM_TSPP_PHYS (0x18202000)
1321#define MSM_TSPP_SIZE (0x1000)
1322#define MSM_TSPP_BAM_PHYS (0x18204000)
1323#define MSM_TSPP_BAM_SIZE (0x2000)
1324
1325#define TSIF_0_CLK GPIO_CFG(75, 1, GPIO_CFG_INPUT, \
1326 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1327#define TSIF_0_EN GPIO_CFG(76, 1, GPIO_CFG_INPUT, \
1328 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1329#define TSIF_0_DATA GPIO_CFG(77, 1, GPIO_CFG_INPUT, \
1330 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1331#define TSIF_0_SYNC GPIO_CFG(82, 1, GPIO_CFG_INPUT, \
1332 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1333#define TSIF_1_CLK GPIO_CFG(79, 1, GPIO_CFG_INPUT, \
1334 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1335#define TSIF_1_EN GPIO_CFG(80, 1, GPIO_CFG_INPUT, \
1336 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1337#define TSIF_1_DATA GPIO_CFG(81, 1, GPIO_CFG_INPUT, \
1338 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1339#define TSIF_1_SYNC GPIO_CFG(78, 1, GPIO_CFG_INPUT, \
1340 GPIO_CFG_PULL_DOWN, GPIO_CFG_2MA)
1341
1342static const struct msm_gpio tsif_gpios[] = {
1343 { .gpio_cfg = TSIF_0_CLK, .label = "tsif0_clk", },
1344 { .gpio_cfg = TSIF_0_EN, .label = "tsif0_en", },
1345 { .gpio_cfg = TSIF_0_DATA, .label = "tsif0_data", },
1346 { .gpio_cfg = TSIF_0_SYNC, .label = "tsif0_sync", },
1347 { .gpio_cfg = TSIF_1_CLK, .label = "tsif1_clk", },
1348 { .gpio_cfg = TSIF_1_EN, .label = "tsif1_en", },
1349 { .gpio_cfg = TSIF_1_DATA, .label = "tsif1_data", },
1350 { .gpio_cfg = TSIF_1_SYNC, .label = "tsif1_sync", },
1351};
1352
1353static struct resource tspp_resources[] = {
1354 [0] = {
1355 .flags = IORESOURCE_IRQ,
1356 .start = TSIF_TSPP_IRQ,
1357 .end = TSIF1_IRQ,
1358 },
1359 [1] = {
1360 .flags = IORESOURCE_MEM,
1361 .start = MSM_TSIF0_PHYS,
1362 .end = MSM_TSIF0_PHYS + MSM_TSIF_SIZE - 1,
1363 },
1364 [2] = {
1365 .flags = IORESOURCE_MEM,
1366 .start = MSM_TSIF1_PHYS,
1367 .end = MSM_TSIF1_PHYS + MSM_TSIF_SIZE - 1,
1368 },
1369 [3] = {
1370 .flags = IORESOURCE_MEM,
1371 .start = MSM_TSPP_PHYS,
1372 .end = MSM_TSPP_PHYS + MSM_TSPP_SIZE - 1,
1373 },
1374 [4] = {
1375 .flags = IORESOURCE_MEM,
1376 .start = MSM_TSPP_BAM_PHYS,
1377 .end = MSM_TSPP_BAM_PHYS + MSM_TSPP_BAM_SIZE - 1,
1378 },
1379};
1380
1381static struct msm_tspp_platform_data tspp_platform_data = {
1382 .num_gpios = ARRAY_SIZE(tsif_gpios),
1383 .gpios = tsif_gpios,
1384 .tsif_pclk = "tsif_pclk",
1385 .tsif_ref_clk = "tsif_ref_clk",
1386};
1387
1388static struct platform_device msm_device_tspp = {
1389 .name = "msm_tspp",
1390 .id = 0,
1391 .num_resources = ARRAY_SIZE(tspp_resources),
1392 .resource = tspp_resources,
1393 .dev = {
1394 .platform_data = &tspp_platform_data
1395 },
1396};
1397
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001398#define MSM_SHARED_RAM_PHYS 0x80000000
1399
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001400static void __init msm8960_map_io(void)
1401{
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001402 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001403 msm_map_msm8960_io();
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07001404
1405 if (socinfo_init() < 0)
1406 pr_err("socinfo_init() failed!\n");
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001407}
1408
1409static void __init msm8960_init_irq(void)
1410{
Praveen Chidambaram78499012011-11-01 17:15:17 -06001411 struct msm_mpm_device_data *data = NULL;
1412
1413#ifdef CONFIG_MSM_MPM
1414 data = &msm8960_mpm_dev_data;
1415#endif
1416
1417 msm_mpm_irq_extn_init(data);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001418 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001419 (void *)MSM_QGIC_CPU_BASE);
Stepan Moskovchenkof441ca22010-12-01 19:31:16 -08001420}
1421
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001422static void __init msm8960_init_buses(void)
1423{
1424#ifdef CONFIG_MSM_BUS_SCALING
Gagan Macdc1dc142011-09-16 15:13:35 -06001425 msm_bus_rpm_set_mt_mask();
Gagan Macae154c4b2011-10-05 19:24:43 -06001426 msm_bus_8960_apps_fabric_pdata.rpm_enabled = 1;
1427 msm_bus_8960_sys_fabric_pdata.rpm_enabled = 1;
Gagan Macae154c4b2011-10-05 19:24:43 -06001428 msm_bus_apps_fabric.dev.platform_data =
1429 &msm_bus_8960_apps_fabric_pdata;
1430 msm_bus_sys_fabric.dev.platform_data = &msm_bus_8960_sys_fabric_pdata;
Gagan Mac680bfc02012-07-19 19:11:00 -06001431 if (cpu_is_msm8960ab()) {
1432 msm_bus_8960_sg_mm_fabric_pdata.rpm_enabled = 1;
1433 msm_bus_mm_fabric.dev.platform_data =
1434 &msm_bus_8960_sg_mm_fabric_pdata;
1435 } else {
1436 msm_bus_8960_mm_fabric_pdata.rpm_enabled = 1;
1437 msm_bus_mm_fabric.dev.platform_data =
1438 &msm_bus_8960_mm_fabric_pdata;
1439 }
Gagan Macae154c4b2011-10-05 19:24:43 -06001440 msm_bus_sys_fpb.dev.platform_data = &msm_bus_8960_sys_fpb_pdata;
1441 msm_bus_cpss_fpb.dev.platform_data = &msm_bus_8960_cpss_fpb_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001442#endif
1443}
1444
1445static struct msm_spi_platform_data msm8960_qup_spi_gsbi1_pdata = {
1446 .max_clock_speed = 15060000,
Kiran Gundac5fbd7f2012-07-30 13:22:39 +05301447 .infinite_mode = 0xFFC0,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001448};
1449
1450#ifdef CONFIG_USB_MSM_OTG_72K
1451static struct msm_otg_platform_data msm_otg_pdata;
1452#else
Anji jonnalaa8b8d732011-12-06 10:03:24 +05301453static int wr_phy_init_seq[] = {
1454 0x44, 0x80, /* set VBUS valid threshold
1455 and disconnect valid threshold */
Chiranjeevi Velempatif983aeb2012-08-23 08:16:50 +05301456 0x68, 0x81, /* update DC voltage level */
Anji jonnalaa8b8d732011-12-06 10:03:24 +05301457 0x14, 0x82, /* set preemphasis and rise/fall time */
1458 0x13, 0x83, /* set source impedance adjusment */
1459 -1};
1460
1461static int liquid_v1_phy_init_seq[] = {
1462 0x44, 0x80,/* set VBUS valid threshold
1463 and disconnect valid threshold */
Chiranjeevi Velempatif983aeb2012-08-23 08:16:50 +05301464 0x6C, 0x81,/* update DC voltage level */
Anji jonnalaa8b8d732011-12-06 10:03:24 +05301465 0x18, 0x82,/* set preemphasis and rise/fall time */
1466 0x23, 0x83,/* set source impedance sdjusment */
1467 -1};
1468
Mayank Ranaa61da7a2012-08-14 10:57:00 +05301469static int sglte_phy_init_seq[] = {
1470 0x44, 0x80, /* set VBUS valid threshold
1471 and disconnect valid threshold */
Chiranjeevi Velempatif983aeb2012-08-23 08:16:50 +05301472 0x6A, 0x81, /* update DC voltage level */
Mayank Ranaa61da7a2012-08-14 10:57:00 +05301473 0x24, 0x82, /* set preemphasis and rise/fall time */
1474 0x13, 0x83, /* set source impedance adjusment */
1475 -1};
1476
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301477#ifdef CONFIG_MSM_BUS_SCALING
1478/* Bandwidth requests (zero) if no vote placed */
1479static struct msm_bus_vectors usb_init_vectors[] = {
1480 {
1481 .src = MSM_BUS_MASTER_SPS,
1482 .dst = MSM_BUS_SLAVE_EBI_CH0,
1483 .ab = 0,
1484 .ib = 0,
1485 },
1486};
1487
1488/* Bus bandwidth requests in Bytes/sec */
1489static struct msm_bus_vectors usb_max_vectors[] = {
1490 {
1491 .src = MSM_BUS_MASTER_SPS,
1492 .dst = MSM_BUS_SLAVE_EBI_CH0,
1493 .ab = 60000000, /* At least 480Mbps on bus. */
1494 .ib = 960000000, /* MAX bursts rate */
1495 },
1496};
1497
1498static struct msm_bus_paths usb_bus_scale_usecases[] = {
1499 {
1500 ARRAY_SIZE(usb_init_vectors),
1501 usb_init_vectors,
1502 },
1503 {
1504 ARRAY_SIZE(usb_max_vectors),
1505 usb_max_vectors,
1506 },
1507};
1508
1509static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
1510 usb_bus_scale_usecases,
1511 ARRAY_SIZE(usb_bus_scale_usecases),
1512 .name = "usb",
1513};
1514#endif
1515
Jack Pham87f202f2012-08-06 00:24:22 -07001516#define MSM_MPM_PIN_USB1_OTGSESSVLD 40
1517
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001518static struct msm_otg_platform_data msm_otg_pdata = {
1519 .mode = USB_OTG,
1520 .otg_control = OTG_PMIC_CONTROL,
1521 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001522 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
Anji jonnala4e3e6772011-09-15 18:53:42 +05301523 .power_budget = 750,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301524#ifdef CONFIG_MSM_BUS_SCALING
1525 .bus_scale_table = &usb_bus_scale_pdata,
Jack Pham87f202f2012-08-06 00:24:22 -07001526 .mpm_otgsessvld_int = MSM_MPM_PIN_USB1_OTGSESSVLD,
Manu Gautamcd82e9d2011-12-20 14:17:28 +05301527#endif
Pavankumar Kondeti2aec9f32012-06-13 09:06:03 +05301528#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
1529 .mhl_dev_name = "sii8334",
1530#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001531};
1532#endif
1533
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301534#ifdef CONFIG_USB_EHCI_MSM_HSIC
Vijayavardhan Vennapusa2b592824f2011-11-02 19:51:32 +05301535#define HSIC_HUB_RESET_GPIO 91
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301536static struct msm_hsic_host_platform_data msm_hsic_pdata = {
1537 .strobe = 150,
1538 .data = 151,
1539};
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301540
1541static struct smsc_hub_platform_data hsic_hub_pdata = {
1542 .hub_reset = HSIC_HUB_RESET_GPIO,
1543};
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301544#else
1545static struct msm_hsic_host_platform_data msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301546static struct smsc_hub_platform_data hsic_hub_pdata;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05301547#endif
1548
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05301549static struct platform_device smsc_hub_device = {
1550 .name = "msm_smsc_hub",
1551 .id = -1,
1552 .dev = {
1553 .platform_data = &hsic_hub_pdata,
1554 },
1555};
1556
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001557#define PID_MAGIC_ID 0x71432909
1558#define SERIAL_NUM_MAGIC_ID 0x61945374
1559#define SERIAL_NUMBER_LENGTH 127
1560#define DLOAD_USB_BASE_ADD 0x2A03F0C8
1561
1562struct magic_num_struct {
1563 uint32_t pid;
1564 uint32_t serial_num;
1565};
1566
1567struct dload_struct {
1568 uint32_t reserved1;
1569 uint32_t reserved2;
1570 uint32_t reserved3;
1571 uint16_t reserved4;
1572 uint16_t pid;
1573 char serial_number[SERIAL_NUMBER_LENGTH];
1574 uint16_t reserved5;
1575 struct magic_num_struct magic_struct;
1576};
1577
1578static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
1579{
1580 struct dload_struct __iomem *dload = 0;
1581
1582 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
1583 if (!dload) {
1584 pr_err("%s: cannot remap I/O memory region: %08x\n",
1585 __func__, DLOAD_USB_BASE_ADD);
1586 return -ENXIO;
1587 }
1588
1589 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
1590 __func__, dload, pid, snum);
1591 /* update pid */
1592 dload->magic_struct.pid = PID_MAGIC_ID;
1593 dload->pid = pid;
1594
1595 /* update serial number */
1596 dload->magic_struct.serial_num = 0;
1597 if (!snum) {
1598 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
1599 goto out;
1600 }
1601
1602 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
Jin Honge49b1482011-10-03 11:15:50 -07001603 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001604out:
1605 iounmap(dload);
1606 return 0;
1607}
1608
1609static struct android_usb_platform_data android_usb_pdata = {
1610 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
1611};
1612
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07001613static struct platform_device android_usb_device = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001614 .name = "android_usb",
1615 .id = -1,
1616 .dev = {
1617 .platform_data = &android_usb_pdata,
1618 },
1619};
1620
1621static uint8_t spm_wfi_cmd_sequence[] __initdata = {
1622 0x03, 0x0f,
1623};
1624
Girish Mahadevan3bc98772012-08-15 10:01:27 -06001625static uint8_t spm_retention_cmd_sequence[] __initdata = {
1626 0x00, 0x05, 0x03, 0x0D,
1627 0x0B, 0x00, 0x0f,
1628};
1629
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001630static uint8_t spm_power_collapse_without_rpm[] __initdata = {
1631 0x00, 0x24, 0x54, 0x10,
1632 0x09, 0x03, 0x01,
1633 0x10, 0x54, 0x30, 0x0C,
1634 0x24, 0x30, 0x0f,
1635};
1636
1637static uint8_t spm_power_collapse_with_rpm[] __initdata = {
1638 0x00, 0x24, 0x54, 0x10,
1639 0x09, 0x07, 0x01, 0x0B,
1640 0x10, 0x54, 0x30, 0x0C,
1641 0x24, 0x30, 0x0f,
1642};
1643
Girish Mahadevan3bc98772012-08-15 10:01:27 -06001644static struct msm_spm_seq_entry msm_spm_boot_cpu_seq_list[] __initdata = {
1645 [0] = {
1646 .mode = MSM_SPM_MODE_CLOCK_GATING,
1647 .notify_rpm = false,
1648 .cmd = spm_wfi_cmd_sequence,
1649 },
1650
1651 [1] = {
1652 .mode = MSM_SPM_MODE_POWER_RETENTION,
1653 .notify_rpm = false,
1654 .cmd = spm_retention_cmd_sequence,
1655 },
1656
1657 [2] = {
1658 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1659 .notify_rpm = false,
1660 .cmd = spm_power_collapse_without_rpm,
1661 },
1662 [3] = {
1663 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1664 .notify_rpm = true,
1665 .cmd = spm_power_collapse_with_rpm,
1666 },
1667};
1668
1669static struct msm_spm_seq_entry msm_spm_nonboot_cpu_seq_list[] __initdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001670 [0] = {
1671 .mode = MSM_SPM_MODE_CLOCK_GATING,
1672 .notify_rpm = false,
1673 .cmd = spm_wfi_cmd_sequence,
1674 },
1675 [1] = {
1676 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1677 .notify_rpm = false,
1678 .cmd = spm_power_collapse_without_rpm,
1679 },
1680 [2] = {
1681 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1682 .notify_rpm = true,
1683 .cmd = spm_power_collapse_with_rpm,
1684 },
1685};
1686
1687static struct msm_spm_platform_data msm_spm_data[] __initdata = {
1688 [0] = {
1689 .reg_base_addr = MSM_SAW0_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001690 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001691#if defined(CONFIG_MSM_AVS_HW)
Praveen Chidambaram631f2822012-03-16 12:08:42 -06001692 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x50589464,
1693 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00020000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001694#endif
1695 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06001696 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x03020004,
1697 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0084009C,
1698 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A4001C,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001699 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06001700 .num_modes = ARRAY_SIZE(msm_spm_boot_cpu_seq_list),
1701 .modes = msm_spm_boot_cpu_seq_list,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001702 },
1703 [1] = {
1704 .reg_base_addr = MSM_SAW1_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001705 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001706#if defined(CONFIG_MSM_AVS_HW)
Praveen Chidambaram631f2822012-03-16 12:08:42 -06001707 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x50589464,
1708 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00020000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001709#endif
1710 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001711 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001712 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1713 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1714 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06001715 .num_modes = ARRAY_SIZE(msm_spm_nonboot_cpu_seq_list),
1716 .modes = msm_spm_nonboot_cpu_seq_list,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001717 },
1718};
1719
1720static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
1721 0x00, 0x20, 0x03, 0x20,
1722 0x00, 0x0f,
1723};
1724
1725static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
1726 0x00, 0x20, 0x34, 0x64,
1727 0x48, 0x07, 0x48, 0x20,
1728 0x50, 0x64, 0x04, 0x34,
1729 0x50, 0x0f,
1730};
1731static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
1732 0x00, 0x10, 0x34, 0x64,
1733 0x48, 0x07, 0x48, 0x10,
1734 0x50, 0x64, 0x04, 0x34,
1735 0x50, 0x0F,
1736};
1737
1738static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
1739 [0] = {
1740 .mode = MSM_SPM_L2_MODE_RETENTION,
1741 .notify_rpm = false,
1742 .cmd = l2_spm_wfi_cmd_sequence,
1743 },
1744 [1] = {
1745 .mode = MSM_SPM_L2_MODE_GDHS,
1746 .notify_rpm = true,
1747 .cmd = l2_spm_gdhs_cmd_sequence,
1748 },
1749 [2] = {
1750 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
1751 .notify_rpm = true,
1752 .cmd = l2_spm_power_off_cmd_sequence,
1753 },
1754};
1755
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001756static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
1757 [0] = {
1758 .reg_base_addr = MSM_SAW_L2_BASE,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001759 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001760 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001761 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
1762 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
1763 .modes = msm_spm_l2_seq_list,
1764 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
1765 },
1766};
1767
Anirudh Ghayal15698162012-07-31 11:51:32 +05301768#define HAP_SHIFT_LVL_OE_GPIO 47
1769#define HAP_SHIFT_LVL_OE_GPIO_SGLTE 89
Mohan Pallaka5e490392011-09-09 15:18:41 +05301770#define PM_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
1771#define PM_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
1772
1773static struct msm_xo_voter *xo_handle_d1;
1774
1775static int isa1200_power(int on)
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
Anirudh Ghayal15698162012-07-31 11:51:32 +05301780 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1781 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1782
1783
1784 gpio_set_value(hap_oe_gpio, !!on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301785
1786 rc = on ? msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_ON) :
1787 msm_xo_mode_vote(xo_handle_d1, MSM_XO_MODE_OFF);
1788 if (rc < 0) {
1789 pr_err("%s: failed to %svote for TCXO D1 buffer%d\n",
1790 __func__, on ? "" : "de-", rc);
1791 goto err_xo_vote;
1792 }
1793
1794 return 0;
1795
1796err_xo_vote:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301797 gpio_set_value(hap_oe_gpio, !on);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301798 return rc;
1799}
1800
1801static int isa1200_dev_setup(bool enable)
1802{
1803 int rc = 0;
Anirudh Ghayal15698162012-07-31 11:51:32 +05301804 int hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO;
Mohan Pallaka5e490392011-09-09 15:18:41 +05301805
1806 struct pm_gpio hap_gpio_config = {
1807 .direction = PM_GPIO_DIR_OUT,
1808 .pull = PM_GPIO_PULL_NO,
1809 .out_strength = PM_GPIO_STRENGTH_HIGH,
1810 .function = PM_GPIO_FUNC_NORMAL,
1811 .inv_int_pol = 0,
1812 .vin_sel = 2,
1813 .output_buffer = PM_GPIO_OUT_BUF_CMOS,
1814 .output_value = 0,
1815 };
1816
Anirudh Ghayal15698162012-07-31 11:51:32 +05301817 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
1818 hap_oe_gpio = HAP_SHIFT_LVL_OE_GPIO_SGLTE;
1819
Mohan Pallaka5e490392011-09-09 15:18:41 +05301820 if (enable == true) {
1821 rc = pm8xxx_gpio_config(PM_HAP_EN_GPIO, &hap_gpio_config);
1822 if (rc) {
1823 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1824 __func__, PM_HAP_EN_GPIO, rc);
1825 return rc;
1826 }
1827
1828 rc = pm8xxx_gpio_config(PM_HAP_LEN_GPIO, &hap_gpio_config);
1829 if (rc) {
1830 pr_err("%s: pm8921 gpio %d config failed(%d)\n",
1831 __func__, PM_HAP_LEN_GPIO, rc);
1832 return rc;
1833 }
1834
Anirudh Ghayal15698162012-07-31 11:51:32 +05301835 rc = gpio_request(hap_oe_gpio, "hap_shft_lvl_oe");
Mohan Pallaka5e490392011-09-09 15:18:41 +05301836 if (rc) {
1837 pr_err("%s: unable to request gpio %d (%d)\n",
Anirudh Ghayal15698162012-07-31 11:51:32 +05301838 __func__, hap_oe_gpio, rc);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301839 return rc;
1840 }
1841
Anirudh Ghayal15698162012-07-31 11:51:32 +05301842 rc = gpio_direction_output(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301843 if (rc) {
1844 pr_err("%s: Unable to set direction\n", __func__);
1845 goto free_gpio;
1846 }
1847
1848 xo_handle_d1 = msm_xo_get(MSM_XO_TCXO_D1, "isa1200");
1849 if (IS_ERR(xo_handle_d1)) {
1850 rc = PTR_ERR(xo_handle_d1);
1851 pr_err("%s: failed to get the handle for D1(%d)\n",
1852 __func__, rc);
1853 goto gpio_set_dir;
1854 }
1855 } else {
Anirudh Ghayal15698162012-07-31 11:51:32 +05301856 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301857
1858 msm_xo_put(xo_handle_d1);
1859 }
1860
1861 return 0;
1862
1863gpio_set_dir:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301864 gpio_set_value(hap_oe_gpio, 0);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301865free_gpio:
Anirudh Ghayal15698162012-07-31 11:51:32 +05301866 gpio_free(hap_oe_gpio);
Mohan Pallaka5e490392011-09-09 15:18:41 +05301867 return rc;
1868}
1869
1870static struct isa1200_regulator isa1200_reg_data[] = {
1871 {
1872 .name = "vcc_i2c",
1873 .min_uV = ISA_I2C_VTG_MIN_UV,
1874 .max_uV = ISA_I2C_VTG_MAX_UV,
1875 .load_uA = ISA_I2C_CURR_UA,
1876 },
1877};
1878
1879static struct isa1200_platform_data isa1200_1_pdata = {
1880 .name = "vibrator",
1881 .dev_setup = isa1200_dev_setup,
1882 .power_on = isa1200_power,
1883 .hap_en_gpio = PM_HAP_EN_GPIO,
1884 .hap_len_gpio = PM_HAP_LEN_GPIO,
1885 .max_timeout = 15000,
1886 .mode_ctrl = PWM_GEN_MODE,
1887 .pwm_fd = {
1888 .pwm_div = 256,
1889 },
1890 .is_erm = false,
1891 .smart_en = true,
1892 .ext_clk_en = true,
1893 .chip_en = 1,
1894 .regulator_info = isa1200_reg_data,
1895 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
1896};
1897
1898static struct i2c_board_info msm_isa1200_board_info[] __initdata = {
1899 {
1900 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
Mohan Pallaka5e490392011-09-09 15:18:41 +05301901 },
1902};
1903
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001904#define CYTTSP_TS_GPIO_IRQ 11
1905#define CYTTSP_TS_SLEEP_GPIO 50
1906#define CYTTSP_TS_RESOUT_N_GPIO 52
1907
1908/*virtual key support */
1909static ssize_t tma340_vkeys_show(struct kobject *kobj,
1910 struct kobj_attribute *attr, char *buf)
1911{
1912 return snprintf(buf, 200,
1913 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
1914 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
1915 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
1916 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
1917 "\n");
1918}
1919
1920static struct kobj_attribute tma340_vkeys_attr = {
1921 .attr = {
1922 .mode = S_IRUGO,
1923 },
1924 .show = &tma340_vkeys_show,
1925};
1926
1927static struct attribute *tma340_properties_attrs[] = {
1928 &tma340_vkeys_attr.attr,
1929 NULL
1930};
1931
1932static struct attribute_group tma340_properties_attr_group = {
1933 .attrs = tma340_properties_attrs,
1934};
1935
1936
1937static int cyttsp_platform_init(struct i2c_client *client)
1938{
1939 int rc = 0;
1940 static struct kobject *tma340_properties_kobj;
1941
1942 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
1943 tma340_properties_kobj = kobject_create_and_add("board_properties",
1944 NULL);
1945 if (tma340_properties_kobj)
1946 rc = sysfs_create_group(tma340_properties_kobj,
1947 &tma340_properties_attr_group);
1948 if (!tma340_properties_kobj || rc)
1949 pr_err("%s: failed to create board_properties\n",
1950 __func__);
1951
1952 return 0;
1953}
1954
1955static struct cyttsp_regulator regulator_data[] = {
1956 {
1957 .name = "vdd",
1958 .min_uV = CY_TMA300_VTG_MIN_UV,
1959 .max_uV = CY_TMA300_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301960 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
1961 .lpm_load_uA = CY_TMA300_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001962 },
1963 /* TODO: Remove after runtime PM is enabled in I2C driver */
1964 {
1965 .name = "vcc_i2c",
1966 .min_uV = CY_I2C_VTG_MIN_UV,
1967 .max_uV = CY_I2C_VTG_MAX_UV,
Anirudh Ghayalf9929b12011-09-07 15:57:36 +05301968 .hpm_load_uA = CY_I2C_CURR_UA,
1969 .lpm_load_uA = CY_I2C_SLEEP_CURR_UA,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001970 },
1971};
1972
1973static struct cyttsp_platform_data cyttsp_pdata = {
1974 .panel_maxx = 634,
1975 .panel_maxy = 1166,
1976 .disp_maxx = 616,
1977 .disp_maxy = 1023,
1978 .disp_minx = 0,
1979 .disp_miny = 16,
1980 .flags = 0x01,
1981 .gen = CY_GEN3, /* or */
1982 .use_st = CY_USE_ST,
1983 .use_mt = CY_USE_MT,
1984 .use_hndshk = CY_SEND_HNDSHK,
1985 .use_trk_id = CY_USE_TRACKING_ID,
Anirudh Ghayale96f66d2011-08-11 14:06:38 +05301986 .use_sleep = CY_USE_DEEP_SLEEP_SEL | CY_USE_LOW_POWER_SEL,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001987 .use_gestures = CY_USE_GESTURES,
1988 .fw_fname = "cyttsp_8960_cdp.hex",
1989 /* activate up to 4 groups
1990 * and set active distance
1991 */
1992 .gest_set = CY_GEST_GRP1 | CY_GEST_GRP2 |
1993 CY_GEST_GRP3 | CY_GEST_GRP4 |
1994 CY_ACT_DIST,
Amy Maloche7b741b22012-06-14 14:37:22 -07001995 .act_intrvl = 10,
1996 .tch_tmout = 200,
1997 .lp_intrvl = 30,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001998 .sleep_gpio = CYTTSP_TS_SLEEP_GPIO,
1999 .resout_gpio = CYTTSP_TS_RESOUT_N_GPIO,
2000 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
2001 .regulator_info = regulator_data,
2002 .num_regulators = ARRAY_SIZE(regulator_data),
2003 .init = cyttsp_platform_init,
Mohan Pallaka49c37d62011-08-01 11:52:00 +05302004 .correct_fw_ver = 9,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002005};
2006
2007static struct i2c_board_info cyttsp_info[] __initdata = {
2008 {
2009 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
2010 .platform_data = &cyttsp_pdata,
2011#ifndef CY_USE_TIMER
2012 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
2013#endif /* CY_USE_TIMER */
2014 },
2015};
2016
Jing Lindc4413c2012-01-16 15:22:52 -08002017/* configuration data for mxt1386 */
2018static const u8 mxt1386_config_data[] = {
Mohan Pallaka50837382011-09-07 11:00:57 +05302019 /* T6 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002020 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302021 /* T38 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002022 11, 2, 0, 11, 11, 11, 0, 0, 0, 0,
Jing Lin2f863172011-10-17 10:56:58 -07002023 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2024 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2025 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2026 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2027 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2028 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302029 /* T7 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002030 100, 16, 50,
Mohan Pallaka50837382011-09-07 11:00:57 +05302031 /* T8 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002032 8, 0, 0, 0, 0, 0, 8, 14, 50, 215,
Mohan Pallaka50837382011-09-07 11:00:57 +05302033 /* T9 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002034 131, 0, 0, 26, 42, 0, 32, 63, 3, 5,
2035 0, 2, 1, 113, 10, 10, 8, 10, 255, 2,
2036 85, 5, 0, 0, 20, 20, 75, 25, 202, 29,
2037 10, 10, 45, 46,
Mohan Pallaka50837382011-09-07 11:00:57 +05302038 /* T15 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002039 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2040 0,
Anirudh Ghayaldab4e0d2012-01-09 14:59:27 +05302041 /* T18 Object */
2042 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302043 /* T22 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002044 5, 0, 0, 0, 0, 0, 0, 0, 30, 0,
2045 0, 0, 5, 8, 10, 13, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302046 /* T24 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002047 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2048 0, 0, 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302049 /* T25 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002050 3, 0, 188, 52, 52, 33, 0, 0, 0, 0,
2051 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302052 /* T27 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002053 0, 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302054 /* T28 Object */
Jing Lin93f07082011-11-11 15:53:54 -08002055 0, 0, 0, 8, 12, 60,
Mohan Pallaka50837382011-09-07 11:00:57 +05302056 /* T40 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002057 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302058 /* T41 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002059 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302060 /* T43 Object */
Jing Lin2f863172011-10-17 10:56:58 -07002061 0, 0, 0, 0, 0, 0,
Mohan Pallaka50837382011-09-07 11:00:57 +05302062};
2063
Jing Lin33b007d2011-12-21 17:40:23 -08002064/* configuration data for mxt1386e using V1.0 firmware */
2065static const u8 mxt1386e_config_data_v1_0[] = {
2066 /* T6 Object */
2067 0, 0, 0, 0, 0, 0,
2068 /* T38 Object */
2069 12, 1, 0, 17, 1, 12, 0, 0, 0, 0,
2070 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2071 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2072 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2073 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2074 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2075 0, 0, 0, 0,
2076 /* T7 Object */
2077 100, 16, 50,
2078 /* T8 Object */
2079 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2080 /* T9 Object */
2081 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2082 0, 5, 5, 0, 10, 30, 10, 10, 255, 2,
2083 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2084 10, 5, 0, 0, 0,
2085 /* T18 Object */
2086 0, 0,
2087 /* T24 Object */
2088 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2089 0, 0, 0, 0, 0, 0, 0, 0, 0,
2090 /* T25 Object */
2091 3, 0, 60, 115, 156, 99,
2092 /* T27 Object */
2093 0, 0, 0, 0, 0, 0, 0,
2094 /* T40 Object */
2095 0, 0, 0, 0, 0,
2096 /* T42 Object */
2097 2, 0, 255, 0, 255, 0, 0, 0, 0, 0,
2098 /* T43 Object */
2099 0, 0, 0, 0, 0, 0, 0,
2100 /* T46 Object */
2101 64, 0, 20, 20, 0, 0, 0, 0, 0,
2102 /* T47 Object */
2103 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2104 /* T48 Object */
2105 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
2106 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2107 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2108 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2109 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2110 0, 0, 0, 0,
2111 /* T56 Object */
2112 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2113 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2114 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2115 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2116 2, 99, 33,
2117};
2118
2119/* configuration data for mxt1386e using V2.1 firmware */
2120static const u8 mxt1386e_config_data_v2_1[] = {
2121 /* T6 Object */
2122 0, 0, 0, 0, 0, 0,
2123 /* T38 Object */
Jing Lin4a8a3e42012-09-12 10:08:22 -07002124 12, 5, 0, 28, 8, 12, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002125 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2126 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2127 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2128 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2129 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2130 0, 0, 0, 0,
2131 /* T7 Object */
Jing Lin4a8a3e42012-09-12 10:08:22 -07002132 32, 16, 50,
Jing Lin33b007d2011-12-21 17:40:23 -08002133 /* T8 Object */
2134 25, 0, 20, 20, 0, 0, 20, 50, 0, 0,
2135 /* T9 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002136 139, 0, 0, 26, 42, 0, 32, 80, 2, 5,
Jing Lina0bc4102012-07-06 17:03:45 -07002137 0, 5, 5, 79, 10, 30, 10, 10, 255, 2,
Jing Lin33b007d2011-12-21 17:40:23 -08002138 85, 5, 10, 10, 10, 10, 135, 55, 70, 40,
2139 10, 5, 0, 0, 0,
2140 /* T18 Object */
2141 0, 0,
2142 /* T24 Object */
2143 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2144 0, 0, 0, 0, 0, 0, 0, 0, 0,
2145 /* T25 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002146 1, 0, 60, 115, 156, 99,
Jing Lin33b007d2011-12-21 17:40:23 -08002147 /* T27 Object */
2148 0, 0, 0, 0, 0, 0, 0,
2149 /* T40 Object */
2150 0, 0, 0, 0, 0,
2151 /* T42 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002152 0, 0, 255, 0, 255, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002153 /* T43 Object */
2154 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
2155 16,
2156 /* T46 Object */
Jing Lina0bc4102012-07-06 17:03:45 -07002157 64, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002158 /* T47 Object */
2159 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2160 /* T48 Object */
Jing Lin763f4772012-05-25 13:39:40 -07002161 1, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin33b007d2011-12-21 17:40:23 -08002162 48, 40, 0, 10, 10, 0, 0, 100, 10, 80,
2163 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
2164 52, 0, 12, 0, 17, 0, 1, 0, 0, 0,
2165 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2166 0, 0, 0, 0,
2167 /* T56 Object */
2168 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2169 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2170 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2171 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2172 2, 99, 33, 0, 149, 24, 193, 255, 255, 255,
2173 255,
2174};
2175
Jing Lineec88ca2012-02-08 11:18:30 -08002176/* configuration data for mxt1386e on 3D SKU using V2.1 firmware */
2177static const u8 mxt1386e_config_data_3d[] = {
2178 /* T6 Object */
2179 0, 0, 0, 0, 0, 0,
2180 /* T38 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002181 13, 1, 0, 23, 2, 12, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002182 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2183 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2184 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2185 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2186 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2187 0, 0, 0, 0,
2188 /* T7 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002189 100, 10, 50,
Jing Lineec88ca2012-02-08 11:18:30 -08002190 /* T8 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002191 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002192 /* T9 Object */
2193 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
2194 0, 5, 5, 0, 10, 30, 10, 10, 175, 4,
Jing Lin66ba78b2012-02-24 21:25:12 -08002195 127, 7, 26, 21, 17, 19, 143, 35, 207, 40,
2196 20, 5, 54, 49, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002197 /* T18 Object */
2198 0, 0,
2199 /* T24 Object */
2200 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2201 0, 0, 0, 0, 0, 0, 0, 0, 0,
2202 /* T25 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002203 0, 0, 72, 113, 168, 97,
Jing Lineec88ca2012-02-08 11:18:30 -08002204 /* T27 Object */
2205 0, 0, 0, 0, 0, 0, 0,
2206 /* T40 Object */
2207 0, 0, 0, 0, 0,
2208 /* T42 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002209 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002210 /* T43 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002211 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2212 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002213 /* T46 Object */
Jing Lin66ba78b2012-02-24 21:25:12 -08002214 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002215 /* T47 Object */
2216 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
2217 /* T48 Object */
2218 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Lin66ba78b2012-02-24 21:25:12 -08002219 32, 50, 0, 10, 10, 0, 0, 100, 10, 90,
2220 0, 0, 0, 0, 0, 0, 0, 10, 1, 30,
2221 52, 10, 5, 0, 33, 0, 1, 0, 0, 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002222 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2223 0, 0, 0, 0,
2224 /* T56 Object */
2225 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2226 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2227 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2228 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Lin66ba78b2012-02-24 21:25:12 -08002229 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2230 0,
Jing Lineec88ca2012-02-08 11:18:30 -08002231};
2232
Amy Maloche08266db2011-11-04 11:07:16 -07002233#define MXT_TS_GPIO_IRQ 11
2234#define MXT_TS_LDO_EN_GPIO 50
2235#define MXT_TS_RESET_GPIO 52
Mohan Pallaka50837382011-09-07 11:00:57 +05302236
2237static void mxt_init_hw_liquid(void)
2238{
2239 int rc;
2240
Mohan Pallaka50837382011-09-07 11:00:57 +05302241 rc = gpio_request(MXT_TS_LDO_EN_GPIO, "mxt_ldo_en_gpio");
2242 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002243 pr_err("%s: unable to request mxt_ldo_en_gpio [%d]\n",
2244 __func__, MXT_TS_LDO_EN_GPIO);
2245 return;
Mohan Pallaka50837382011-09-07 11:00:57 +05302246 }
2247
2248 rc = gpio_direction_output(MXT_TS_LDO_EN_GPIO, 1);
2249 if (rc) {
Amy Maloche08266db2011-11-04 11:07:16 -07002250 pr_err("%s: unable to set_direction for mxt_ldo_en_gpio [%d]\n",
2251 __func__, MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302252 goto err_ldo_gpio_req;
2253 }
2254
Mohan Pallaka50837382011-09-07 11:00:57 +05302255 return;
2256
Mohan Pallaka50837382011-09-07 11:00:57 +05302257err_ldo_gpio_req:
2258 gpio_free(MXT_TS_LDO_EN_GPIO);
Mohan Pallaka50837382011-09-07 11:00:57 +05302259}
2260
Jing Lineec88ca2012-02-08 11:18:30 -08002261static struct mxt_config_info mxt_config_array_2d[] = {
Jing Lindc4413c2012-01-16 15:22:52 -08002262 {
2263 .config = mxt1386_config_data,
2264 .config_length = ARRAY_SIZE(mxt1386_config_data),
2265 .family_id = 0xA0,
2266 .variant_id = 0x0,
2267 .version = 0x10,
2268 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002269 .bootldr_id = MXT_BOOTLOADER_ID_1386,
Jing Lindc4413c2012-01-16 15:22:52 -08002270 },
Jing Lin33b007d2011-12-21 17:40:23 -08002271 {
2272 .config = mxt1386e_config_data_v1_0,
2273 .config_length = ARRAY_SIZE(mxt1386e_config_data_v1_0),
2274 .family_id = 0xA0,
2275 .variant_id = 0x2,
2276 .version = 0x10,
2277 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002278 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002279 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
Jing Lin33b007d2011-12-21 17:40:23 -08002280 },
2281 {
2282 .config = mxt1386e_config_data_v2_1,
2283 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2284 .family_id = 0xA0,
2285 .variant_id = 0x7,
2286 .version = 0x21,
2287 .build = 0xAA,
Anirudh Ghayala77941e2012-02-23 19:12:26 -08002288 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Linaeaeed52012-03-26 14:57:15 -07002289 .fw_name = "atmel_8960_liquid_v2_2_AA.hex",
2290 },
2291 {
2292 /* The config data for V2.2.AA is the same as for V2.1.AA */
2293 .config = mxt1386e_config_data_v2_1,
2294 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
2295 .family_id = 0xA0,
2296 .variant_id = 0x7,
2297 .version = 0x22,
2298 .build = 0xAA,
2299 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin33b007d2011-12-21 17:40:23 -08002300 },
Jing Lindc4413c2012-01-16 15:22:52 -08002301};
2302
Jing Lineec88ca2012-02-08 11:18:30 -08002303static struct mxt_platform_data mxt_platform_data_2d = {
2304 .config_array = mxt_config_array_2d,
2305 .config_array_size = ARRAY_SIZE(mxt_config_array_2d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002306 .panel_minx = 0,
2307 .panel_maxx = 1365,
2308 .panel_miny = 0,
2309 .panel_maxy = 767,
2310 .disp_minx = 0,
2311 .disp_maxx = 1365,
2312 .disp_miny = 0,
2313 .disp_maxy = 767,
Mohan Pallaka50837382011-09-07 11:00:57 +05302314 .irqflags = IRQF_TRIGGER_FALLING,
Jing Lin2f863172011-10-17 10:56:58 -07002315 .i2c_pull_up = true,
Amy Maloche08266db2011-11-04 11:07:16 -07002316 .reset_gpio = MXT_TS_RESET_GPIO,
2317 .irq_gpio = MXT_TS_GPIO_IRQ,
Mohan Pallaka50837382011-09-07 11:00:57 +05302318};
2319
Jing Lineec88ca2012-02-08 11:18:30 -08002320static struct mxt_config_info mxt_config_array_3d[] = {
2321 {
2322 .config = mxt1386e_config_data_3d,
2323 .config_length = ARRAY_SIZE(mxt1386e_config_data_3d),
2324 .family_id = 0xA0,
2325 .variant_id = 0x7,
2326 .version = 0x21,
2327 .build = 0xAA,
2328 },
2329};
2330
2331static struct mxt_platform_data mxt_platform_data_3d = {
2332 .config_array = mxt_config_array_3d,
2333 .config_array_size = ARRAY_SIZE(mxt_config_array_3d),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08002334 .panel_minx = 0,
2335 .panel_maxx = 1919,
2336 .panel_miny = 0,
2337 .panel_maxy = 1199,
2338 .disp_minx = 0,
2339 .disp_maxx = 1919,
2340 .disp_miny = 0,
2341 .disp_maxy = 1199,
Jing Lineec88ca2012-02-08 11:18:30 -08002342 .irqflags = IRQF_TRIGGER_FALLING,
2343 .i2c_pull_up = true,
2344 .reset_gpio = MXT_TS_RESET_GPIO,
2345 .irq_gpio = MXT_TS_GPIO_IRQ,
2346};
2347
Mohan Pallaka50837382011-09-07 11:00:57 +05302348static struct i2c_board_info mxt_device_info[] __initdata = {
2349 {
2350 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
Mohan Pallaka50837382011-09-07 11:00:57 +05302351 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
2352 },
2353};
2354
Manoj Rao14648742012-03-30 19:42:12 -07002355static struct msm_mhl_platform_data mhl_platform_data = {
2356 .irq = MSM_GPIO_TO_INT(4),
Manoj Raoc6d904c2012-06-22 00:32:14 -07002357 .gpio_mhl_int = MHL_GPIO_INT,
2358 .gpio_mhl_reset = MHL_GPIO_RESET,
2359 .gpio_mhl_power = 0,
2360 .gpio_hdmi_mhl_mux = 0,
Manoj Rao14648742012-03-30 19:42:12 -07002361};
Manoj Rao14648742012-03-30 19:42:12 -07002362
Eugene Yasmand2316b82011-12-07 18:23:48 +02002363static struct i2c_board_info sii_device_info[] __initdata = {
2364 {
Manoj Rao14648742012-03-30 19:42:12 -07002365#ifdef CONFIG_FB_MSM_HDMI_MHL_8334
2366 /*
2367 * keeps SI 8334 as the default
2368 * MHL TX
2369 */
2370 I2C_BOARD_INFO("sii8334", 0x39),
2371 .platform_data = &mhl_platform_data,
2372#endif
2373#ifdef CONFIG_FB_MSM_HDMI_MHL_9244
Eugene Yasmand2316b82011-12-07 18:23:48 +02002374 I2C_BOARD_INFO("Sil-9244", 0x39),
Eugene Yasmand2316b82011-12-07 18:23:48 +02002375 .irq = MSM_GPIO_TO_INT(15),
Manoj Rao14648742012-03-30 19:42:12 -07002376#endif /* CONFIG_MSM_HDMI_MHL */
2377 .flags = I2C_CLIENT_WAKE,
Eugene Yasmand2316b82011-12-07 18:23:48 +02002378 },
2379};
2380
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002381static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi4_pdata = {
2382 .clk_freq = 100000,
2383 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002384};
2385
2386static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi3_pdata = {
2387 .clk_freq = 100000,
2388 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002389};
2390
2391static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi10_pdata = {
2392 .clk_freq = 100000,
2393 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002394};
2395
2396static struct msm_i2c_platform_data msm8960_i2c_qup_gsbi12_pdata = {
2397 .clk_freq = 100000,
2398 .src_clk_rate = 24000000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002399};
2400
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002401static struct ks8851_pdata spi_eth_pdata = {
2402 .irq_gpio = KS8851_IRQ_GPIO,
2403 .rst_gpio = KS8851_RST_GPIO,
2404};
Praveen Chidambaram043f4ce2011-08-02 09:37:59 -06002405
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302406static struct spi_board_info spi_eth_info[] __initdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002407 {
2408 .modalias = "ks8851",
2409 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
2410 .max_speed_hz = 19200000,
2411 .bus_num = 0,
2412 .chip_select = 0,
2413 .mode = SPI_MODE_0,
Stepan Moskovchenko93d79ec2011-09-21 16:52:16 -07002414 .platform_data = &spi_eth_pdata
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002415 },
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05302416};
2417static struct spi_board_info spi_board_info[] __initdata = {
Chandan Uddaraju15e54b92011-09-12 10:52:36 -07002418 {
2419 .modalias = "dsi_novatek_3d_panel_spi",
2420 .max_speed_hz = 10800000,
2421 .bus_num = 0,
2422 .chip_select = 1,
2423 .mode = SPI_MODE_0,
2424 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002425};
2426
2427static struct platform_device msm_device_saw_core0 = {
2428 .name = "saw-regulator",
2429 .id = 0,
2430 .dev = {
2431 .platform_data = &msm_saw_regulator_pdata_s5,
2432 },
2433};
2434
2435static struct platform_device msm_device_saw_core1 = {
2436 .name = "saw-regulator",
2437 .id = 1,
2438 .dev = {
2439 .platform_data = &msm_saw_regulator_pdata_s6,
2440 },
2441};
2442
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002443static struct tsens_platform_data msm_tsens_pdata = {
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002444 .slope = {910, 910, 910, 910, 910},
Siddartha Mohanadossba21fdd2011-08-18 10:05:27 -07002445 .tsens_factor = 1000,
2446 .hw_type = MSM_8960,
2447 .tsens_num_sensor = 5,
2448};
2449
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002450static struct platform_device msm_tsens_device = {
2451 .name = "tsens8960-tm",
2452 .id = -1,
2453};
2454
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002455static struct msm_thermal_data msm_thermal_pdata = {
2456 .sensor_id = 0,
Eugene Seah2ee4a5d2012-06-25 18:16:41 -06002457 .poll_ms = 250,
2458 .limit_temp_degC = 60,
2459 .temp_hysteresis_degC = 10,
2460 .freq_step = 2,
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002461};
2462
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002463#ifdef CONFIG_MSM_FAKE_BATTERY
2464static struct platform_device fish_battery_device = {
2465 .name = "fish_battery",
2466};
2467#endif
2468
Binqiang Qiuf165c922012-08-15 18:00:18 -07002469#ifdef CONFIG_BATTERY_BCL
2470static struct platform_device battery_bcl_device = {
2471 .name = "battery_current_limit",
2472 .id = -1,
2473};
2474#endif
2475
David Collins26f05562011-06-20 09:56:28 -07002476static struct platform_device msm8960_device_ext_5v_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002477 .name = GPIO_REGULATOR_DEV_NAME,
2478 .id = PM8921_MPP_PM_TO_SYS(7),
2479 .dev = {
2480 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
2481 },
2482};
2483
David Collins26f05562011-06-20 09:56:28 -07002484static struct platform_device msm8960_device_ext_l2_vreg __devinitdata = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002485 .name = GPIO_REGULATOR_DEV_NAME,
2486 .id = 91,
2487 .dev = {
2488 .platform_data = &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_L2],
2489 },
2490};
2491
David Collinsb10be1d2011-09-02 10:29:31 -07002492static struct platform_device msm8960_device_ext_3p3v_vreg __devinitdata = {
2493 .name = GPIO_REGULATOR_DEV_NAME,
2494 .id = PM8921_GPIO_PM_TO_SYS(17),
2495 .dev = {
2496 .platform_data =
2497 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
2498 },
2499};
2500
David Collins35a78f52011-12-14 15:54:25 -08002501static struct platform_device msm8960_device_ext_otg_sw_vreg __devinitdata = {
2502 .name = GPIO_REGULATOR_DEV_NAME,
2503 .id = PM8921_GPIO_PM_TO_SYS(42),
2504 .dev = {
2505 .platform_data =
2506 &msm_gpio_regulator_pdata[GPIO_VREG_ID_EXT_OTG_SW],
2507 },
2508};
2509
David Collins26f05562011-06-20 09:56:28 -07002510static struct platform_device msm8960_device_rpm_regulator __devinitdata = {
2511 .name = "rpm-regulator",
2512 .id = -1,
2513 .dev = {
2514 .platform_data = &msm_rpm_regulator_pdata,
2515 },
2516};
Mayank Ranae009c922012-03-22 03:02:06 +05302517#ifdef CONFIG_SERIAL_MSM_HS
2518static int configure_uart_gpios(int on)
2519{
2520 int ret = 0, i;
2521 int uart_gpios[] = {93, 94, 95, 96};
2522
2523 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2524 if (on) {
2525 ret = gpio_request(uart_gpios[i], NULL);
2526 if (ret) {
2527 pr_err("%s: unable to request uart gpio[%d]\n",
2528 __func__, uart_gpios[i]);
2529 break;
2530 }
2531 } else {
2532 gpio_free(uart_gpios[i]);
2533 }
2534 }
2535
2536 if (ret && on && i)
2537 for (; i >= 0; i--)
2538 gpio_free(uart_gpios[i]);
2539 return ret;
2540}
2541
2542static struct msm_serial_hs_platform_data msm_uart_dm9_pdata = {
Mayank Ranad85a5082012-04-29 17:24:13 -07002543 .gpio_config = configure_uart_gpios,
Mayank Ranae009c922012-03-22 03:02:06 +05302544};
Mayank Rana1f02d952012-07-04 19:11:20 +05302545
2546static int configure_gsbi8_uart_gpios(int on)
2547{
2548 int ret = 0, i;
2549 int uart_gpios[] = {34, 35, 36, 37};
2550
2551 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2552 if (on) {
2553 ret = gpio_request(uart_gpios[i], NULL);
2554 if (ret) {
2555 pr_err("%s: unable to request uart gpio[%d]\n",
2556 __func__, uart_gpios[i]);
2557 break;
2558 }
2559 } else {
2560 gpio_free(uart_gpios[i]);
2561 }
2562 }
2563
2564 if (ret && on && i)
2565 for (; i >= 0; i--)
2566 gpio_free(uart_gpios[i]);
2567 return ret;
2568}
2569
2570static struct msm_serial_hs_platform_data msm_uart_dm8_pdata = {
2571 .gpio_config = configure_gsbi8_uart_gpios,
2572};
Mayank Ranae009c922012-03-22 03:02:06 +05302573#else
Mayank Rana1f02d952012-07-04 19:11:20 +05302574static struct msm_serial_hs_platform_data msm_uart_dm8_pdata;
Mayank Ranae009c922012-03-22 03:02:06 +05302575static struct msm_serial_hs_platform_data msm_uart_dm9_pdata;
2576#endif
David Collins26f05562011-06-20 09:56:28 -07002577
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302578#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
2579static struct resource bluesleep_resources[] = {
2580 {
2581 .name = "gpio_host_wake",
2582 .start = 27,
2583 .end = 27,
2584 .flags = IORESOURCE_IO,
2585 },
2586 {
2587 .name = "gpio_ext_wake",
2588 .start = 29,
2589 .end = 29,
2590 .flags = IORESOURCE_IO,
2591 },
2592 {
2593 .name = "host_wake",
2594 .start = MSM_GPIO_TO_INT(27),
2595 .end = MSM_GPIO_TO_INT(27),
2596 .flags = IORESOURCE_IRQ,
2597 },
2598};
2599
2600static struct platform_device msm_bluesleep_device = {
2601 .name = "bluesleep",
2602 .id = -1,
2603 .num_resources = ARRAY_SIZE(bluesleep_resources),
2604 .resource = bluesleep_resources,
2605};
2606
2607static struct platform_device msm_bt_power_device = {
2608 .name = "bt_power",
2609};
2610
2611int gpio_bt_sys_rest_en = 28;
2612
2613static int bluetooth_power(int on)
2614{
2615 int rc;
2616
Ram Mohan Korukondac4cfb692012-08-18 22:24:03 +05302617 pr_debug("%s on= %d\n", __func__, on);
2618
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302619 if (on) {
Ram Mohan Korukondac4cfb692012-08-18 22:24:03 +05302620 rc = gpio_request(gpio_bt_sys_rest_en, "bt sys_rst_n");
2621 if (rc) {
2622 pr_err("%s: unable to request gpio %d (%d)\n",
2623 __func__, gpio_bt_sys_rest_en, rc);
2624 goto out;
2625 }
2626 rc = gpio_direction_output(gpio_bt_sys_rest_en, 0);
2627 if (rc) {
2628 pr_err("%s: Unable to set gpio %d direction\n",
2629 __func__, gpio_bt_sys_rest_en);
2630 goto free_gpio;
2631 }
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302632 msleep(100);
Ram Mohan Korukondac4cfb692012-08-18 22:24:03 +05302633 gpio_set_value(gpio_bt_sys_rest_en, 1);
2634 msleep(100);
2635 goto out;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302636 } else {
2637 gpio_set_value(gpio_bt_sys_rest_en, 0);
2638 rc = gpio_direction_input(gpio_bt_sys_rest_en);
2639 msleep(100);
2640 }
Ram Mohan Korukondac4cfb692012-08-18 22:24:03 +05302641
2642free_gpio:
2643 gpio_free(gpio_bt_sys_rest_en);
2644out:
2645 return rc;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302646}
2647
2648static void __init bt_power_init(void)
2649{
Ram Mohan Korukondac4cfb692012-08-18 22:24:03 +05302650 pr_debug("%s enter\n", __func__);
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302651 msm_bt_power_device.dev.platform_data = &bluetooth_power;
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302652
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302653 return;
2654}
2655#else
2656#define bt_power_init(x) do {} while (0)
2657#endif
2658
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002659static struct platform_device *common_devices[] __initdata = {
Stepan Moskovchenkodf13d342011-08-03 19:01:25 -07002660 &msm8960_device_dmov,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002661 &msm_device_smd,
Mayank Rana9f51f582011-08-04 18:35:59 +05302662 &msm_device_uart_dm6,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002663 &msm_device_saw_core0,
2664 &msm_device_saw_core1,
2665 &msm8960_device_ext_5v_vreg,
David Collins87579612012-01-30 16:00:15 -08002666 &msm8960_device_ssbi_pmic,
David Collins96aa3e12012-02-29 10:31:34 -08002667 &msm8960_device_ext_otg_sw_vreg,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002668 &msm8960_device_qup_spi_gsbi1,
2669 &msm8960_device_qup_i2c_gsbi3,
2670 &msm8960_device_qup_i2c_gsbi4,
2671 &msm8960_device_qup_i2c_gsbi10,
2672#ifndef CONFIG_MSM_DSPS
2673 &msm8960_device_qup_i2c_gsbi12,
2674#endif
2675 &msm_slim_ctrl,
2676 &msm_device_wcnss_wlan,
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05302677#if defined(CONFIG_BT) && defined(CONFIG_BT_HCIUART_ATH3K)
2678 &msm_bluesleep_device,
2679 &msm_bt_power_device,
2680#endif
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07002681#if defined(CONFIG_QSEECOM)
2682 &qseecom_device,
2683#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002684#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
2685 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
2686 &qcrypto_device,
2687#endif
2688
2689#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
2690 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
2691 &qcedev_device,
2692#endif
2693#ifdef CONFIG_MSM_ROTATOR
2694 &msm_rotator_device,
2695#endif
2696 &msm_device_sps,
2697#ifdef CONFIG_MSM_FAKE_BATTERY
2698 &fish_battery_device,
2699#endif
Binqiang Qiuf165c922012-08-15 18:00:18 -07002700#ifdef CONFIG_BATTERY_BCL
2701 &battery_bcl_device,
2702#endif
Laura Abbottb93525f2012-04-12 09:57:19 -07002703 &msm8960_fmem_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002704#ifdef CONFIG_ANDROID_PMEM
Laura Abbott2d1760b2011-09-29 21:31:24 -07002705#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -07002706 &msm8960_android_pmem_device,
2707 &msm8960_android_pmem_adsp_device,
2708 &msm8960_android_pmem_audio_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002709#endif
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -07002710#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002711 &msm_device_bam_dmux,
2712 &msm_fm_platform_init,
Joel Nidera1261942011-09-12 16:30:09 +03002713#if defined(CONFIG_TSIF) || defined(CONFIG_TSIF_MODULE)
2714#ifdef CONFIG_MSM_USE_TSIF1
2715 &msm_device_tsif[1],
2716#else
2717 &msm_device_tsif[0],
2718#endif
2719#endif
Joel Nider266a2642011-10-16 10:58:05 +02002720 &msm_device_tspp,
Mona Hossain9c430e32011-07-27 11:04:47 -07002721#ifdef CONFIG_HW_RANDOM_MSM
2722 &msm_device_rng,
2723#endif
Laura Abbottd6183792011-08-19 13:42:24 -07002724#ifdef CONFIG_ION_MSM
Laura Abbottb93525f2012-04-12 09:57:19 -07002725 &msm8960_ion_dev,
Laura Abbottd6183792011-08-19 13:42:24 -07002726#endif
Praveen Chidambaram78499012011-11-01 17:15:17 -06002727 &msm8960_rpm_device,
2728 &msm8960_rpm_log_device,
2729 &msm8960_rpm_stat_device,
Mona Hossain11c03ac2011-10-26 12:42:10 -07002730 &msm_device_tz_log,
Pratik Patel3b0ca882012-06-01 16:54:14 -07002731 &coresight_tpiu_device,
2732 &coresight_etb_device,
2733 &coresight_funnel_device,
2734 &coresight_etm0_device,
2735 &coresight_etm1_device,
Swaminathan Sathappanb77c65e92011-09-30 18:36:09 -07002736 &msm_device_dspcrashd_8960,
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002737 &msm8960_device_watchdog,
Laura Abbottb93525f2012-04-12 09:57:19 -07002738 &msm8960_rtb_device,
Praveen Chidambaram8ea3dcd2011-12-07 14:46:31 -07002739 &msm8960_cpu_idle_device,
Praveen Chidambaram5c8adf22012-02-23 18:44:37 -07002740 &msm8960_msm_gov_device,
Stepan Moskovchenko28662c52012-03-01 12:48:45 -08002741 &msm8960_device_cache_erp,
Stepan Moskovchenkoc0557252012-06-07 17:39:14 -07002742 &msm8960_device_ebi1_ch0_erp,
2743 &msm8960_device_ebi1_ch1_erp,
Laura Abbottb93525f2012-04-12 09:57:19 -07002744 &msm8960_cache_dump_device,
Laura Abbott0577d7b2012-04-17 11:14:30 -07002745 &msm8960_iommu_domain_device,
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002746 &msm_tsens_device,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002747};
2748
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002749static struct platform_device *cdp_devices[] __initdata = {
Stephen Boydeb819882011-08-29 14:46:30 -07002750 &msm_8960_q6_lpass,
Stephen Boyd322a9922011-09-20 01:05:54 -07002751 &msm_8960_riva,
Stephen Boydd89eebe2011-09-28 23:28:11 -07002752 &msm_pil_tzapps,
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002753 &msm_pil_dsps,
Stephen Boyd7b973de2012-03-09 12:26:16 -08002754 &msm_pil_vidc,
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07002755 &msm8960_device_otg,
2756 &msm8960_device_gadget_peripheral,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002757 &msm_device_hsusb_host,
2758 &android_usb_device,
2759 &msm_pcm,
Kiran Kandi5e809b02012-01-31 00:24:33 -08002760 &msm_multi_ch_pcm,
Jayasena Sangaraboina99bf09c2012-07-17 12:03:08 -07002761 &msm_lowlatency_pcm,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002762 &msm_pcm_routing,
2763 &msm_cpudai0,
2764 &msm_cpudai1,
Kiran Kandi97fe19d2012-05-20 22:34:04 -07002765 &msm8960_cpudai_slimbus_2_rx,
Kiran Kandi1e6371d2012-03-29 11:48:57 -07002766 &msm8960_cpudai_slimbus_2_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002767 &msm_cpudai_hdmi_rx,
2768 &msm_cpudai_bt_rx,
2769 &msm_cpudai_bt_tx,
2770 &msm_cpudai_fm_rx,
2771 &msm_cpudai_fm_tx,
Bhalchandra Gajare0e795c42011-08-15 18:10:30 -07002772 &msm_cpudai_auxpcm_rx,
2773 &msm_cpudai_auxpcm_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002774 &msm_cpu_fe,
2775 &msm_stub_codec,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002776#ifdef CONFIG_MSM_GEMINI
2777 &msm8960_gemini_device,
2778#endif
Kalyani Oruganti465d1e12012-05-15 10:23:05 -07002779#ifdef CONFIG_MSM_MERCURY
2780 &msm8960_mercury_device,
2781#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002782 &msm_voice,
2783 &msm_voip,
2784 &msm_lpa_pcm,
Laxminath Kasamcee1d602011-08-01 19:26:57 +05302785 &msm_cpudai_afe_01_rx,
2786 &msm_cpudai_afe_01_tx,
2787 &msm_cpudai_afe_02_rx,
2788 &msm_cpudai_afe_02_tx,
2789 &msm_pcm_afe,
Asish Bhattacharya96bb6f42011-11-01 20:36:09 +05302790 &msm_compr_dsp,
Helen Zeng0705a5f2011-10-14 15:29:52 -07002791 &msm_cpudai_incall_music_rx,
Helen Zenge3d716a2011-10-14 16:32:16 -07002792 &msm_cpudai_incall_record_rx,
2793 &msm_cpudai_incall_record_tx,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002794 &msm_pcm_hostless,
2795 &msm_bus_apps_fabric,
2796 &msm_bus_sys_fabric,
2797 &msm_bus_mm_fabric,
2798 &msm_bus_sys_fpb,
2799 &msm_bus_cpss_fpb,
2800};
2801
2802static void __init msm8960_i2c_init(void)
2803{
Kiran Gundaaf3b3562012-08-31 14:00:05 +05302804 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
2805 msm8960_i2c_qup_gsbi4_pdata.keep_ahb_clk_on = 1;
2806
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002807 msm8960_device_qup_i2c_gsbi4.dev.platform_data =
2808 &msm8960_i2c_qup_gsbi4_pdata;
2809
2810 msm8960_device_qup_i2c_gsbi3.dev.platform_data =
2811 &msm8960_i2c_qup_gsbi3_pdata;
2812
2813 msm8960_device_qup_i2c_gsbi10.dev.platform_data =
2814 &msm8960_i2c_qup_gsbi10_pdata;
2815
2816 msm8960_device_qup_i2c_gsbi12.dev.platform_data =
2817 &msm8960_i2c_qup_gsbi12_pdata;
2818}
2819
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002820static void __init msm8960_gfx_init(void)
2821{
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002822 struct kgsl_device_platform_data *kgsl_3d0_pdata =
2823 msm_kgsl_3d0.dev.platform_data;
Jeremy Gebben58b2dce2011-10-13 11:14:19 -06002824 uint32_t soc_platform_version = socinfo_get_version();
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002825
Carter Coopera4a7ed22012-08-20 22:11:42 -06002826 /* Fixup data that needs to change based on GPU ID */
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002827 if (cpu_is_msm8960ab()) {
2828 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(3, 2, 1, 0);
Carter Cooper9be5c4d2012-08-22 13:27:58 -06002829 /* 8960PRO nominal clock rate is 325Mhz instead of 320Mhz */
2830 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 325000000;
Carter Coopera4a7ed22012-08-20 22:11:42 -06002831 } else {
2832 kgsl_3d0_pdata->iommu_count = 1;
2833 if (SOCINFO_VERSION_MAJOR(soc_platform_version) == 1) {
2834 kgsl_3d0_pdata->pwrlevel[0].gpu_freq = 320000000;
2835 kgsl_3d0_pdata->pwrlevel[1].gpu_freq = 266667000;
2836 }
2837 if (SOCINFO_VERSION_MAJOR(soc_platform_version) >= 3) {
2838 /* 8960v3 GPU registers returns 5 for patch release
2839 * but it should be 6, so dummy up the chipid here
2840 * based the platform type
2841 */
2842 kgsl_3d0_pdata->chipid = ADRENO_CHIPID(2, 2, 0, 6);
2843 }
Jordan Crouse4815e9f2012-07-09 15:36:37 -06002844 }
Carter Cooper83e9dab2012-08-20 15:17:23 -06002845
2846 /* Register the 3D core */
2847 platform_device_register(&msm_kgsl_3d0);
2848
2849 /* Register the 2D cores if we are not 8960PRO */
2850 if (!cpu_is_msm8960ab()) {
2851 platform_device_register(&msm_kgsl_2d0);
2852 platform_device_register(&msm_kgsl_2d1);
2853 }
Lucille Sylvester34ec3692011-08-16 16:28:04 -06002854}
2855
Subhash Jadavani933e6a62011-12-26 18:05:04 +05302856static struct msm_rpmrs_level msm_rpmrs_levels[] = {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002857 {
2858 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
2859 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2860 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002861 1, 784, 180000, 100,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002862 },
2863
2864 {
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002865 MSM_PM_SLEEP_MODE_RETENTION,
2866 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2867 true,
2868 415, 715, 340827, 475,
2869 },
2870
2871 {
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002872 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
2873 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2874 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002875 1300, 228, 1200000, 2000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002876 },
2877
2878 {
2879 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2880 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
2881 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002882 2000, 138, 1208400, 3200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002883 },
2884
2885 {
2886 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002887 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, ACTIVE, RET_HIGH),
2888 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002889 6000, 119, 1850300, 9000,
Maheshkumar Sivasubramanian7df12362011-11-02 08:25:49 -06002890 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002891
2892 {
2893 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2894 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
2895 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002896 9200, 68, 2839200, 16400,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002897 },
2898
2899 {
2900 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2901 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
2902 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002903 10300, 63, 3128000, 18200,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002904 },
2905
2906 {
2907 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2908 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
2909 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002910 18000, 10, 4602600, 27000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002911 },
2912
2913 {
2914 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2915 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
2916 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002917 20000, 2, 5752000, 32000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002918 },
2919};
2920
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002921
Praveen Chidambaram78499012011-11-01 17:15:17 -06002922static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
2923 .levels = &msm_rpmrs_levels[0],
2924 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
2925 .vdd_mem_levels = {
2926 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
2927 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
2928 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
2929 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
2930 },
2931 .vdd_dig_levels = {
2932 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
2933 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
2934 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
2935 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
2936 },
2937 .vdd_mask = 0x7FFFFF,
2938 .rpmrs_target_id = {
2939 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
2940 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
2941 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
2942 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
2943 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
2944 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
2945 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
2946 },
2947};
2948
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06002949static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
2950 .mode = MSM_PM_BOOT_CONFIG_TZ,
2951};
2952
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002953#ifdef CONFIG_I2C
2954#define I2C_SURF 1
2955#define I2C_FFA (1 << 1)
2956#define I2C_RUMI (1 << 2)
2957#define I2C_SIM (1 << 3)
2958#define I2C_FLUID (1 << 4)
Amir Samuelov05f87802011-08-27 18:30:12 +03002959#define I2C_LIQUID (1 << 5)
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002960
2961struct i2c_registry {
2962 u8 machs;
2963 int bus;
2964 struct i2c_board_info *info;
2965 int len;
2966};
2967
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002968/* Sensors DSPS platform data */
2969#ifdef CONFIG_MSM_DSPS
2970#define DSPS_PIL_GENERIC_NAME "dsps"
2971#endif /* CONFIG_MSM_DSPS */
2972
2973static void __init msm8960_init_dsps(void)
2974{
2975#ifdef CONFIG_MSM_DSPS
2976 struct msm_dsps_platform_data *pdata =
2977 msm_dsps_device.dev.platform_data;
2978 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
2979 pdata->gpios = NULL;
2980 pdata->gpios_num = 0;
2981
2982 platform_device_register(&msm_dsps_device);
2983#endif /* CONFIG_MSM_DSPS */
2984}
2985
Vamsi Krishna6aa6b1f2011-12-14 22:55:20 -08002986static int hsic_peripheral_status = 1;
2987static DEFINE_MUTEX(hsic_status_lock);
2988
2989void peripheral_connect()
2990{
2991 mutex_lock(&hsic_status_lock);
2992 if (hsic_peripheral_status)
2993 goto out;
2994 platform_device_add(&msm_device_hsic_host);
2995 hsic_peripheral_status = 1;
2996out:
2997 mutex_unlock(&hsic_status_lock);
2998}
2999EXPORT_SYMBOL(peripheral_connect);
3000
3001void peripheral_disconnect()
3002{
3003 mutex_lock(&hsic_status_lock);
3004 if (!hsic_peripheral_status)
3005 goto out;
3006 platform_device_del(&msm_device_hsic_host);
3007 hsic_peripheral_status = 0;
3008out:
3009 mutex_unlock(&hsic_status_lock);
3010}
3011EXPORT_SYMBOL(peripheral_disconnect);
3012
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303013static void __init msm8960_init_smsc_hub(void)
3014{
3015 uint32_t version = socinfo_get_version();
3016
3017 if (SOCINFO_VERSION_MAJOR(version) == 1)
3018 return;
3019
3020 if (machine_is_msm8960_liquid())
3021 platform_device_register(&smsc_hub_device);
3022}
3023
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003024static void __init msm8960_init_hsic(void)
3025{
3026#ifdef CONFIG_USB_EHCI_MSM_HSIC
3027 uint32_t version = socinfo_get_version();
3028
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003029 if (SOCINFO_VERSION_MAJOR(version) == 1)
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003030 return;
3031
Joel King0cbf5d82012-05-24 15:21:38 -07003032 if (machine_is_msm8960_liquid())
Vamsi Krishnaf74d2edb2011-12-02 10:41:11 -08003033 platform_device_register(&msm_device_hsic_host);
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003034#endif
3035}
3036
Amir Samuelov5137e392011-09-21 17:31:25 +03003037#ifdef CONFIG_ISL9519_CHARGER
3038static struct isl_platform_data isl_data __initdata = {
3039 .valid_n_gpio = 0, /* Not required when notify-by-pmic */
3040 .chg_detection_config = NULL, /* Not required when notify-by-pmic */
3041 .max_system_voltage = 4200,
3042 .min_system_voltage = 3200,
Amir Samuelov95f49ff2012-01-29 09:14:08 +02003043 .chgcurrent = 1900,
3044 .term_current = 0,
Amir Samuelov5137e392011-09-21 17:31:25 +03003045 .input_current = 2048,
3046};
3047
3048static struct i2c_board_info isl_charger_i2c_info[] __initdata = {
3049 {
3050 I2C_BOARD_INFO("isl9519q", 0x9),
3051 .irq = 0, /* Not required when notify-by-pmic */
3052 .platform_data = &isl_data,
3053 },
3054};
3055#endif /* CONFIG_ISL9519_CHARGER */
3056
Amir Samuelov755616d2011-12-13 16:34:46 +02003057static struct i2c_board_info liquid_io_expander_i2c_info[] __initdata = {
3058 {
3059 I2C_BOARD_INFO("sx1508q", 0x20),
3060 .platform_data = &msm8960_sx150x_data[SX150X_LIQUID]
3061 },
3062};
3063
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003064static struct i2c_registry msm8960_i2c_devices[] __initdata = {
Amir Samuelov5137e392011-09-21 17:31:25 +03003065#ifdef CONFIG_ISL9519_CHARGER
3066 {
3067 I2C_LIQUID,
3068 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3069 isl_charger_i2c_info,
3070 ARRAY_SIZE(isl_charger_i2c_info),
3071 },
3072#endif /* CONFIG_ISL9519_CHARGER */
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003073 {
3074 I2C_SURF | I2C_FFA | I2C_FLUID,
3075 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3076 cyttsp_info,
3077 ARRAY_SIZE(cyttsp_info),
Rohit Vaswanicd2a59b2011-07-19 12:00:48 -07003078 },
Mohan Pallaka50837382011-09-07 11:00:57 +05303079 {
3080 I2C_LIQUID,
3081 MSM_8960_GSBI3_QUP_I2C_BUS_ID,
3082 mxt_device_info,
3083 ARRAY_SIZE(mxt_device_info),
3084 },
Mohan Pallaka5e490392011-09-09 15:18:41 +05303085 {
Manoj Rao14648742012-03-30 19:42:12 -07003086 I2C_SURF | I2C_FFA | I2C_LIQUID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303087 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003088 sii_device_info,
3089 ARRAY_SIZE(sii_device_info),
3090 },
3091 {
Anirudh Ghayal15698162012-07-31 11:51:32 +05303092 I2C_LIQUID | I2C_FFA,
Eugene Yasmand2316b82011-12-07 18:23:48 +02003093 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
Mohan Pallaka5e490392011-09-09 15:18:41 +05303094 msm_isa1200_board_info,
3095 ARRAY_SIZE(msm_isa1200_board_info),
3096 },
Amir Samuelov755616d2011-12-13 16:34:46 +02003097 {
3098 I2C_LIQUID,
3099 MSM_8960_GSBI10_QUP_I2C_BUS_ID,
3100 liquid_io_expander_i2c_info,
3101 ARRAY_SIZE(liquid_io_expander_i2c_info),
3102 },
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003103};
3104#endif /* CONFIG_I2C */
3105
3106static void __init register_i2c_devices(void)
3107{
3108#ifdef CONFIG_I2C
3109 u8 mach_mask = 0;
3110 int i;
Kevin Chan09f4e662011-12-16 08:17:02 -08003111#ifdef CONFIG_MSM_CAMERA
3112 struct i2c_registry msm8960_camera_i2c_devices = {
3113 I2C_SURF | I2C_FFA | I2C_FLUID | I2C_LIQUID | I2C_RUMI,
3114 MSM_8960_GSBI4_QUP_I2C_BUS_ID,
3115 msm8960_camera_board_info.board_info,
3116 msm8960_camera_board_info.num_i2c_board_info,
3117 };
3118#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003119
3120 /* Build the matching 'supported_machs' bitmask */
3121 if (machine_is_msm8960_cdp())
3122 mach_mask = I2C_SURF;
Amy Maloche2d028032011-07-20 14:08:06 -07003123 else if (machine_is_msm8960_fluid())
3124 mach_mask = I2C_FLUID;
Amir Samuelov05f87802011-08-27 18:30:12 +03003125 else if (machine_is_msm8960_liquid())
3126 mach_mask = I2C_LIQUID;
Amy Maloche1b0663f2011-08-02 16:46:22 -07003127 else if (machine_is_msm8960_mtp())
3128 mach_mask = I2C_FFA;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003129 else
3130 pr_err("unmatched machine ID in register_i2c_devices\n");
3131
Jing Lineec88ca2012-02-08 11:18:30 -08003132 if (machine_is_msm8960_liquid()) {
3133 if (SOCINFO_VERSION_MAJOR(socinfo_get_platform_version()) == 3)
3134 mxt_device_info[0].platform_data =
3135 &mxt_platform_data_3d;
3136 else
3137 mxt_device_info[0].platform_data =
3138 &mxt_platform_data_2d;
3139 }
3140
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003141 /* Run the array and install devices as appropriate */
3142 for (i = 0; i < ARRAY_SIZE(msm8960_i2c_devices); ++i) {
3143 if (msm8960_i2c_devices[i].machs & mach_mask)
3144 i2c_register_board_info(msm8960_i2c_devices[i].bus,
3145 msm8960_i2c_devices[i].info,
3146 msm8960_i2c_devices[i].len);
3147 }
Manoj Raoc6d904c2012-06-22 00:32:14 -07003148
3149 if (!mhl_platform_data.gpio_mhl_power)
3150 pr_debug("mhl device configured for ext debug board\n");
3151
Kevin Chan09f4e662011-12-16 08:17:02 -08003152#ifdef CONFIG_MSM_CAMERA
3153 if (msm8960_camera_i2c_devices.machs & mach_mask)
3154 i2c_register_board_info(msm8960_camera_i2c_devices.bus,
3155 msm8960_camera_i2c_devices.info,
3156 msm8960_camera_i2c_devices.len);
3157#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003158#endif
3159}
3160
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003161static void __init msm8960_cdp_init(void)
3162{
Naveen Ramaraj76483ad2011-09-06 14:25:44 -07003163 if (meminfo_init(SYS_MEMORY, SZ_256M) < 0)
3164 pr_err("meminfo_init() failed!\n");
3165
Rohit Vaswanib1cc4932012-07-23 21:30:11 -07003166 platform_device_register(&msm_gpio_device);
Siddartha Mohanadossfad0af12012-01-20 15:08:38 -08003167 msm_tsens_early_init(&msm_tsens_pdata);
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06003168 msm_thermal_init(&msm_thermal_pdata);
Praveen Chidambaram78499012011-11-01 17:15:17 -06003169 BUG_ON(msm_rpm_init(&msm8960_rpm_data));
3170 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
Abhijeet Dharmapurikar6d565fd2011-09-15 18:49:56 -07003171
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003172 regulator_suppress_info_printing();
3173 if (msm_xo_init())
3174 pr_err("Failed to initialize XO votes\n");
David Collinse68647e2012-09-04 15:44:19 -07003175 configure_msm8960_power_grid();
David Collins26f05562011-06-20 09:56:28 -07003176 platform_device_register(&msm8960_device_rpm_regulator);
Stephen Boydbb600ae2011-08-02 20:11:40 -07003177 msm_clock_init(&msm8960_clock_init_data);
Vijayavardhan Vennapusafc464f02011-11-04 21:54:00 +05303178 if (machine_is_msm8960_liquid())
3179 msm_otg_pdata.mhl_enable = true;
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07003180 msm8960_device_otg.dev.platform_data = &msm_otg_pdata;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303181 if (machine_is_msm8960_mtp() || machine_is_msm8960_fluid() ||
3182 machine_is_msm8960_cdp()) {
Mayank Ranaa61da7a2012-08-14 10:57:00 +05303183 /* Due to availability of USB Switch in SGLTE Platform
3184 * it requires different HSUSB PHY settings compare to
3185 * 8960 MTP/CDP platform.
3186 */
3187 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3188 msm_otg_pdata.phy_init_seq = sglte_phy_init_seq;
3189 else
3190 msm_otg_pdata.phy_init_seq = wr_phy_init_seq;
Anji jonnalaa8b8d732011-12-06 10:03:24 +05303191 } else if (machine_is_msm8960_liquid()) {
3192 msm_otg_pdata.phy_init_seq =
3193 liquid_v1_phy_init_seq;
3194 }
Ofir Cohen94213a72012-05-03 14:26:32 +03003195 android_usb_pdata.swfi_latency =
Anji jonnalaa7c1c5c2011-12-12 12:20:36 +05303196 msm_rpmrs_levels[0].latency_us;
Vijayavardhan Vennapusae3316a12011-10-15 06:05:17 +05303197 msm_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303198 if (SOCINFO_VERSION_MAJOR(socinfo_get_version()) >= 2 &&
3199 machine_is_msm8960_liquid())
3200 msm_device_hsic_host.dev.parent = &smsc_hub_device.dev;
Stepan Moskovchenko3b09bf52011-12-06 20:40:53 -08003201 msm8960_init_gpiomux();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003202 msm8960_device_qup_spi_gsbi1.dev.platform_data =
3203 &msm8960_qup_spi_gsbi1_pdata;
3204 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Anirudh Ghayal50137fb2012-07-31 16:58:53 +05303205 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE)
3206 spi_register_board_info(spi_eth_info, ARRAY_SIZE(spi_eth_info));
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003207
3208 msm8960_init_pmic();
Anirudh Ghayal15698162012-07-31 11:51:32 +05303209 if (machine_is_msm8960_liquid() || (machine_is_msm8960_mtp() &&
3210 (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)))
Mohan Pallakaf69f0492011-11-21 13:08:33 +05303211 msm_isa1200_board_info[0].platform_data = &isa1200_1_pdata;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003212 msm8960_i2c_init();
Lucille Sylvester34ec3692011-08-16 16:28:04 -06003213 msm8960_gfx_init();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003214 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
3215 msm_spm_l2_init(msm_spm_l2_data);
3216 msm8960_init_buses();
Matt Wagantall1f65d9d2012-04-25 14:24:20 -07003217 platform_add_devices(msm8960_footswitch, msm8960_num_footswitch);
David Collinsb10be1d2011-09-02 10:29:31 -07003218 if (machine_is_msm8960_liquid())
3219 platform_device_register(&msm8960_device_ext_3p3v_vreg);
David Collinsd5a40732011-11-29 15:53:56 -08003220 if (machine_is_msm8960_cdp())
3221 platform_device_register(&msm8960_device_ext_l2_vreg);
Stepan Moskovchenko2b4b1cd2012-03-29 18:21:04 -07003222
3223 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE)
3224 platform_device_register(&msm8960_device_uart_gsbi8);
3225 else
3226 platform_device_register(&msm8960_device_uart_gsbi5);
3227
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003228 /* For 8960 Fusion 2.2 Primary IPC */
Mayank Ranad85a5082012-04-29 17:24:13 -07003229 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3230 msm_uart_dm9_pdata.wakeup_irq = gpio_to_irq(94); /* GSBI9(2) */
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003231 msm_device_uart_dm9.dev.platform_data = &msm_uart_dm9_pdata;
Mayank Rana77f83c22012-07-10 09:31:02 +05303232 platform_device_register(&msm_device_uart_dm9);
Mayank Ranad85a5082012-04-29 17:24:13 -07003233 }
Mayank Ranaa7f75a62012-04-21 10:09:42 -07003234
Mayank Rana1f02d952012-07-04 19:11:20 +05303235 /* For 8960 Standalone External Bluetooth Interface */
3236 if (socinfo_get_platform_subtype() != PLATFORM_SUBTYPE_SGLTE) {
3237 msm_device_uart_dm8.dev.platform_data = &msm_uart_dm8_pdata;
3238 platform_device_register(&msm_device_uart_dm8);
3239 }
Patrick Daly6578e0c2012-07-19 18:50:02 -07003240 if (cpu_is_msm8960ab())
3241 platform_device_register(&msm8960ab_device_acpuclk);
3242 else
3243 platform_device_register(&msm8960_device_acpuclk);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003244 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Arun Menon697e91b2012-08-20 15:25:50 -07003245 msm8960_add_vidc_device();
Patrick Daly6578e0c2012-07-19 18:50:02 -07003246
Stepan Moskovchenkoef1e0b62011-12-01 12:10:16 -08003247 msm8960_pm8921_gpio_mpp_init();
Stephen Boyded035682012-09-13 12:41:31 -07003248 /* Don't add modem devices on APQ targets */
3249 if (socinfo_get_id() != 124) {
3250 platform_device_register(&msm_8960_q6_mss_fw);
3251 platform_device_register(&msm_8960_q6_mss_sw);
3252 }
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003253 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +05303254 msm8960_init_smsc_hub();
Vamsi Krishna98f54fb2011-11-02 14:55:41 -07003255 msm8960_init_hsic();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003256#ifdef CONFIG_MSM_CAMERA
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003257 msm8960_init_cam();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003258#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003259 msm8960_init_mmc();
Mohan Pallaka50837382011-09-07 11:00:57 +05303260 if (machine_is_msm8960_liquid())
3261 mxt_init_hw_liquid();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003262 register_i2c_devices();
Stepan Moskovchenko24cd8642011-11-29 13:07:53 -08003263 msm8960_init_fb();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003264 slim_register_board_info(msm_slim_devices,
3265 ARRAY_SIZE(msm_slim_devices));
3266 msm8960_init_dsps();
Larry Bassela7eadea2011-07-14 10:46:00 -07003267 change_memory_power = &msm8960_change_memory_power;
Maheshkumar Sivasubramanianc6c55032011-10-25 16:01:32 -06003268 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Ram Mohan Korukondace14bd82012-07-11 13:55:52 +05303269 bt_power_init();
Joel King0cbf5d82012-05-24 15:21:38 -07003270 if (socinfo_get_platform_subtype() == PLATFORM_SUBTYPE_SGLTE) {
3271 mdm_sglte_device.dev.platform_data = &sglte_platform_data;
3272 platform_device_register(&mdm_sglte_device);
3273 }
Girish Mahadevan3bc98772012-08-15 10:01:27 -06003274 msm_pm_set_tz_retention_flag(1);
Stepan Moskovchenkod056fca2011-01-27 12:12:07 -08003275}
3276
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003277MACHINE_START(MSM8960_CDP, "QCT MSM8960 CDP")
3278 .map_io = msm8960_map_io,
3279 .reserve = msm8960_reserve,
3280 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303281 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003282 .timer = &msm_timer,
3283 .init_machine = msm8960_cdp_init,
3284 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003285 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003286 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003287MACHINE_END
3288
3289MACHINE_START(MSM8960_MTP, "QCT MSM8960 MTP")
3290 .map_io = msm8960_map_io,
3291 .reserve = msm8960_reserve,
3292 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303293 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003294 .timer = &msm_timer,
3295 .init_machine = msm8960_cdp_init,
3296 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003297 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003298 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003299MACHINE_END
3300
3301MACHINE_START(MSM8960_FLUID, "QCT MSM8960 FLUID")
3302 .map_io = msm8960_map_io,
3303 .reserve = msm8960_reserve,
3304 .init_irq = msm8960_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05303305 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003306 .timer = &msm_timer,
3307 .init_machine = msm8960_cdp_init,
3308 .init_early = msm8960_allocate_memory_regions,
Larry Basselb830e182011-10-14 10:46:55 -07003309 .init_very_early = msm8960_early_memory,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003310 .restart = msm_restart,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003311MACHINE_END
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003312
3313MACHINE_START(MSM8960_LIQUID, "QCT MSM8960 LIQUID")
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,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003318 .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,
Amir Samuelov0d1f8ae2011-07-28 11:13:58 +03003323MACHINE_END