blob: bc866d16567dab474a52cfa6d52ff17782e5f304 [file] [log] [blame]
Manu Gautam5143b252012-01-05 19:25:23 -08001/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13#include <linux/kernel.h>
14#include <linux/platform_device.h>
15#include <linux/io.h>
16#include <linux/irq.h>
Kenneth Heitke748593a2011-07-15 15:45:11 -060017#include <linux/i2c.h>
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -060018#include <linux/slimbus/slimbus.h>
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +053019#include <linux/mfd/wcd9xxx/core.h>
20#include <linux/mfd/wcd9xxx/pdata.h>
Amy Maloche70090f992012-02-16 16:35:26 -080021#include <linux/mfd/pm8xxx/misc.h>
Kenneth Heitke36920d32011-07-20 16:44:30 -060022#include <linux/msm_ssbi.h>
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -070023#include <linux/spi/spi.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070024#include <linux/dma-mapping.h>
25#include <linux/platform_data/qcom_crypto_device.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080026#include <linux/ion.h>
Jack Cheung46bfffa2012-01-19 15:26:24 -080027#include <linux/memory.h>
Jing Lin21ed4de2012-02-05 15:53:28 -080028#include <linux/i2c/atmel_mxt_ts.h>
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -080029#include <linux/cyttsp.h>
Amy Maloche70090f992012-02-16 16:35:26 -080030#include <linux/i2c/isa1200.h>
Mohan Pallaka474b94b2012-01-25 12:59:58 +053031#include <linux/gpio_keys.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070032#include <asm/mach-types.h>
33#include <asm/mach/arch.h>
34#include <asm/hardware/gic.h>
Sahitya Tummala3586ed92011-08-03 09:13:23 +053035#include <asm/mach/mmc.h>
Ankit Verma6b7e2ba2012-01-26 15:48:54 -080036#include <linux/platform_data/qcom_wcnss_device.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070037
38#include <mach/board.h>
39#include <mach/msm_iomap.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080040#include <mach/ion.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070041#include <linux/usb/msm_hsusb.h>
42#include <linux/usb/android.h>
43#include <mach/socinfo.h>
Harini Jayaramanc4c58692011-07-19 14:50:10 -060044#include <mach/msm_spi.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070045#include "timer.h"
46#include "devices.h"
Joel King4ebccc62011-07-22 09:43:22 -070047#include <mach/gpio.h>
48#include <mach/gpiomux.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060049#include <mach/rpm.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080050#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -070051#include <linux/android_pmem.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080052#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070053#include <mach/msm_memtypes.h>
54#include <linux/bootmem.h>
55#include <asm/setup.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070056#include <mach/dma.h>
Jin Hongd3024e62012-02-09 16:13:32 -080057#include <mach/msm_dsps.h>
Gagan Mac8a7a5d32011-11-11 16:43:06 -070058#include <mach/msm_bus_board.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060059#include <mach/cpuidle.h>
Joel Kingdacbc822012-01-25 13:30:57 -080060#include <mach/mdm2.h>
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -080061#include <linux/msm_tsens.h>
Stephen Boyd4d0d2582012-02-10 14:49:40 -080062#include <mach/msm_xo.h>
Joel King4ebccc62011-07-22 09:43:22 -070063
Jeff Ohlstein7e668552011-10-06 16:17:25 -070064#include "msm_watchdog.h"
Stepan Moskovchenko5a83dba2011-12-05 17:30:17 -080065#include "board-8064.h"
Vikram Mulukutlabc2e9572011-11-04 03:41:38 -070066#include "acpuclock.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060067#include "spm.h"
68#include "mpm.h"
69#include "rpm_resources.h"
Matt Wagantall7cca4642012-02-01 16:43:24 -080070#include "pm.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060071#include "pm-boot.h"
Rajesh Sastrulaaee8af32012-01-20 11:46:31 -080072#include "devices-msm8x60.h"
Jay Chokshiea67c622011-07-29 17:12:26 -070073
Olav Haugan7c6aa742012-01-16 16:47:37 -080074#define MSM_PMEM_ADSP_SIZE 0x7800000
Ben Romberger3ffcd812011-12-08 19:12:10 -080075#define MSM_PMEM_AUDIO_SIZE 0x2B4000
Olav Haugan7c6aa742012-01-16 16:47:37 -080076#ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
77#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
78#else
79#define MSM_PMEM_SIZE 0x2800000 /* 40 Mbytes */
80#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070081
Olav Haugan7c6aa742012-01-16 16:47:37 -080082#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Olav Hauganedcf6832012-01-24 08:35:41 -080083#define MSM_PMEM_KERNEL_EBI1_SIZE 0x280000
Olav Haugan7c6aa742012-01-16 16:47:37 -080084#define MSM_ION_SF_SIZE MSM_PMEM_SIZE
Olav Haugand3d29682012-01-19 10:57:07 -080085#define MSM_ION_MM_FW_SIZE 0x200000 /* (2MB) */
Olav Haugan7c6aa742012-01-16 16:47:37 -080086#define MSM_ION_MM_SIZE MSM_PMEM_ADSP_SIZE
Olav Haugan3a9bd232012-02-15 14:23:27 -080087#define MSM_ION_QSECOM_SIZE 0x300000 /* (3MB) */
Olav Haugan7c6aa742012-01-16 16:47:37 -080088#define MSM_ION_MFC_SIZE SZ_8K
Olav Haugan2c43fac2012-01-19 11:06:37 -080089#define MSM_ION_AUDIO_SIZE MSM_PMEM_AUDIO_SIZE
90#define MSM_ION_HEAP_NUM 8
Olav Haugan7c6aa742012-01-16 16:47:37 -080091#else
92#define MSM_PMEM_KERNEL_EBI1_SIZE 0x110C000
93#define MSM_ION_HEAP_NUM 1
94#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070095
Olav Haugan7c6aa742012-01-16 16:47:37 -080096#ifdef CONFIG_KERNEL_PMEM_EBI_REGION
97static unsigned pmem_kernel_ebi1_size = MSM_PMEM_KERNEL_EBI1_SIZE;
98static int __init pmem_kernel_ebi1_size_setup(char *p)
Kevin Chan13be4e22011-10-20 11:30:32 -070099{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800100 pmem_kernel_ebi1_size = memparse(p, NULL);
101 return 0;
Kevin Chan13be4e22011-10-20 11:30:32 -0700102}
Olav Haugan7c6aa742012-01-16 16:47:37 -0800103early_param("pmem_kernel_ebi1_size", pmem_kernel_ebi1_size_setup);
104#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700105
Olav Haugan7c6aa742012-01-16 16:47:37 -0800106#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -0700107static unsigned pmem_size = MSM_PMEM_SIZE;
108static int __init pmem_size_setup(char *p)
109{
110 pmem_size = memparse(p, NULL);
111 return 0;
112}
113early_param("pmem_size", pmem_size_setup);
114
115static unsigned pmem_adsp_size = MSM_PMEM_ADSP_SIZE;
116
117static int __init pmem_adsp_size_setup(char *p)
118{
119 pmem_adsp_size = memparse(p, NULL);
120 return 0;
121}
122early_param("pmem_adsp_size", pmem_adsp_size_setup);
123
124static unsigned pmem_audio_size = MSM_PMEM_AUDIO_SIZE;
125
126static int __init pmem_audio_size_setup(char *p)
127{
128 pmem_audio_size = memparse(p, NULL);
129 return 0;
130}
131early_param("pmem_audio_size", pmem_audio_size_setup);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800132#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700133
Olav Haugan7c6aa742012-01-16 16:47:37 -0800134#ifdef CONFIG_ANDROID_PMEM
135#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700136static struct android_pmem_platform_data android_pmem_pdata = {
137 .name = "pmem",
138 .allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
139 .cached = 1,
140 .memory_type = MEMTYPE_EBI1,
141};
142
143static struct platform_device android_pmem_device = {
144 .name = "android_pmem",
145 .id = 0,
146 .dev = {.platform_data = &android_pmem_pdata},
147};
148
149static struct android_pmem_platform_data android_pmem_adsp_pdata = {
150 .name = "pmem_adsp",
151 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
152 .cached = 0,
153 .memory_type = MEMTYPE_EBI1,
154};
Kevin Chan13be4e22011-10-20 11:30:32 -0700155static struct platform_device android_pmem_adsp_device = {
156 .name = "android_pmem",
157 .id = 2,
158 .dev = { .platform_data = &android_pmem_adsp_pdata },
159};
Olav Haugan7c6aa742012-01-16 16:47:37 -0800160#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700161
162static struct android_pmem_platform_data android_pmem_audio_pdata = {
163 .name = "pmem_audio",
164 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
165 .cached = 0,
166 .memory_type = MEMTYPE_EBI1,
167};
168
169static struct platform_device android_pmem_audio_device = {
170 .name = "android_pmem",
171 .id = 4,
172 .dev = { .platform_data = &android_pmem_audio_pdata },
173};
Olav Haugan7c6aa742012-01-16 16:47:37 -0800174#endif
175
176static struct memtype_reserve apq8064_reserve_table[] __initdata = {
177 [MEMTYPE_SMI] = {
178 },
179 [MEMTYPE_EBI0] = {
180 .flags = MEMTYPE_FLAGS_1M_ALIGN,
181 },
182 [MEMTYPE_EBI1] = {
183 .flags = MEMTYPE_FLAGS_1M_ALIGN,
184 },
185};
Kevin Chan13be4e22011-10-20 11:30:32 -0700186
187static void __init size_pmem_devices(void)
188{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800189#ifdef CONFIG_ANDROID_PMEM
190#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700191 android_pmem_adsp_pdata.size = pmem_adsp_size;
192 android_pmem_pdata.size = pmem_size;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800193#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700194 android_pmem_audio_pdata.size = MSM_PMEM_AUDIO_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800195#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700196}
197
198static void __init reserve_memory_for(struct android_pmem_platform_data *p)
199{
200 apq8064_reserve_table[p->memory_type].size += p->size;
201}
202
Kevin Chan13be4e22011-10-20 11:30:32 -0700203static void __init reserve_pmem_memory(void)
204{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800205#ifdef CONFIG_ANDROID_PMEM
206#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700207 reserve_memory_for(&android_pmem_adsp_pdata);
208 reserve_memory_for(&android_pmem_pdata);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800209#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700210 reserve_memory_for(&android_pmem_audio_pdata);
211 apq8064_reserve_table[MEMTYPE_EBI1].size += pmem_kernel_ebi1_size;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800212#endif
213}
214
215static int apq8064_paddr_to_memtype(unsigned int paddr)
216{
217 return MEMTYPE_EBI1;
218}
219
220#ifdef CONFIG_ION_MSM
221#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
222static struct ion_cp_heap_pdata cp_mm_ion_pdata = {
223 .permission_type = IPT_TYPE_MM_CARVEOUT,
Olav Haugand3d29682012-01-19 10:57:07 -0800224 .align = PAGE_SIZE,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800225};
226
227static struct ion_cp_heap_pdata cp_mfc_ion_pdata = {
228 .permission_type = IPT_TYPE_MFC_SHAREDMEM,
Olav Haugand3d29682012-01-19 10:57:07 -0800229 .align = PAGE_SIZE,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800230};
231
232static struct ion_co_heap_pdata co_ion_pdata = {
Olav Haugand3d29682012-01-19 10:57:07 -0800233 .adjacent_mem_id = INVALID_HEAP_ID,
234 .align = PAGE_SIZE,
235};
236
237static struct ion_co_heap_pdata fw_co_ion_pdata = {
238 .adjacent_mem_id = ION_CP_MM_HEAP_ID,
239 .align = SZ_128K,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800240};
241#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800242
243/**
244 * These heaps are listed in the order they will be allocated. Due to
245 * video hardware restrictions and content protection the FW heap has to
246 * be allocated adjacent (below) the MM heap and the MFC heap has to be
247 * allocated after the MM heap to ensure MFC heap is not more than 256MB
248 * away from the base address of the FW heap.
249 * However, the order of FW heap and MM heap doesn't matter since these
250 * two heaps are taken care of by separate code to ensure they are adjacent
251 * to each other.
252 * Don't swap the order unless you know what you are doing!
253 */
Olav Haugan7c6aa742012-01-16 16:47:37 -0800254static struct ion_platform_data ion_pdata = {
255 .nr = MSM_ION_HEAP_NUM,
256 .heaps = {
257 {
258 .id = ION_SYSTEM_HEAP_ID,
259 .type = ION_HEAP_TYPE_SYSTEM,
260 .name = ION_VMALLOC_HEAP_NAME,
261 },
262#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
263 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800264 .id = ION_CP_MM_HEAP_ID,
265 .type = ION_HEAP_TYPE_CP,
266 .name = ION_MM_HEAP_NAME,
267 .size = MSM_ION_MM_SIZE,
268 .memory_type = ION_EBI_TYPE,
269 .extra_data = (void *) &cp_mm_ion_pdata,
270 },
271 {
Olav Haugand3d29682012-01-19 10:57:07 -0800272 .id = ION_MM_FIRMWARE_HEAP_ID,
273 .type = ION_HEAP_TYPE_CARVEOUT,
274 .name = ION_MM_FIRMWARE_HEAP_NAME,
275 .size = MSM_ION_MM_FW_SIZE,
276 .memory_type = ION_EBI_TYPE,
277 .extra_data = (void *) &fw_co_ion_pdata,
278 },
279 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800280 .id = ION_CP_MFC_HEAP_ID,
281 .type = ION_HEAP_TYPE_CP,
282 .name = ION_MFC_HEAP_NAME,
283 .size = MSM_ION_MFC_SIZE,
284 .memory_type = ION_EBI_TYPE,
285 .extra_data = (void *) &cp_mfc_ion_pdata,
286 },
287 {
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800288 .id = ION_SF_HEAP_ID,
289 .type = ION_HEAP_TYPE_CARVEOUT,
290 .name = ION_SF_HEAP_NAME,
291 .size = MSM_ION_SF_SIZE,
292 .memory_type = ION_EBI_TYPE,
293 .extra_data = (void *) &co_ion_pdata,
294 },
295 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800296 .id = ION_IOMMU_HEAP_ID,
297 .type = ION_HEAP_TYPE_IOMMU,
298 .name = ION_IOMMU_HEAP_NAME,
299 },
Olav Hauganf45e2142012-01-19 11:01:01 -0800300 {
301 .id = ION_QSECOM_HEAP_ID,
302 .type = ION_HEAP_TYPE_CARVEOUT,
303 .name = ION_QSECOM_HEAP_NAME,
304 .size = MSM_ION_QSECOM_SIZE,
305 .memory_type = ION_EBI_TYPE,
306 .extra_data = (void *) &co_ion_pdata,
307 },
Olav Haugan2c43fac2012-01-19 11:06:37 -0800308 {
309 .id = ION_AUDIO_HEAP_ID,
310 .type = ION_HEAP_TYPE_CARVEOUT,
311 .name = ION_AUDIO_HEAP_NAME,
312 .size = MSM_ION_AUDIO_SIZE,
313 .memory_type = ION_EBI_TYPE,
314 .extra_data = (void *) &co_ion_pdata,
315 },
Olav Haugan7c6aa742012-01-16 16:47:37 -0800316#endif
317 }
318};
319
320static struct platform_device ion_dev = {
321 .name = "ion-msm",
322 .id = 1,
323 .dev = { .platform_data = &ion_pdata },
324};
325#endif
326
327static void reserve_ion_memory(void)
328{
329#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
330 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MM_SIZE;
Olav Haugand3d29682012-01-19 10:57:07 -0800331 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MM_FW_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800332 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_SF_SIZE;
333 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MFC_SIZE;
Olav Hauganf45e2142012-01-19 11:01:01 -0800334 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_QSECOM_SIZE;
Olav Haugan2c43fac2012-01-19 11:06:37 -0800335 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_AUDIO_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800336#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700337}
338
Huaibin Yang4a084e32011-12-15 15:25:52 -0800339static void __init reserve_mdp_memory(void)
340{
341 apq8064_mdp_writeback(apq8064_reserve_table);
342}
343
Kevin Chan13be4e22011-10-20 11:30:32 -0700344static void __init apq8064_calculate_reserve_sizes(void)
345{
346 size_pmem_devices();
347 reserve_pmem_memory();
Olav Haugan7c6aa742012-01-16 16:47:37 -0800348 reserve_ion_memory();
Huaibin Yang4a084e32011-12-15 15:25:52 -0800349 reserve_mdp_memory();
Kevin Chan13be4e22011-10-20 11:30:32 -0700350}
351
352static struct reserve_info apq8064_reserve_info __initdata = {
353 .memtype_reserve_table = apq8064_reserve_table,
354 .calculate_reserve_sizes = apq8064_calculate_reserve_sizes,
355 .paddr_to_memtype = apq8064_paddr_to_memtype,
356};
357
358static int apq8064_memory_bank_size(void)
359{
360 return 1<<29;
361}
362
363static void __init locate_unstable_memory(void)
364{
365 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
366 unsigned long bank_size;
367 unsigned long low, high;
368
369 bank_size = apq8064_memory_bank_size();
370 low = meminfo.bank[0].start;
371 high = mb->start + mb->size;
Olav Haugand76e3a82012-01-16 16:55:07 -0800372
373 /* Check if 32 bit overflow occured */
374 if (high < mb->start)
375 high = ~0UL;
376
Kevin Chan13be4e22011-10-20 11:30:32 -0700377 low &= ~(bank_size - 1);
378
379 if (high - low <= bank_size)
380 return;
Jack Cheung46bfffa2012-01-19 15:26:24 -0800381 apq8064_reserve_info.low_unstable_address = mb->start -
382 MIN_MEMORY_BLOCK_SIZE + mb->size;
383 apq8064_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
384
Kevin Chan13be4e22011-10-20 11:30:32 -0700385 apq8064_reserve_info.bank_size = bank_size;
386 pr_info("low unstable address %lx max size %lx bank size %lx\n",
387 apq8064_reserve_info.low_unstable_address,
388 apq8064_reserve_info.max_unstable_size,
389 apq8064_reserve_info.bank_size);
390}
391
392static void __init apq8064_reserve(void)
393{
394 reserve_info = &apq8064_reserve_info;
395 locate_unstable_memory();
396 msm_reserve();
397}
398
Hemant Kumara945b472012-01-25 15:08:06 -0800399#ifdef CONFIG_USB_EHCI_MSM_HSIC
400static struct msm_hsic_host_platform_data msm_hsic_pdata = {
401 .strobe = 88,
402 .data = 89,
403};
404#else
405static struct msm_hsic_host_platform_data msm_hsic_pdata;
406#endif
407
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800408#define PID_MAGIC_ID 0x71432909
409#define SERIAL_NUM_MAGIC_ID 0x61945374
410#define SERIAL_NUMBER_LENGTH 127
411#define DLOAD_USB_BASE_ADD 0x2A03F0C8
412
413struct magic_num_struct {
414 uint32_t pid;
415 uint32_t serial_num;
416};
417
418struct dload_struct {
419 uint32_t reserved1;
420 uint32_t reserved2;
421 uint32_t reserved3;
422 uint16_t reserved4;
423 uint16_t pid;
424 char serial_number[SERIAL_NUMBER_LENGTH];
425 uint16_t reserved5;
426 struct magic_num_struct magic_struct;
427};
428
429static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
430{
431 struct dload_struct __iomem *dload = 0;
432
433 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
434 if (!dload) {
435 pr_err("%s: cannot remap I/O memory region: %08x\n",
436 __func__, DLOAD_USB_BASE_ADD);
437 return -ENXIO;
438 }
439
440 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
441 __func__, dload, pid, snum);
442 /* update pid */
443 dload->magic_struct.pid = PID_MAGIC_ID;
444 dload->pid = pid;
445
446 /* update serial number */
447 dload->magic_struct.serial_num = 0;
448 if (!snum) {
449 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
450 goto out;
451 }
452
453 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
454 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
455out:
456 iounmap(dload);
457 return 0;
458}
459
460static struct android_usb_platform_data android_usb_pdata = {
461 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
462};
463
Hemant Kumar4933b072011-10-17 23:43:11 -0700464static struct platform_device android_usb_device = {
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800465 .name = "android_usb",
466 .id = -1,
467 .dev = {
468 .platform_data = &android_usb_pdata,
469 },
Hemant Kumar4933b072011-10-17 23:43:11 -0700470};
471
Hemant Kumar7620eed2012-02-26 09:08:43 -0800472/* Bandwidth requests (zero) if no vote placed */
473static struct msm_bus_vectors usb_init_vectors[] = {
474 {
475 .src = MSM_BUS_MASTER_SPS,
476 .dst = MSM_BUS_SLAVE_EBI_CH0,
477 .ab = 0,
478 .ib = 0,
479 },
480};
481
482/* Bus bandwidth requests in Bytes/sec */
483static struct msm_bus_vectors usb_max_vectors[] = {
484 {
485 .src = MSM_BUS_MASTER_SPS,
486 .dst = MSM_BUS_SLAVE_EBI_CH0,
487 .ab = 60000000, /* At least 480Mbps on bus. */
488 .ib = 960000000, /* MAX bursts rate */
489 },
490};
491
492static struct msm_bus_paths usb_bus_scale_usecases[] = {
493 {
494 ARRAY_SIZE(usb_init_vectors),
495 usb_init_vectors,
496 },
497 {
498 ARRAY_SIZE(usb_max_vectors),
499 usb_max_vectors,
500 },
501};
502
503static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
504 usb_bus_scale_usecases,
505 ARRAY_SIZE(usb_bus_scale_usecases),
506 .name = "usb",
507};
508
Hemant Kumar4933b072011-10-17 23:43:11 -0700509static struct msm_otg_platform_data msm_otg_pdata = {
Hemant Kumard86c4882012-01-24 19:39:37 -0800510 .mode = USB_OTG,
511 .otg_control = OTG_PMIC_CONTROL,
Hemant Kumar4933b072011-10-17 23:43:11 -0700512 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Hemant Kumard86c4882012-01-24 19:39:37 -0800513 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
514 .power_budget = 750,
Hemant Kumar7620eed2012-02-26 09:08:43 -0800515 .bus_scale_table = &usb_bus_scale_pdata,
Hemant Kumar4933b072011-10-17 23:43:11 -0700516};
517
Manu Gautam91223e02011-11-08 15:27:22 +0530518static struct msm_usb_host_platform_data msm_ehci_host_pdata = {
519 .power_budget = 500,
520};
521
522static void __init apq8064_ehci_host_init(void)
523{
524 if (machine_is_apq8064_liquid()) {
Hemant Kumar56925352012-02-13 16:59:52 -0800525 msm_ehci_host_pdata.dock_connect_irq =
526 PM8921_MPP_IRQ(PM8921_IRQ_BASE, 9);
527
Manu Gautam91223e02011-11-08 15:27:22 +0530528 apq8064_device_ehci_host3.dev.platform_data =
529 &msm_ehci_host_pdata;
530 platform_device_register(&apq8064_device_ehci_host3);
531 }
532}
533
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800534#define TABLA_INTERRUPT_BASE (NR_MSM_IRQS + NR_GPIO_IRQS + NR_PM8921_IRQS)
535
536/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
537 * 4 micbiases are used to power various analog and digital
538 * microphones operating at 1800 mV. Technically, all micbiases
539 * can source from single cfilter since all microphones operate
540 * at the same voltage level. The arrangement below is to make
541 * sure all cfilters are exercised. LDO_H regulator ouput level
542 * does not need to be as high as 2.85V. It is choosen for
543 * microphone sensitivity purpose.
544 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530545static struct wcd9xxx_pdata apq8064_tabla_platform_data = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800546 .slimbus_slave_device = {
547 .name = "tabla-slave",
548 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
549 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800550 .irq = MSM_GPIO_TO_INT(42),
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800551 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530552 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800553 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
554 .micbias = {
555 .ldoh_v = TABLA_LDOH_2P85_V,
556 .cfilt1_mv = 1800,
557 .cfilt2_mv = 1800,
558 .cfilt3_mv = 1800,
559 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
560 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
561 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
562 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530563 },
564 .regulator = {
565 {
566 .name = "CDC_VDD_CP",
567 .min_uV = 1800000,
568 .max_uV = 1800000,
569 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
570 },
571 {
572 .name = "CDC_VDDA_RX",
573 .min_uV = 1800000,
574 .max_uV = 1800000,
575 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
576 },
577 {
578 .name = "CDC_VDDA_TX",
579 .min_uV = 1800000,
580 .max_uV = 1800000,
581 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
582 },
583 {
584 .name = "VDDIO_CDC",
585 .min_uV = 1800000,
586 .max_uV = 1800000,
587 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
588 },
589 {
590 .name = "VDDD_CDC_D",
591 .min_uV = 1225000,
592 .max_uV = 1225000,
593 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
594 },
595 {
596 .name = "CDC_VDDA_A_1P2V",
597 .min_uV = 1225000,
598 .max_uV = 1225000,
599 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
600 },
601 },
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800602};
603
604static struct slim_device apq8064_slim_tabla = {
605 .name = "tabla-slim",
606 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
607 .dev = {
608 .platform_data = &apq8064_tabla_platform_data,
609 },
610};
611
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530612static struct wcd9xxx_pdata apq8064_tabla20_platform_data = {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800613 .slimbus_slave_device = {
614 .name = "tabla-slave",
615 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
616 },
617 .irq = MSM_GPIO_TO_INT(42),
618 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530619 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800620 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
621 .micbias = {
622 .ldoh_v = TABLA_LDOH_2P85_V,
623 .cfilt1_mv = 1800,
624 .cfilt2_mv = 1800,
625 .cfilt3_mv = 1800,
626 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
627 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
628 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
629 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530630 },
631 .regulator = {
632 {
633 .name = "CDC_VDD_CP",
634 .min_uV = 1800000,
635 .max_uV = 1800000,
636 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
637 },
638 {
639 .name = "CDC_VDDA_RX",
640 .min_uV = 1800000,
641 .max_uV = 1800000,
642 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
643 },
644 {
645 .name = "CDC_VDDA_TX",
646 .min_uV = 1800000,
647 .max_uV = 1800000,
648 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
649 },
650 {
651 .name = "VDDIO_CDC",
652 .min_uV = 1800000,
653 .max_uV = 1800000,
654 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
655 },
656 {
657 .name = "VDDD_CDC_D",
658 .min_uV = 1225000,
659 .max_uV = 1225000,
660 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
661 },
662 {
663 .name = "CDC_VDDA_A_1P2V",
664 .min_uV = 1225000,
665 .max_uV = 1225000,
666 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
667 },
668 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800669};
670
671static struct slim_device apq8064_slim_tabla20 = {
672 .name = "tabla2x-slim",
673 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
674 .dev = {
675 .platform_data = &apq8064_tabla20_platform_data,
676 },
677};
678
Amy Maloche70090f992012-02-16 16:35:26 -0800679#define HAP_SHIFT_LVL_OE_GPIO PM8921_MPP_PM_TO_SYS(8)
680#define ISA1200_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
681#define ISA1200_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
682#define ISA1200_HAP_CLK PM8921_GPIO_PM_TO_SYS(44)
683
684static int isa1200_power(int on)
685{
686 gpio_set_value_cansleep(ISA1200_HAP_CLK, !!on);
687
688 return 0;
689}
690
691static int isa1200_dev_setup(bool enable)
692{
693 int rc = 0;
694
695 rc = pm8xxx_aux_clk_control(CLK_MP3_2, XO_DIV_1, enable);
696 if (rc) {
697 pr_err("%s: unable to write aux clock register(%d)\n",
698 __func__, rc);
699 return rc;
700 }
701
702 if (!enable)
703 goto free_gpio;
704
705 rc = gpio_request(ISA1200_HAP_CLK, "haptics_clk");
706 if (rc) {
707 pr_err("%s: unable to request gpio %d config(%d)\n",
708 __func__, ISA1200_HAP_CLK, rc);
709 return rc;
710 }
711
712 rc = gpio_direction_output(ISA1200_HAP_CLK, 0);
713 if (rc) {
714 pr_err("%s: unable to set direction\n", __func__);
715 goto free_gpio;
716 }
717
718 return 0;
719
720free_gpio:
721 gpio_free(ISA1200_HAP_CLK);
722 return rc;
723}
724
725static struct isa1200_regulator isa1200_reg_data[] = {
726 {
727 .name = "vddp",
728 .min_uV = ISA_I2C_VTG_MIN_UV,
729 .max_uV = ISA_I2C_VTG_MAX_UV,
730 .load_uA = ISA_I2C_CURR_UA,
731 },
732};
733
734static struct isa1200_platform_data isa1200_1_pdata = {
735 .name = "vibrator",
736 .dev_setup = isa1200_dev_setup,
737 .power_on = isa1200_power,
738 .hap_en_gpio = ISA1200_HAP_EN_GPIO,
739 .hap_len_gpio = ISA1200_HAP_LEN_GPIO,
740 .max_timeout = 15000,
741 .mode_ctrl = PWM_GEN_MODE,
742 .pwm_fd = {
743 .pwm_div = 256,
744 },
745 .is_erm = false,
746 .smart_en = true,
747 .ext_clk_en = true,
748 .chip_en = 1,
749 .regulator_info = isa1200_reg_data,
750 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
751};
752
753static struct i2c_board_info isa1200_board_info[] __initdata = {
754 {
755 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
756 .platform_data = &isa1200_1_pdata,
757 },
758};
Jing Lin21ed4de2012-02-05 15:53:28 -0800759/* configuration data for mxt1386e using V2.1 firmware */
760static const u8 mxt1386e_config_data_v2_1[] = {
761 /* T6 Object */
762 0, 0, 0, 0, 0, 0,
763 /* T38 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800764 14, 1, 0, 22, 2, 12, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800765 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
766 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
767 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
768 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
769 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
770 0, 0, 0, 0,
771 /* T7 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800772 100, 10, 50,
Jing Lin21ed4de2012-02-05 15:53:28 -0800773 /* T8 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800774 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800775 /* T9 Object */
776 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
777 0, 5, 5, 0, 10, 30, 10, 10, 255, 2,
Jing Linf1208fd2012-02-23 11:15:42 -0800778 85, 5, 0, 5, 9, 5, 12, 35, 70, 40,
779 20, 5, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800780 /* T18 Object */
781 0, 0,
782 /* T24 Object */
783 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
784 0, 0, 0, 0, 0, 0, 0, 0, 0,
785 /* T25 Object */
786 3, 0, 60, 115, 156, 99,
787 /* T27 Object */
788 0, 0, 0, 0, 0, 0, 0,
789 /* T40 Object */
790 0, 0, 0, 0, 0,
791 /* T42 Object */
792 2, 0, 255, 0, 255, 0, 0, 0, 0, 0,
793 /* T43 Object */
794 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
795 16,
796 /* T46 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800797 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800798 /* T47 Object */
799 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
800 /* T48 Object */
801 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -0800802 32, 40, 0, 10, 10, 0, 0, 100, 10, 90,
803 0, 0, 0, 0, 0, 0, 0, 10, 1, 10,
804 52, 10, 12, 0, 33, 0, 1, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800805 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
806 0, 0, 0, 0,
807 /* T56 Object */
808 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
809 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
810 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
811 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -0800812 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
813 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800814};
815
816#define MXT_TS_GPIO_IRQ 6
817#define MXT_TS_PWR_EN_GPIO PM8921_GPIO_PM_TO_SYS(23)
818#define MXT_TS_RESET_GPIO 33
819
820static struct mxt_config_info mxt_config_array[] = {
821 {
822 .config = mxt1386e_config_data_v2_1,
823 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
824 .family_id = 0xA0,
825 .variant_id = 0x7,
826 .version = 0x21,
827 .build = 0xAA,
828 },
829};
830
831static struct mxt_platform_data mxt_platform_data = {
832 .config_array = mxt_config_array,
833 .config_array_size = ARRAY_SIZE(mxt_config_array),
834 .x_size = 1365,
835 .y_size = 767,
836 .irqflags = IRQF_TRIGGER_FALLING,
837 .i2c_pull_up = true,
838 .reset_gpio = MXT_TS_RESET_GPIO,
839 .irq_gpio = MXT_TS_GPIO_IRQ,
840};
841
842static struct i2c_board_info mxt_device_info[] __initdata = {
843 {
844 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
845 .platform_data = &mxt_platform_data,
846 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
847 },
848};
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -0800849#define CYTTSP_TS_GPIO_IRQ 6
850#define CYTTSP_TS_GPIO_RESOUT 7
851#define CYTTSP_TS_GPIO_SLEEP 33
852
853static ssize_t tma340_vkeys_show(struct kobject *kobj,
854 struct kobj_attribute *attr, char *buf)
855{
856 return snprintf(buf, 200,
857 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
858 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
859 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
860 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
861 "\n");
862}
863
864static struct kobj_attribute tma340_vkeys_attr = {
865 .attr = {
866 .mode = S_IRUGO,
867 },
868 .show = &tma340_vkeys_show,
869};
870
871static struct attribute *tma340_properties_attrs[] = {
872 &tma340_vkeys_attr.attr,
873 NULL
874};
875
876static struct attribute_group tma340_properties_attr_group = {
877 .attrs = tma340_properties_attrs,
878};
879
880static int cyttsp_platform_init(struct i2c_client *client)
881{
882 int rc = 0;
883 static struct kobject *tma340_properties_kobj;
884
885 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
886 tma340_properties_kobj = kobject_create_and_add("board_properties",
887 NULL);
888 if (tma340_properties_kobj)
889 rc = sysfs_create_group(tma340_properties_kobj,
890 &tma340_properties_attr_group);
891 if (!tma340_properties_kobj || rc)
892 pr_err("%s: failed to create board_properties\n",
893 __func__);
894
895 return 0;
896}
897
898static struct cyttsp_regulator cyttsp_regulator_data[] = {
899 {
900 .name = "vdd",
901 .min_uV = CY_TMA300_VTG_MIN_UV,
902 .max_uV = CY_TMA300_VTG_MAX_UV,
903 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
904 .lpm_load_uA = CY_TMA300_CURR_24HZ_UA,
905 },
906 {
907 .name = "vcc_i2c",
908 .min_uV = CY_I2C_VTG_MIN_UV,
909 .max_uV = CY_I2C_VTG_MAX_UV,
910 .hpm_load_uA = CY_I2C_CURR_UA,
911 .lpm_load_uA = CY_I2C_CURR_UA,
912 },
913};
914
915static struct cyttsp_platform_data cyttsp_pdata = {
916 .panel_maxx = 634,
917 .panel_maxy = 1166,
918 .disp_maxx = 599,
919 .disp_maxy = 1023,
920 .disp_minx = 0,
921 .disp_miny = 0,
922 .flags = 0x01,
923 .gen = CY_GEN3,
924 .use_st = CY_USE_ST,
925 .use_mt = CY_USE_MT,
926 .use_hndshk = CY_SEND_HNDSHK,
927 .use_trk_id = CY_USE_TRACKING_ID,
928 .use_sleep = CY_USE_DEEP_SLEEP_SEL,
929 .use_gestures = CY_USE_GESTURES,
930 .fw_fname = "cyttsp_8064_mtp.hex",
931 /* change act_intrvl to customize the Active power state
932 * scanning/processing refresh interval for Operating mode
933 */
934 .act_intrvl = CY_ACT_INTRVL_DFLT,
935 /* change tch_tmout to customize the touch timeout for the
936 * Active power state for Operating mode
937 */
938 .tch_tmout = CY_TCH_TMOUT_DFLT,
939 /* change lp_intrvl to customize the Low Power power state
940 * scanning/processing refresh interval for Operating mode
941 */
942 .lp_intrvl = CY_LP_INTRVL_DFLT,
943 .sleep_gpio = CYTTSP_TS_GPIO_SLEEP,
944 .resout_gpio = CYTTSP_TS_GPIO_RESOUT,
945 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
946 .regulator_info = cyttsp_regulator_data,
947 .num_regulators = ARRAY_SIZE(cyttsp_regulator_data),
948 .init = cyttsp_platform_init,
949 .correct_fw_ver = 17,
950};
951
952static struct i2c_board_info cyttsp_info[] __initdata = {
953 {
954 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
955 .platform_data = &cyttsp_pdata,
956 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
957 },
958};
Jing Lin21ed4de2012-02-05 15:53:28 -0800959
Ankit Verma6b7e2ba2012-01-26 15:48:54 -0800960#define MSM_WCNSS_PHYS 0x03000000
961#define MSM_WCNSS_SIZE 0x280000
962
963static struct resource resources_wcnss_wlan[] = {
964 {
965 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
966 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
967 .name = "wcnss_wlanrx_irq",
968 .flags = IORESOURCE_IRQ,
969 },
970 {
971 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
972 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
973 .name = "wcnss_wlantx_irq",
974 .flags = IORESOURCE_IRQ,
975 },
976 {
977 .start = MSM_WCNSS_PHYS,
978 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
979 .name = "wcnss_mmio",
980 .flags = IORESOURCE_MEM,
981 },
982 {
983 .start = 64,
984 .end = 68,
985 .name = "wcnss_gpios_5wire",
986 .flags = IORESOURCE_IO,
987 },
988};
989
990static struct qcom_wcnss_opts qcom_wcnss_pdata = {
991 .has_48mhz_xo = 1,
992};
993
994static struct platform_device msm_device_wcnss_wlan = {
995 .name = "wcnss_wlan",
996 .id = 0,
997 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
998 .resource = resources_wcnss_wlan,
999 .dev = {.platform_data = &qcom_wcnss_pdata},
1000};
1001
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001002#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1003 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1004 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1005 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1006
1007#define QCE_SIZE 0x10000
1008#define QCE_0_BASE 0x11000000
1009
1010#define QCE_HW_KEY_SUPPORT 0
1011#define QCE_SHA_HMAC_SUPPORT 1
1012#define QCE_SHARE_CE_RESOURCE 3
1013#define QCE_CE_SHARED 0
1014
1015static struct resource qcrypto_resources[] = {
1016 [0] = {
1017 .start = QCE_0_BASE,
1018 .end = QCE_0_BASE + QCE_SIZE - 1,
1019 .flags = IORESOURCE_MEM,
1020 },
1021 [1] = {
1022 .name = "crypto_channels",
1023 .start = DMOV8064_CE_IN_CHAN,
1024 .end = DMOV8064_CE_OUT_CHAN,
1025 .flags = IORESOURCE_DMA,
1026 },
1027 [2] = {
1028 .name = "crypto_crci_in",
1029 .start = DMOV8064_CE_IN_CRCI,
1030 .end = DMOV8064_CE_IN_CRCI,
1031 .flags = IORESOURCE_DMA,
1032 },
1033 [3] = {
1034 .name = "crypto_crci_out",
1035 .start = DMOV8064_CE_OUT_CRCI,
1036 .end = DMOV8064_CE_OUT_CRCI,
1037 .flags = IORESOURCE_DMA,
1038 },
1039};
1040
1041static struct resource qcedev_resources[] = {
1042 [0] = {
1043 .start = QCE_0_BASE,
1044 .end = QCE_0_BASE + QCE_SIZE - 1,
1045 .flags = IORESOURCE_MEM,
1046 },
1047 [1] = {
1048 .name = "crypto_channels",
1049 .start = DMOV8064_CE_IN_CHAN,
1050 .end = DMOV8064_CE_OUT_CHAN,
1051 .flags = IORESOURCE_DMA,
1052 },
1053 [2] = {
1054 .name = "crypto_crci_in",
1055 .start = DMOV8064_CE_IN_CRCI,
1056 .end = DMOV8064_CE_IN_CRCI,
1057 .flags = IORESOURCE_DMA,
1058 },
1059 [3] = {
1060 .name = "crypto_crci_out",
1061 .start = DMOV8064_CE_OUT_CRCI,
1062 .end = DMOV8064_CE_OUT_CRCI,
1063 .flags = IORESOURCE_DMA,
1064 },
1065};
1066
1067#endif
1068
1069#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1070 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1071
1072static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1073 .ce_shared = QCE_CE_SHARED,
1074 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1075 .hw_key_support = QCE_HW_KEY_SUPPORT,
1076 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001077 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001078};
1079
1080static struct platform_device qcrypto_device = {
1081 .name = "qcrypto",
1082 .id = 0,
1083 .num_resources = ARRAY_SIZE(qcrypto_resources),
1084 .resource = qcrypto_resources,
1085 .dev = {
1086 .coherent_dma_mask = DMA_BIT_MASK(32),
1087 .platform_data = &qcrypto_ce_hw_suppport,
1088 },
1089};
1090#endif
1091
1092#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1093 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1094
1095static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
1096 .ce_shared = QCE_CE_SHARED,
1097 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1098 .hw_key_support = QCE_HW_KEY_SUPPORT,
1099 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001100 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001101};
1102
1103static struct platform_device qcedev_device = {
1104 .name = "qce",
1105 .id = 0,
1106 .num_resources = ARRAY_SIZE(qcedev_resources),
1107 .resource = qcedev_resources,
1108 .dev = {
1109 .coherent_dma_mask = DMA_BIT_MASK(32),
1110 .platform_data = &qcedev_ce_hw_suppport,
1111 },
1112};
1113#endif
1114
Joel Kingdacbc822012-01-25 13:30:57 -08001115static struct mdm_platform_data mdm_platform_data = {
1116 .mdm_version = "3.0",
1117 .ramdump_delay_ms = 2000,
Hemant Kumara945b472012-01-25 15:08:06 -08001118 .peripheral_platform_device = &apq8064_device_hsic_host,
Joel Kingdacbc822012-01-25 13:30:57 -08001119};
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001120
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08001121static struct tsens_platform_data apq_tsens_pdata = {
1122 .tsens_factor = 1000,
1123 .hw_type = APQ_8064,
1124 .tsens_num_sensor = 11,
1125 .slope = {1176, 1176, 1154, 1176, 1111,
1126 1132, 1132, 1199, 1132, 1199, 1132},
1127};
1128
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001129#define MSM_SHARED_RAM_PHYS 0x80000000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001130static void __init apq8064_map_io(void)
1131{
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001132 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001133 msm_map_apq8064_io();
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07001134 if (socinfo_init() < 0)
1135 pr_err("socinfo_init() failed!\n");
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001136}
1137
1138static void __init apq8064_init_irq(void)
1139{
Praveen Chidambaram78499012011-11-01 17:15:17 -06001140 struct msm_mpm_device_data *data = NULL;
1141
1142#ifdef CONFIG_MSM_MPM
1143 data = &apq8064_mpm_dev_data;
1144#endif
1145
1146 msm_mpm_irq_extn_init(data);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001147 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
1148 (void *)MSM_QGIC_CPU_BASE);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001149}
1150
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001151static struct platform_device msm8064_device_saw_regulator_core0 = {
1152 .name = "saw-regulator",
1153 .id = 0,
1154 .dev = {
1155 .platform_data = &msm8064_saw_regulator_pdata_8921_s5,
1156 },
1157};
1158
1159static struct platform_device msm8064_device_saw_regulator_core1 = {
1160 .name = "saw-regulator",
1161 .id = 1,
1162 .dev = {
1163 .platform_data = &msm8064_saw_regulator_pdata_8921_s6,
1164 },
1165};
1166
1167static struct platform_device msm8064_device_saw_regulator_core2 = {
1168 .name = "saw-regulator",
1169 .id = 2,
1170 .dev = {
1171 .platform_data = &msm8064_saw_regulator_pdata_8821_s0,
1172 },
1173};
1174
1175static struct platform_device msm8064_device_saw_regulator_core3 = {
1176 .name = "saw-regulator",
1177 .id = 3,
1178 .dev = {
1179 .platform_data = &msm8064_saw_regulator_pdata_8821_s1,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001180
1181 },
1182};
1183
1184static struct msm_rpmrs_level msm_rpmrs_levels[] __initdata = {
1185 {
1186 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
1187 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
1188 true,
1189 100, 8000, 100000, 1,
1190 },
1191
1192 {
1193 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
1194 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
1195 true,
1196 2000, 6000, 60100000, 3000,
1197 },
1198
1199 {
1200 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1201 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
1202 false,
1203 4200, 5000, 60350000, 3500,
1204 },
1205
1206 {
1207 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1208 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, MAX, ACTIVE),
1209 false,
1210 6300, 4500, 65350000, 4800,
1211 },
1212
1213 {
1214 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1215 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
1216 false,
1217 11700, 2500, 67850000, 5500,
1218 },
1219
1220 {
1221 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1222 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
1223 false,
1224 13800, 2000, 71850000, 6800,
1225 },
1226
1227 {
1228 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1229 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
1230 false,
1231 29700, 500, 75850000, 8800,
1232 },
1233
1234 {
1235 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1236 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
1237 false,
1238 29700, 0, 76350000, 9800,
1239 },
1240};
1241
1242static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
1243 .mode = MSM_PM_BOOT_CONFIG_TZ,
1244};
1245
1246static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
1247 .levels = &msm_rpmrs_levels[0],
1248 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
1249 .vdd_mem_levels = {
1250 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
1251 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
1252 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
1253 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
1254 },
1255 .vdd_dig_levels = {
1256 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
1257 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
1258 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
1259 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
1260 },
1261 .vdd_mask = 0x7FFFFF,
1262 .rpmrs_target_id = {
1263 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
1264 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
1265 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
1266 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
1267 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
1268 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
1269 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
1270 },
1271};
1272
1273static struct msm_cpuidle_state msm_cstates[] __initdata = {
1274 {0, 0, "C0", "WFI",
1275 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1276
1277 {0, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1278 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1279
1280 {0, 2, "C2", "POWER_COLLAPSE",
1281 MSM_PM_SLEEP_MODE_POWER_COLLAPSE},
1282
1283 {1, 0, "C0", "WFI",
1284 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1285
1286 {1, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1287 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1288
1289 {2, 0, "C0", "WFI",
1290 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1291
1292 {2, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1293 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1294
1295 {3, 0, "C0", "WFI",
1296 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1297
1298 {3, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1299 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1300};
1301
1302static struct msm_pm_platform_data msm_pm_data[] = {
1303 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1304 .idle_supported = 1,
1305 .suspend_supported = 1,
1306 .idle_enabled = 0,
1307 .suspend_enabled = 0,
1308 },
1309
1310 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1311 .idle_supported = 1,
1312 .suspend_supported = 1,
1313 .idle_enabled = 0,
1314 .suspend_enabled = 0,
1315 },
1316
1317 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1318 .idle_supported = 1,
1319 .suspend_supported = 1,
1320 .idle_enabled = 1,
1321 .suspend_enabled = 1,
1322 },
1323
1324 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1325 .idle_supported = 0,
1326 .suspend_supported = 1,
1327 .idle_enabled = 0,
1328 .suspend_enabled = 0,
1329 },
1330
1331 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1332 .idle_supported = 1,
1333 .suspend_supported = 1,
1334 .idle_enabled = 0,
1335 .suspend_enabled = 0,
1336 },
1337
1338 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1339 .idle_supported = 1,
1340 .suspend_supported = 0,
1341 .idle_enabled = 1,
1342 .suspend_enabled = 0,
1343 },
1344
1345 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1346 .idle_supported = 0,
1347 .suspend_supported = 1,
1348 .idle_enabled = 0,
1349 .suspend_enabled = 0,
1350 },
1351
1352 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1353 .idle_supported = 1,
1354 .suspend_supported = 1,
1355 .idle_enabled = 0,
1356 .suspend_enabled = 0,
1357 },
1358
1359 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1360 .idle_supported = 1,
1361 .suspend_supported = 0,
1362 .idle_enabled = 1,
1363 .suspend_enabled = 0,
1364 },
1365
1366 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1367 .idle_supported = 0,
1368 .suspend_supported = 1,
1369 .idle_enabled = 0,
1370 .suspend_enabled = 0,
1371 },
1372
1373 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1374 .idle_supported = 1,
1375 .suspend_supported = 1,
1376 .idle_enabled = 0,
1377 .suspend_enabled = 0,
1378 },
1379
1380 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1381 .idle_supported = 1,
1382 .suspend_supported = 0,
1383 .idle_enabled = 1,
1384 .suspend_enabled = 0,
1385 },
1386};
1387
1388static uint8_t spm_wfi_cmd_sequence[] __initdata = {
1389 0x03, 0x0f,
1390};
1391
1392static uint8_t spm_power_collapse_without_rpm[] __initdata = {
1393 0x00, 0x24, 0x54, 0x10,
1394 0x09, 0x03, 0x01,
1395 0x10, 0x54, 0x30, 0x0C,
1396 0x24, 0x30, 0x0f,
1397};
1398
1399static uint8_t spm_power_collapse_with_rpm[] __initdata = {
1400 0x00, 0x24, 0x54, 0x10,
1401 0x09, 0x07, 0x01, 0x0B,
1402 0x10, 0x54, 0x30, 0x0C,
1403 0x24, 0x30, 0x0f,
1404};
1405
1406static struct msm_spm_seq_entry msm_spm_seq_list[] __initdata = {
1407 [0] = {
1408 .mode = MSM_SPM_MODE_CLOCK_GATING,
1409 .notify_rpm = false,
1410 .cmd = spm_wfi_cmd_sequence,
1411 },
1412 [1] = {
1413 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1414 .notify_rpm = false,
1415 .cmd = spm_power_collapse_without_rpm,
1416 },
1417 [2] = {
1418 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1419 .notify_rpm = true,
1420 .cmd = spm_power_collapse_with_rpm,
1421 },
1422};
1423
1424static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
1425 0x00, 0x20, 0x03, 0x20,
1426 0x00, 0x0f,
1427};
1428
1429static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
1430 0x00, 0x20, 0x34, 0x64,
1431 0x48, 0x07, 0x48, 0x20,
1432 0x50, 0x64, 0x04, 0x34,
1433 0x50, 0x0f,
1434};
1435static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
1436 0x00, 0x10, 0x34, 0x64,
1437 0x48, 0x07, 0x48, 0x10,
1438 0x50, 0x64, 0x04, 0x34,
1439 0x50, 0x0F,
1440};
1441
1442static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
1443 [0] = {
1444 .mode = MSM_SPM_L2_MODE_RETENTION,
1445 .notify_rpm = false,
1446 .cmd = l2_spm_wfi_cmd_sequence,
1447 },
1448 [1] = {
1449 .mode = MSM_SPM_L2_MODE_GDHS,
1450 .notify_rpm = true,
1451 .cmd = l2_spm_gdhs_cmd_sequence,
1452 },
1453 [2] = {
1454 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
1455 .notify_rpm = true,
1456 .cmd = l2_spm_power_off_cmd_sequence,
1457 },
1458};
1459
1460
1461static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
1462 [0] = {
1463 .reg_base_addr = MSM_SAW_L2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001464 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
1465 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020202,
1466 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
1467 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
1468 .modes = msm_spm_l2_seq_list,
1469 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
1470 },
1471};
1472
1473static struct msm_spm_platform_data msm_spm_data[] __initdata = {
1474 [0] = {
1475 .reg_base_addr = MSM_SAW0_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001476 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001477#if defined(CONFIG_MSM_AVS_HW)
1478 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1479 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1480#endif
1481 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
1482 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020202,
1483 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1484 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1485 .vctl_timeout_us = 50,
1486 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1487 .modes = msm_spm_seq_list,
1488 },
1489 [1] = {
1490 .reg_base_addr = MSM_SAW1_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001491 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001492#if defined(CONFIG_MSM_AVS_HW)
1493 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1494 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1495#endif
1496 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
1497 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020202,
1498 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1499 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1500 .vctl_timeout_us = 50,
1501 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1502 .modes = msm_spm_seq_list,
1503 },
1504 [2] = {
1505 .reg_base_addr = MSM_SAW2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001506 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001507#if defined(CONFIG_MSM_AVS_HW)
1508 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1509 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1510#endif
1511 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
1512 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020202,
1513 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1514 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1515 .vctl_timeout_us = 50,
1516 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1517 .modes = msm_spm_seq_list,
1518 },
1519 [3] = {
1520 .reg_base_addr = MSM_SAW3_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001521 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001522#if defined(CONFIG_MSM_AVS_HW)
1523 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1524 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1525#endif
1526 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
1527 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020202,
1528 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1529 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1530 .vctl_timeout_us = 50,
1531 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1532 .modes = msm_spm_seq_list,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001533 },
1534};
1535
Gagan Mac8a7a5d32011-11-11 16:43:06 -07001536static void __init apq8064_init_buses(void)
1537{
1538 msm_bus_rpm_set_mt_mask();
1539 msm_bus_8064_apps_fabric_pdata.rpm_enabled = 1;
1540 msm_bus_8064_sys_fabric_pdata.rpm_enabled = 1;
1541 msm_bus_8064_mm_fabric_pdata.rpm_enabled = 1;
1542 msm_bus_8064_apps_fabric.dev.platform_data =
1543 &msm_bus_8064_apps_fabric_pdata;
1544 msm_bus_8064_sys_fabric.dev.platform_data =
1545 &msm_bus_8064_sys_fabric_pdata;
1546 msm_bus_8064_mm_fabric.dev.platform_data =
1547 &msm_bus_8064_mm_fabric_pdata;
1548 msm_bus_8064_sys_fpb.dev.platform_data = &msm_bus_8064_sys_fpb_pdata;
1549 msm_bus_8064_cpss_fpb.dev.platform_data = &msm_bus_8064_cpss_fpb_pdata;
1550}
1551
David Collinsf0d00732012-01-25 15:46:50 -08001552static struct platform_device apq8064_device_ext_5v_vreg __devinitdata = {
1553 .name = GPIO_REGULATOR_DEV_NAME,
1554 .id = PM8921_MPP_PM_TO_SYS(7),
1555 .dev = {
1556 .platform_data
1557 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
1558 },
1559};
1560
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08001561static struct platform_device apq8064_device_ext_mpp8_vreg __devinitdata = {
1562 .name = GPIO_REGULATOR_DEV_NAME,
1563 .id = PM8921_MPP_PM_TO_SYS(8),
1564 .dev = {
1565 .platform_data
1566 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_MPP8],
1567 },
1568};
1569
David Collinsf0d00732012-01-25 15:46:50 -08001570static struct platform_device apq8064_device_ext_3p3v_vreg __devinitdata = {
1571 .name = GPIO_REGULATOR_DEV_NAME,
1572 .id = APQ8064_EXT_3P3V_REG_EN_GPIO,
1573 .dev = {
1574 .platform_data =
1575 &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
1576 },
1577};
1578
David Collins390fc332012-02-07 14:38:16 -08001579static struct platform_device apq8064_device_ext_ts_sw_vreg __devinitdata = {
1580 .name = GPIO_REGULATOR_DEV_NAME,
1581 .id = PM8921_GPIO_PM_TO_SYS(23),
1582 .dev = {
1583 .platform_data
1584 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_TS_SW],
1585 },
1586};
1587
David Collins2782b5c2012-02-06 10:02:42 -08001588static struct platform_device apq8064_device_rpm_regulator __devinitdata = {
1589 .name = "rpm-regulator",
1590 .id = -1,
1591 .dev = {
1592 .platform_data = &apq8064_rpm_regulator_pdata,
1593 },
1594};
1595
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001596static struct platform_device *common_devices[] __initdata = {
Jin Hong01f2dbb2011-11-03 22:13:51 -07001597 &apq8064_device_dmov,
David Keitel3c40fc52012-02-09 17:53:52 -08001598 &apq8064_device_qup_i2c_gsbi1,
Jing Lin04601f92012-02-05 15:36:07 -08001599 &apq8064_device_qup_i2c_gsbi3,
Kenneth Heitke748593a2011-07-15 15:45:11 -06001600 &apq8064_device_qup_i2c_gsbi4,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001601 &apq8064_device_qup_spi_gsbi5,
David Collinsf0d00732012-01-25 15:46:50 -08001602 &apq8064_device_ext_5v_vreg,
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08001603 &apq8064_device_ext_mpp8_vreg,
David Collinsf0d00732012-01-25 15:46:50 -08001604 &apq8064_device_ext_3p3v_vreg,
David Collins390fc332012-02-07 14:38:16 -08001605 &apq8064_device_ext_ts_sw_vreg,
Jay Chokshi9c25f072011-09-23 18:19:15 -07001606 &apq8064_device_ssbi_pmic1,
1607 &apq8064_device_ssbi_pmic2,
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001608 &msm_device_smd_apq8064,
Hemant Kumar4933b072011-10-17 23:43:11 -07001609 &apq8064_device_otg,
1610 &apq8064_device_gadget_peripheral,
Hemant Kumard86c4882012-01-24 19:39:37 -08001611 &apq8064_device_hsusb_host,
Hemant Kumar4933b072011-10-17 23:43:11 -07001612 &android_usb_device,
Ankit Verma6b7e2ba2012-01-26 15:48:54 -08001613 &msm_device_wcnss_wlan,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001614#ifdef CONFIG_ANDROID_PMEM
1615#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -07001616 &android_pmem_device,
1617 &android_pmem_adsp_device,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001618#endif
Kevin Chan13be4e22011-10-20 11:30:32 -07001619 &android_pmem_audio_device,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001620#endif
1621#ifdef CONFIG_ION_MSM
1622 &ion_dev,
1623#endif
Jeff Ohlstein7e668552011-10-06 16:17:25 -07001624 &msm8064_device_watchdog,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001625 &msm8064_device_saw_regulator_core0,
1626 &msm8064_device_saw_regulator_core1,
1627 &msm8064_device_saw_regulator_core2,
1628 &msm8064_device_saw_regulator_core3,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001629#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1630 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1631 &qcrypto_device,
1632#endif
1633
1634#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1635 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1636 &qcedev_device,
1637#endif
Ramesh Masavarapuf46be1b2011-11-03 11:13:41 -07001638
1639#ifdef CONFIG_HW_RANDOM_MSM
1640 &apq8064_device_rng,
1641#endif
Bharath Ramachandramurthyb8e797f2011-11-30 12:08:42 -08001642 &apq_pcm,
1643 &apq_pcm_routing,
1644 &apq_cpudai0,
1645 &apq_cpudai1,
1646 &apq_cpudai_hdmi_rx,
1647 &apq_cpudai_bt_rx,
1648 &apq_cpudai_bt_tx,
1649 &apq_cpudai_fm_rx,
1650 &apq_cpudai_fm_tx,
1651 &apq_cpu_fe,
1652 &apq_stub_codec,
1653 &apq_voice,
1654 &apq_voip,
1655 &apq_lpa_pcm,
1656 &apq_pcm_hostless,
1657 &apq_cpudai_afe_01_rx,
1658 &apq_cpudai_afe_01_tx,
1659 &apq_cpudai_afe_02_rx,
1660 &apq_cpudai_afe_02_tx,
1661 &apq_pcm_afe,
1662 &apq_cpudai_auxpcm_rx,
1663 &apq_cpudai_auxpcm_tx,
Neema Shetty8427c262012-02-16 11:23:43 -08001664 &apq_cpudai_stub,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001665 &apq8064_rpm_device,
1666 &apq8064_rpm_log_device,
1667 &apq8064_rpm_stat_device,
Gagan Mac8a7a5d32011-11-11 16:43:06 -07001668 &msm_bus_8064_apps_fabric,
1669 &msm_bus_8064_sys_fabric,
1670 &msm_bus_8064_mm_fabric,
1671 &msm_bus_8064_sys_fpb,
1672 &msm_bus_8064_cpss_fpb,
Mohan Kumar Gubbihalli Lachma Naik7f72edd2012-02-06 17:26:47 -08001673 &apq8064_msm_device_vidc,
Matt Wagantalled832652012-02-02 19:23:17 -08001674 &msm_8960_riva,
Matt Wagantallb94b9a52012-02-02 21:59:54 -08001675 &msm_8960_q6_lpass,
Matt Wagantall292aace2012-01-26 19:12:34 -08001676 &msm_gss,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001677};
1678
Joel King4e7ad222011-08-17 15:47:38 -07001679static struct platform_device *sim_devices[] __initdata = {
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07001680 &apq8064_device_uart_gsbi3,
Yan He06913ce2011-08-26 16:33:46 -07001681 &msm_device_sps_apq8064,
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07001682};
1683
1684static struct platform_device *rumi3_devices[] __initdata = {
1685 &apq8064_device_uart_gsbi1,
Yan He435ed612011-11-23 17:34:59 -08001686 &msm_device_sps_apq8064,
Huaibin Yang4a084e32011-12-15 15:25:52 -08001687#ifdef CONFIG_MSM_ROTATOR
1688 &msm_rotator_device,
1689#endif
Joel King4e7ad222011-08-17 15:47:38 -07001690};
1691
Joel King82b7e3f2012-01-05 10:03:27 -08001692static struct platform_device *cdp_devices[] __initdata = {
1693 &apq8064_device_uart_gsbi1,
Jin Hong4bbbfba2012-02-02 21:48:07 -08001694 &apq8064_device_uart_gsbi7,
Joel King82b7e3f2012-01-05 10:03:27 -08001695 &msm_device_sps_apq8064,
1696};
1697
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001698static struct msm_spi_platform_data apq8064_qup_spi_gsbi5_pdata = {
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08001699 .max_clock_speed = 1100000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001700};
1701
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07001702#define KS8851_IRQ_GPIO 43
1703
1704static struct spi_board_info spi_board_info[] __initdata = {
1705 {
1706 .modalias = "ks8851",
1707 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
1708 .max_speed_hz = 19200000,
1709 .bus_num = 0,
1710 .chip_select = 2,
1711 .mode = SPI_MODE_0,
1712 },
1713};
1714
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06001715static struct slim_boardinfo apq8064_slim_devices[] = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001716 {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001717 .bus_num = 1,
1718 .slim_slave = &apq8064_slim_tabla,
1719 },
1720 {
1721 .bus_num = 1,
1722 .slim_slave = &apq8064_slim_tabla20,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001723 },
1724 /* add more slimbus slaves as needed */
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06001725};
1726
David Keitel3c40fc52012-02-09 17:53:52 -08001727static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi1_pdata = {
1728 .clk_freq = 100000,
1729 .src_clk_rate = 24000000,
1730};
1731
Jing Lin04601f92012-02-05 15:36:07 -08001732static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi3_pdata = {
1733 .clk_freq = 100000,
1734 .src_clk_rate = 24000000,
1735};
1736
Kenneth Heitke748593a2011-07-15 15:45:11 -06001737static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi4_pdata = {
1738 .clk_freq = 100000,
1739 .src_clk_rate = 24000000,
Kenneth Heitke748593a2011-07-15 15:45:11 -06001740};
1741
David Keitel3c40fc52012-02-09 17:53:52 -08001742#define GSBI_DUAL_MODE_CODE 0x60
1743#define MSM_GSBI1_PHYS 0x12440000
Kenneth Heitke748593a2011-07-15 15:45:11 -06001744static void __init apq8064_i2c_init(void)
1745{
David Keitel3c40fc52012-02-09 17:53:52 -08001746 void __iomem *gsbi_mem;
1747
1748 apq8064_device_qup_i2c_gsbi1.dev.platform_data =
1749 &apq8064_i2c_qup_gsbi1_pdata;
1750 gsbi_mem = ioremap_nocache(MSM_GSBI1_PHYS, 4);
1751 writel_relaxed(GSBI_DUAL_MODE_CODE, gsbi_mem);
1752 /* Ensure protocol code is written before proceeding */
1753 wmb();
1754 iounmap(gsbi_mem);
1755 apq8064_i2c_qup_gsbi1_pdata.use_gsbi_shared_mode = 1;
Jing Lin04601f92012-02-05 15:36:07 -08001756 apq8064_device_qup_i2c_gsbi3.dev.platform_data =
1757 &apq8064_i2c_qup_gsbi3_pdata;
Kenneth Heitke748593a2011-07-15 15:45:11 -06001758 apq8064_device_qup_i2c_gsbi4.dev.platform_data =
1759 &apq8064_i2c_qup_gsbi4_pdata;
1760}
1761
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08001762#if defined(CONFIG_KS8851) || defined(CONFIG_KS8851_MODULE)
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07001763static int ethernet_init(void)
1764{
1765 int ret;
1766 ret = gpio_request(KS8851_IRQ_GPIO, "ks8851_irq");
1767 if (ret) {
1768 pr_err("ks8851 gpio_request failed: %d\n", ret);
1769 goto fail;
1770 }
1771
1772 return 0;
1773fail:
1774 return ret;
1775}
1776#else
1777static int ethernet_init(void)
1778{
1779 return 0;
1780}
1781#endif
1782
Mohan Pallaka474b94b2012-01-25 12:59:58 +05301783#define GPIO_KEY_HOME PM8921_GPIO_PM_TO_SYS(27)
1784#define GPIO_KEY_VOLUME_UP PM8921_GPIO_PM_TO_SYS(35)
1785#define GPIO_KEY_VOLUME_DOWN PM8921_GPIO_PM_TO_SYS(38)
1786#define GPIO_KEY_CAM_FOCUS PM8921_GPIO_PM_TO_SYS(3)
1787#define GPIO_KEY_CAM_SNAP PM8921_GPIO_PM_TO_SYS(4)
1788#define GPIO_KEY_ROTATION 46
1789
1790static struct gpio_keys_button cdp_keys[] = {
1791 {
1792 .code = KEY_HOME,
1793 .gpio = GPIO_KEY_HOME,
1794 .desc = "home_key",
1795 .active_low = 1,
1796 .type = EV_KEY,
1797 .wakeup = 1,
1798 .debounce_interval = 15,
1799 },
1800 {
1801 .code = KEY_VOLUMEUP,
1802 .gpio = GPIO_KEY_VOLUME_UP,
1803 .desc = "volume_up_key",
1804 .active_low = 1,
1805 .type = EV_KEY,
1806 .wakeup = 1,
1807 .debounce_interval = 15,
1808 },
1809 {
1810 .code = KEY_VOLUMEDOWN,
1811 .gpio = GPIO_KEY_VOLUME_DOWN,
1812 .desc = "volume_down_key",
1813 .active_low = 1,
1814 .type = EV_KEY,
1815 .wakeup = 1,
1816 .debounce_interval = 15,
1817 },
1818 {
1819 .code = SW_ROTATE_LOCK,
1820 .gpio = GPIO_KEY_ROTATION,
1821 .desc = "rotate_key",
1822 .active_low = 1,
1823 .type = EV_SW,
1824 .debounce_interval = 15,
1825 },
1826};
1827
1828static struct gpio_keys_platform_data cdp_keys_data = {
1829 .buttons = cdp_keys,
1830 .nbuttons = ARRAY_SIZE(cdp_keys),
1831};
1832
1833static struct platform_device cdp_kp_pdev = {
1834 .name = "gpio-keys",
1835 .id = -1,
1836 .dev = {
1837 .platform_data = &cdp_keys_data,
1838 },
1839};
1840
1841static struct gpio_keys_button mtp_keys[] = {
1842 {
1843 .code = KEY_CAMERA_FOCUS,
1844 .gpio = GPIO_KEY_CAM_FOCUS,
1845 .desc = "cam_focus_key",
1846 .active_low = 1,
1847 .type = EV_KEY,
1848 .wakeup = 1,
1849 .debounce_interval = 15,
1850 },
1851 {
1852 .code = KEY_VOLUMEUP,
1853 .gpio = GPIO_KEY_VOLUME_UP,
1854 .desc = "volume_up_key",
1855 .active_low = 1,
1856 .type = EV_KEY,
1857 .wakeup = 1,
1858 .debounce_interval = 15,
1859 },
1860 {
1861 .code = KEY_VOLUMEDOWN,
1862 .gpio = GPIO_KEY_VOLUME_DOWN,
1863 .desc = "volume_down_key",
1864 .active_low = 1,
1865 .type = EV_KEY,
1866 .wakeup = 1,
1867 .debounce_interval = 15,
1868 },
1869 {
1870 .code = KEY_CAMERA_SNAPSHOT,
1871 .gpio = GPIO_KEY_CAM_SNAP,
1872 .desc = "cam_snap_key",
1873 .active_low = 1,
1874 .type = EV_KEY,
1875 .debounce_interval = 15,
1876 },
1877};
1878
1879static struct gpio_keys_platform_data mtp_keys_data = {
1880 .buttons = mtp_keys,
1881 .nbuttons = ARRAY_SIZE(mtp_keys),
1882};
1883
1884static struct platform_device mtp_kp_pdev = {
1885 .name = "gpio-keys",
1886 .id = -1,
1887 .dev = {
1888 .platform_data = &mtp_keys_data,
1889 },
1890};
1891
Jin Hongd3024e62012-02-09 16:13:32 -08001892/* Sensors DSPS platform data */
1893#define DSPS_PIL_GENERIC_NAME "dsps"
1894static void __init apq8064_init_dsps(void)
1895{
1896 struct msm_dsps_platform_data *pdata =
1897 msm_dsps_device_8064.dev.platform_data;
1898 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
1899 pdata->gpios = NULL;
1900 pdata->gpios_num = 0;
1901
1902 platform_device_register(&msm_dsps_device_8064);
1903}
Mohan Pallaka474b94b2012-01-25 12:59:58 +05301904
Tianyi Gou41515e22011-09-01 19:37:43 -07001905static void __init apq8064_clock_init(void)
1906{
Tianyi Gouacb588d2012-01-27 18:24:05 -08001907 if (machine_is_apq8064_rumi3())
Tianyi Gou41515e22011-09-01 19:37:43 -07001908 msm_clock_init(&apq8064_dummy_clock_init_data);
Tianyi Gouacb588d2012-01-27 18:24:05 -08001909 else
1910 msm_clock_init(&apq8064_clock_init_data);
Tianyi Gou41515e22011-09-01 19:37:43 -07001911}
1912
Jing Lin417fa452012-02-05 14:31:06 -08001913#define I2C_SURF 1
1914#define I2C_FFA (1 << 1)
1915#define I2C_RUMI (1 << 2)
1916#define I2C_SIM (1 << 3)
1917#define I2C_LIQUID (1 << 4)
1918
1919struct i2c_registry {
1920 u8 machs;
1921 int bus;
1922 struct i2c_board_info *info;
1923 int len;
1924};
1925
1926static struct i2c_registry apq8064_i2c_devices[] __initdata = {
Jing Lin21ed4de2012-02-05 15:53:28 -08001927 {
1928 I2C_SURF | I2C_LIQUID,
1929 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
1930 mxt_device_info,
1931 ARRAY_SIZE(mxt_device_info),
1932 },
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001933 {
1934 I2C_FFA,
1935 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
1936 cyttsp_info,
1937 ARRAY_SIZE(cyttsp_info),
1938 },
Amy Maloche70090f992012-02-16 16:35:26 -08001939 {
1940 I2C_FFA | I2C_LIQUID,
1941 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
1942 isa1200_board_info,
1943 ARRAY_SIZE(isa1200_board_info),
1944 },
Jing Lin417fa452012-02-05 14:31:06 -08001945};
1946
1947static void __init register_i2c_devices(void)
1948{
1949 u8 mach_mask = 0;
1950 int i;
1951
Kevin Chand07220e2012-02-13 15:52:22 -08001952#ifdef CONFIG_MSM_CAMERA
1953 struct i2c_registry apq8064_camera_i2c_devices = {
1954 I2C_SURF | I2C_FFA | I2C_LIQUID | I2C_RUMI,
1955 APQ_8064_GSBI4_QUP_I2C_BUS_ID,
1956 apq8064_camera_board_info.board_info,
1957 apq8064_camera_board_info.num_i2c_board_info,
1958 };
1959#endif
Jing Lin417fa452012-02-05 14:31:06 -08001960 /* Build the matching 'supported_machs' bitmask */
1961 if (machine_is_apq8064_cdp())
1962 mach_mask = I2C_SURF;
1963 else if (machine_is_apq8064_mtp())
1964 mach_mask = I2C_FFA;
1965 else if (machine_is_apq8064_liquid())
1966 mach_mask = I2C_LIQUID;
1967 else if (machine_is_apq8064_rumi3())
1968 mach_mask = I2C_RUMI;
1969 else if (machine_is_apq8064_sim())
1970 mach_mask = I2C_SIM;
1971 else
1972 pr_err("unmatched machine ID in register_i2c_devices\n");
1973
1974 /* Run the array and install devices as appropriate */
1975 for (i = 0; i < ARRAY_SIZE(apq8064_i2c_devices); ++i) {
1976 if (apq8064_i2c_devices[i].machs & mach_mask)
1977 i2c_register_board_info(apq8064_i2c_devices[i].bus,
1978 apq8064_i2c_devices[i].info,
1979 apq8064_i2c_devices[i].len);
1980 }
Kevin Chand07220e2012-02-13 15:52:22 -08001981#ifdef CONFIG_MSM_CAMERA
1982 if (apq8064_camera_i2c_devices.machs & mach_mask)
1983 i2c_register_board_info(apq8064_camera_i2c_devices.bus,
1984 apq8064_camera_i2c_devices.info,
1985 apq8064_camera_i2c_devices.len);
1986#endif
Jing Lin417fa452012-02-05 14:31:06 -08001987}
1988
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001989static void __init apq8064_common_init(void)
1990{
1991 if (socinfo_init() < 0)
1992 pr_err("socinfo_init() failed!\n");
Praveen Chidambaram78499012011-11-01 17:15:17 -06001993 BUG_ON(msm_rpm_init(&apq8064_rpm_data));
1994 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
David Collins2782b5c2012-02-06 10:02:42 -08001995 regulator_suppress_info_printing();
1996 platform_device_register(&apq8064_device_rpm_regulator);
Stephen Boyd4d0d2582012-02-10 14:49:40 -08001997 if (msm_xo_init())
1998 pr_err("Failed to initialize XO votes\n");
Tianyi Gou41515e22011-09-01 19:37:43 -07001999 apq8064_clock_init();
Stepan Moskovchenko2327a952011-12-14 16:31:28 -08002000 apq8064_init_gpiomux();
Kenneth Heitke748593a2011-07-15 15:45:11 -06002001 apq8064_i2c_init();
Jing Lin417fa452012-02-05 14:31:06 -08002002 register_i2c_devices();
Kenneth Heitke36920d32011-07-20 16:44:30 -06002003
Harini Jayaramanc4c58692011-07-19 14:50:10 -06002004 apq8064_device_qup_spi_gsbi5.dev.platform_data =
2005 &apq8064_qup_spi_gsbi5_pdata;
Stepan Moskovchenkoc1074f02011-12-14 17:51:57 -08002006 apq8064_init_pmic();
Hemant Kumar94e7da22012-02-03 16:52:29 -08002007 if (machine_is_apq8064_liquid())
2008 msm_otg_pdata.mhl_enable = true;
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07002009 apq8064_device_otg.dev.platform_data = &msm_otg_pdata;
Manu Gautam91223e02011-11-08 15:27:22 +05302010 apq8064_ehci_host_init();
Gagan Mac8a7a5d32011-11-11 16:43:06 -07002011 apq8064_init_buses();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002012 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Hemant Kumarf1ca9192012-02-07 18:59:33 -08002013 if (machine_is_apq8064_mtp()) {
2014 apq8064_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
2015 device_initialize(&apq8064_device_hsic_host.dev);
2016 }
Jay Chokshie8741282012-01-25 15:22:55 -08002017 apq8064_pm8xxx_gpio_mpp_init();
Sahitya Tummala3586ed92011-08-03 09:13:23 +05302018 apq8064_init_mmc();
Swaminathan Sathappan144b4882012-02-06 17:01:20 -08002019
2020 if (machine_is_apq8064_mtp()) {
2021 mdm_8064_device.dev.platform_data = &mdm_platform_data;
2022 platform_device_register(&mdm_8064_device);
2023 }
2024 platform_device_register(&apq8064_slim_ctrl);
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06002025 slim_register_board_info(apq8064_slim_devices,
2026 ARRAY_SIZE(apq8064_slim_devices));
Jin Hongd3024e62012-02-09 16:13:32 -08002027 apq8064_init_dsps();
Praveen Chidambaram78499012011-11-01 17:15:17 -06002028 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
Mahesh Sivasubramaniancbce1ec2012-01-24 10:32:44 -07002029 acpuclk_init(&acpuclk_8064_soc_data);
Praveen Chidambaram78499012011-11-01 17:15:17 -06002030 msm_spm_l2_init(msm_spm_l2_data);
2031 msm_pm_set_platform_data(msm_pm_data, ARRAY_SIZE(msm_pm_data));
2032 msm_pm_set_rpm_wakeup_irq(RPM_APCC_CPU0_WAKE_UP_IRQ);
2033 msm_cpuidle_set_states(msm_cstates, ARRAY_SIZE(msm_cstates),
2034 msm_pm_data);
2035 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002036}
2037
Huaibin Yang4a084e32011-12-15 15:25:52 -08002038static void __init apq8064_allocate_memory_regions(void)
2039{
2040 apq8064_allocate_fb_region();
2041}
2042
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002043static void __init apq8064_sim_init(void)
2044{
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002045 struct msm_watchdog_pdata *wdog_pdata = (struct msm_watchdog_pdata *)
2046 &msm8064_device_watchdog.dev.platform_data;
2047
2048 wdog_pdata->bark_time = 15000;
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002049 msm_tsens_early_init(&apq_tsens_pdata);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002050 apq8064_common_init();
Joel King4e7ad222011-08-17 15:47:38 -07002051 platform_add_devices(sim_devices, ARRAY_SIZE(sim_devices));
2052}
2053
2054static void __init apq8064_rumi3_init(void)
2055{
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002056 msm_tsens_early_init(&apq_tsens_pdata);
Joel King4e7ad222011-08-17 15:47:38 -07002057 apq8064_common_init();
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002058 ethernet_init();
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07002059 platform_add_devices(rumi3_devices, ARRAY_SIZE(rumi3_devices));
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002060 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Huaibin Yang4a084e32011-12-15 15:25:52 -08002061 apq8064_init_fb();
Jordan Crouseb3115fe2012-02-01 22:11:12 -07002062 apq8064_init_gpu();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002063}
2064
Joel King82b7e3f2012-01-05 10:03:27 -08002065static void __init apq8064_cdp_init(void)
2066{
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002067 msm_tsens_early_init(&apq_tsens_pdata);
Joel King82b7e3f2012-01-05 10:03:27 -08002068 apq8064_common_init();
2069 ethernet_init();
2070 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
2071 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002072 apq8064_init_fb();
Jordan Crouseb3115fe2012-02-01 22:11:12 -07002073 apq8064_init_gpu();
Matt Wagantall1875d322012-02-22 16:11:33 -08002074 platform_add_devices(apq8064_fs_devices, apq8064_num_fs_devices);
Kevin Chand07220e2012-02-13 15:52:22 -08002075 apq8064_init_cam();
Mohan Pallaka474b94b2012-01-25 12:59:58 +05302076
2077 if (machine_is_apq8064_cdp() || machine_is_apq8064_liquid())
2078 platform_device_register(&cdp_kp_pdev);
2079
2080 if (machine_is_apq8064_mtp())
2081 platform_device_register(&mtp_kp_pdev);
Joel King82b7e3f2012-01-05 10:03:27 -08002082}
2083
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002084MACHINE_START(APQ8064_SIM, "QCT APQ8064 SIMULATOR")
2085 .map_io = apq8064_map_io,
Kevin Chan13be4e22011-10-20 11:30:32 -07002086 .reserve = apq8064_reserve,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002087 .init_irq = apq8064_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05302088 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002089 .timer = &msm_timer,
2090 .init_machine = apq8064_sim_init,
2091MACHINE_END
2092
Joel King4e7ad222011-08-17 15:47:38 -07002093MACHINE_START(APQ8064_RUMI3, "QCT APQ8064 RUMI3")
2094 .map_io = apq8064_map_io,
Kevin Chan13be4e22011-10-20 11:30:32 -07002095 .reserve = apq8064_reserve,
Joel King4e7ad222011-08-17 15:47:38 -07002096 .init_irq = apq8064_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05302097 .handle_irq = gic_handle_irq,
Joel King4e7ad222011-08-17 15:47:38 -07002098 .timer = &msm_timer,
2099 .init_machine = apq8064_rumi3_init,
Huaibin Yang4a084e32011-12-15 15:25:52 -08002100 .init_early = apq8064_allocate_memory_regions,
Joel King4e7ad222011-08-17 15:47:38 -07002101MACHINE_END
2102
Joel King82b7e3f2012-01-05 10:03:27 -08002103MACHINE_START(APQ8064_CDP, "QCT APQ8064 CDP")
2104 .map_io = apq8064_map_io,
2105 .reserve = apq8064_reserve,
2106 .init_irq = apq8064_init_irq,
2107 .handle_irq = gic_handle_irq,
2108 .timer = &msm_timer,
2109 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002110 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002111MACHINE_END
2112
2113MACHINE_START(APQ8064_MTP, "QCT APQ8064 MTP")
2114 .map_io = apq8064_map_io,
2115 .reserve = apq8064_reserve,
2116 .init_irq = apq8064_init_irq,
2117 .handle_irq = gic_handle_irq,
2118 .timer = &msm_timer,
2119 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002120 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002121MACHINE_END
2122
2123MACHINE_START(APQ8064_LIQUID, "QCT APQ8064 LIQUID")
2124 .map_io = apq8064_map_io,
2125 .reserve = apq8064_reserve,
2126 .init_irq = apq8064_init_irq,
2127 .handle_irq = gic_handle_irq,
2128 .timer = &msm_timer,
2129 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002130 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002131MACHINE_END
2132
Joel King11ca8202012-02-13 16:19:03 -08002133MACHINE_START(MPQ8064_HRD, "QCT MPQ8064 HRD")
2134 .map_io = apq8064_map_io,
2135 .reserve = apq8064_reserve,
2136 .init_irq = apq8064_init_irq,
2137 .handle_irq = gic_handle_irq,
2138 .timer = &msm_timer,
2139 .init_machine = apq8064_cdp_init,
2140MACHINE_END
2141
2142MACHINE_START(MPQ8064_DTV, "QCT MPQ8064 DTV")
2143 .map_io = apq8064_map_io,
2144 .reserve = apq8064_reserve,
2145 .init_irq = apq8064_init_irq,
2146 .handle_irq = gic_handle_irq,
2147 .timer = &msm_timer,
2148 .init_machine = apq8064_cdp_init,
2149MACHINE_END
2150