blob: 01478ac29e79e36bc5e6de33fda099f517cffe7d [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>
David Keitel2f613d92012-02-15 11:29:16 -080018#include <linux/i2c/smb349.h>
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -060019#include <linux/slimbus/slimbus.h>
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +053020#include <linux/mfd/wcd9xxx/core.h>
21#include <linux/mfd/wcd9xxx/pdata.h>
Amy Maloche70090f992012-02-16 16:35:26 -080022#include <linux/mfd/pm8xxx/misc.h>
Kenneth Heitke36920d32011-07-20 16:44:30 -060023#include <linux/msm_ssbi.h>
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -070024#include <linux/spi/spi.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070025#include <linux/dma-mapping.h>
26#include <linux/platform_data/qcom_crypto_device.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080027#include <linux/ion.h>
Jack Cheung46bfffa2012-01-19 15:26:24 -080028#include <linux/memory.h>
Jing Lin21ed4de2012-02-05 15:53:28 -080029#include <linux/i2c/atmel_mxt_ts.h>
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -080030#include <linux/cyttsp.h>
Amy Maloche70090f992012-02-16 16:35:26 -080031#include <linux/i2c/isa1200.h>
Mohan Pallaka474b94b2012-01-25 12:59:58 +053032#include <linux/gpio_keys.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070033#include <asm/mach-types.h>
34#include <asm/mach/arch.h>
35#include <asm/hardware/gic.h>
Sahitya Tummala3586ed92011-08-03 09:13:23 +053036#include <asm/mach/mmc.h>
Ankit Verma6b7e2ba2012-01-26 15:48:54 -080037#include <linux/platform_data/qcom_wcnss_device.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070038
39#include <mach/board.h>
40#include <mach/msm_iomap.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080041#include <mach/ion.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070042#include <linux/usb/msm_hsusb.h>
43#include <linux/usb/android.h>
44#include <mach/socinfo.h>
Harini Jayaramanc4c58692011-07-19 14:50:10 -060045#include <mach/msm_spi.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070046#include "timer.h"
47#include "devices.h"
Joel King4ebccc62011-07-22 09:43:22 -070048#include <mach/gpio.h>
49#include <mach/gpiomux.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060050#include <mach/rpm.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080051#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -070052#include <linux/android_pmem.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080053#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070054#include <mach/msm_memtypes.h>
55#include <linux/bootmem.h>
56#include <asm/setup.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070057#include <mach/dma.h>
Jin Hongd3024e62012-02-09 16:13:32 -080058#include <mach/msm_dsps.h>
Gagan Mac8a7a5d32011-11-11 16:43:06 -070059#include <mach/msm_bus_board.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060060#include <mach/cpuidle.h>
Joel Kingdacbc822012-01-25 13:30:57 -080061#include <mach/mdm2.h>
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -080062#include <linux/msm_tsens.h>
Stephen Boyd4d0d2582012-02-10 14:49:40 -080063#include <mach/msm_xo.h>
Laura Abbott350c8362012-02-28 14:46:52 -080064#include <mach/msm_rtb.h>
Joel King4ebccc62011-07-22 09:43:22 -070065
Jeff Ohlstein7e668552011-10-06 16:17:25 -070066#include "msm_watchdog.h"
Stepan Moskovchenko5a83dba2011-12-05 17:30:17 -080067#include "board-8064.h"
Vikram Mulukutlabc2e9572011-11-04 03:41:38 -070068#include "acpuclock.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060069#include "spm.h"
70#include "mpm.h"
71#include "rpm_resources.h"
Matt Wagantall7cca4642012-02-01 16:43:24 -080072#include "pm.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060073#include "pm-boot.h"
Rajesh Sastrulaaee8af32012-01-20 11:46:31 -080074#include "devices-msm8x60.h"
Jay Chokshiea67c622011-07-29 17:12:26 -070075
Olav Haugan7c6aa742012-01-16 16:47:37 -080076#define MSM_PMEM_ADSP_SIZE 0x7800000
Ben Romberger3ffcd812011-12-08 19:12:10 -080077#define MSM_PMEM_AUDIO_SIZE 0x2B4000
Olav Haugan7c6aa742012-01-16 16:47:37 -080078#ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
79#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
80#else
Chetan Kalyan72aac4f2012-02-23 14:56:54 -080081#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Olav Haugan7c6aa742012-01-16 16:47:37 -080082#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070083
Olav Haugan7c6aa742012-01-16 16:47:37 -080084#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Olav Hauganedcf6832012-01-24 08:35:41 -080085#define MSM_PMEM_KERNEL_EBI1_SIZE 0x280000
Olav Haugan7c6aa742012-01-16 16:47:37 -080086#define MSM_ION_SF_SIZE MSM_PMEM_SIZE
Olav Haugand3d29682012-01-19 10:57:07 -080087#define MSM_ION_MM_FW_SIZE 0x200000 /* (2MB) */
Olav Haugan7c6aa742012-01-16 16:47:37 -080088#define MSM_ION_MM_SIZE MSM_PMEM_ADSP_SIZE
Olav Haugan3a9bd232012-02-15 14:23:27 -080089#define MSM_ION_QSECOM_SIZE 0x300000 /* (3MB) */
Olav Haugan7c6aa742012-01-16 16:47:37 -080090#define MSM_ION_MFC_SIZE SZ_8K
Olav Haugan2c43fac2012-01-19 11:06:37 -080091#define MSM_ION_AUDIO_SIZE MSM_PMEM_AUDIO_SIZE
92#define MSM_ION_HEAP_NUM 8
Olav Haugan7c6aa742012-01-16 16:47:37 -080093#else
94#define MSM_PMEM_KERNEL_EBI1_SIZE 0x110C000
95#define MSM_ION_HEAP_NUM 1
96#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070097
Siddartha Mohanadoss9c658982012-02-28 15:11:48 -080098#define GPIO_EXPANDER_IRQ_BASE (PM8821_IRQ_BASE + PM8821_NR_IRQS)
99#define GPIO_EXPANDER_GPIO_BASE (PM8821_MPP_BASE + PM8821_NR_MPPS)
100#define GPIO_EPM_EXPANDER_BASE GPIO_EXPANDER_GPIO_BASE
101
102enum {
103 SX150X_EPM,
104};
105
Olav Haugan7c6aa742012-01-16 16:47:37 -0800106#ifdef CONFIG_KERNEL_PMEM_EBI_REGION
107static unsigned pmem_kernel_ebi1_size = MSM_PMEM_KERNEL_EBI1_SIZE;
108static int __init pmem_kernel_ebi1_size_setup(char *p)
Kevin Chan13be4e22011-10-20 11:30:32 -0700109{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800110 pmem_kernel_ebi1_size = memparse(p, NULL);
111 return 0;
Kevin Chan13be4e22011-10-20 11:30:32 -0700112}
Olav Haugan7c6aa742012-01-16 16:47:37 -0800113early_param("pmem_kernel_ebi1_size", pmem_kernel_ebi1_size_setup);
114#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700115
Olav Haugan7c6aa742012-01-16 16:47:37 -0800116#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -0700117static unsigned pmem_size = MSM_PMEM_SIZE;
118static int __init pmem_size_setup(char *p)
119{
120 pmem_size = memparse(p, NULL);
121 return 0;
122}
123early_param("pmem_size", pmem_size_setup);
124
125static unsigned pmem_adsp_size = MSM_PMEM_ADSP_SIZE;
126
127static int __init pmem_adsp_size_setup(char *p)
128{
129 pmem_adsp_size = memparse(p, NULL);
130 return 0;
131}
132early_param("pmem_adsp_size", pmem_adsp_size_setup);
133
134static unsigned pmem_audio_size = MSM_PMEM_AUDIO_SIZE;
135
136static int __init pmem_audio_size_setup(char *p)
137{
138 pmem_audio_size = memparse(p, NULL);
139 return 0;
140}
141early_param("pmem_audio_size", pmem_audio_size_setup);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800142#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700143
Olav Haugan7c6aa742012-01-16 16:47:37 -0800144#ifdef CONFIG_ANDROID_PMEM
145#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700146static struct android_pmem_platform_data android_pmem_pdata = {
147 .name = "pmem",
148 .allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
149 .cached = 1,
150 .memory_type = MEMTYPE_EBI1,
151};
152
153static struct platform_device android_pmem_device = {
154 .name = "android_pmem",
155 .id = 0,
156 .dev = {.platform_data = &android_pmem_pdata},
157};
158
159static struct android_pmem_platform_data android_pmem_adsp_pdata = {
160 .name = "pmem_adsp",
161 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
162 .cached = 0,
163 .memory_type = MEMTYPE_EBI1,
164};
Kevin Chan13be4e22011-10-20 11:30:32 -0700165static struct platform_device android_pmem_adsp_device = {
166 .name = "android_pmem",
167 .id = 2,
168 .dev = { .platform_data = &android_pmem_adsp_pdata },
169};
Olav Haugan7c6aa742012-01-16 16:47:37 -0800170#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700171
172static struct android_pmem_platform_data android_pmem_audio_pdata = {
173 .name = "pmem_audio",
174 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
175 .cached = 0,
176 .memory_type = MEMTYPE_EBI1,
177};
178
179static struct platform_device android_pmem_audio_device = {
180 .name = "android_pmem",
181 .id = 4,
182 .dev = { .platform_data = &android_pmem_audio_pdata },
183};
Olav Haugan7c6aa742012-01-16 16:47:37 -0800184#endif
185
186static struct memtype_reserve apq8064_reserve_table[] __initdata = {
187 [MEMTYPE_SMI] = {
188 },
189 [MEMTYPE_EBI0] = {
190 .flags = MEMTYPE_FLAGS_1M_ALIGN,
191 },
192 [MEMTYPE_EBI1] = {
193 .flags = MEMTYPE_FLAGS_1M_ALIGN,
194 },
195};
Kevin Chan13be4e22011-10-20 11:30:32 -0700196
Laura Abbott350c8362012-02-28 14:46:52 -0800197#if defined(CONFIG_MSM_RTB)
198static struct msm_rtb_platform_data msm_rtb_pdata = {
199 .size = SZ_1M,
200};
201
202static int __init msm_rtb_set_buffer_size(char *p)
203{
204 int s;
205
206 s = memparse(p, NULL);
207 msm_rtb_pdata.size = ALIGN(s, SZ_4K);
208 return 0;
209}
210early_param("msm_rtb_size", msm_rtb_set_buffer_size);
211
212
213static struct platform_device msm_rtb_device = {
214 .name = "msm_rtb",
215 .id = -1,
216 .dev = {
217 .platform_data = &msm_rtb_pdata,
218 },
219};
220#endif
221
222static void __init reserve_rtb_memory(void)
223{
224#if defined(CONFIG_MSM_RTB)
225 apq8064_reserve_table[MEMTYPE_EBI1].size += msm_rtb_pdata.size;
226#endif
227}
228
229
Kevin Chan13be4e22011-10-20 11:30:32 -0700230static void __init size_pmem_devices(void)
231{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800232#ifdef CONFIG_ANDROID_PMEM
233#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700234 android_pmem_adsp_pdata.size = pmem_adsp_size;
235 android_pmem_pdata.size = pmem_size;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800236#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700237 android_pmem_audio_pdata.size = MSM_PMEM_AUDIO_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800238#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700239}
240
241static void __init reserve_memory_for(struct android_pmem_platform_data *p)
242{
243 apq8064_reserve_table[p->memory_type].size += p->size;
244}
245
Kevin Chan13be4e22011-10-20 11:30:32 -0700246static void __init reserve_pmem_memory(void)
247{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800248#ifdef CONFIG_ANDROID_PMEM
249#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700250 reserve_memory_for(&android_pmem_adsp_pdata);
251 reserve_memory_for(&android_pmem_pdata);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800252#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700253 reserve_memory_for(&android_pmem_audio_pdata);
254 apq8064_reserve_table[MEMTYPE_EBI1].size += pmem_kernel_ebi1_size;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800255#endif
256}
257
258static int apq8064_paddr_to_memtype(unsigned int paddr)
259{
260 return MEMTYPE_EBI1;
261}
262
263#ifdef CONFIG_ION_MSM
264#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
265static struct ion_cp_heap_pdata cp_mm_ion_pdata = {
266 .permission_type = IPT_TYPE_MM_CARVEOUT,
Olav Haugand3d29682012-01-19 10:57:07 -0800267 .align = PAGE_SIZE,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800268};
269
270static struct ion_cp_heap_pdata cp_mfc_ion_pdata = {
271 .permission_type = IPT_TYPE_MFC_SHAREDMEM,
Olav Haugand3d29682012-01-19 10:57:07 -0800272 .align = PAGE_SIZE,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800273};
274
275static struct ion_co_heap_pdata co_ion_pdata = {
Olav Haugand3d29682012-01-19 10:57:07 -0800276 .adjacent_mem_id = INVALID_HEAP_ID,
277 .align = PAGE_SIZE,
278};
279
280static struct ion_co_heap_pdata fw_co_ion_pdata = {
281 .adjacent_mem_id = ION_CP_MM_HEAP_ID,
282 .align = SZ_128K,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800283};
284#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800285
286/**
287 * These heaps are listed in the order they will be allocated. Due to
288 * video hardware restrictions and content protection the FW heap has to
289 * be allocated adjacent (below) the MM heap and the MFC heap has to be
290 * allocated after the MM heap to ensure MFC heap is not more than 256MB
291 * away from the base address of the FW heap.
292 * However, the order of FW heap and MM heap doesn't matter since these
293 * two heaps are taken care of by separate code to ensure they are adjacent
294 * to each other.
295 * Don't swap the order unless you know what you are doing!
296 */
Olav Haugan7c6aa742012-01-16 16:47:37 -0800297static struct ion_platform_data ion_pdata = {
298 .nr = MSM_ION_HEAP_NUM,
299 .heaps = {
300 {
301 .id = ION_SYSTEM_HEAP_ID,
302 .type = ION_HEAP_TYPE_SYSTEM,
303 .name = ION_VMALLOC_HEAP_NAME,
304 },
305#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
306 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800307 .id = ION_CP_MM_HEAP_ID,
308 .type = ION_HEAP_TYPE_CP,
309 .name = ION_MM_HEAP_NAME,
310 .size = MSM_ION_MM_SIZE,
311 .memory_type = ION_EBI_TYPE,
312 .extra_data = (void *) &cp_mm_ion_pdata,
313 },
314 {
Olav Haugand3d29682012-01-19 10:57:07 -0800315 .id = ION_MM_FIRMWARE_HEAP_ID,
316 .type = ION_HEAP_TYPE_CARVEOUT,
317 .name = ION_MM_FIRMWARE_HEAP_NAME,
318 .size = MSM_ION_MM_FW_SIZE,
319 .memory_type = ION_EBI_TYPE,
320 .extra_data = (void *) &fw_co_ion_pdata,
321 },
322 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800323 .id = ION_CP_MFC_HEAP_ID,
324 .type = ION_HEAP_TYPE_CP,
325 .name = ION_MFC_HEAP_NAME,
326 .size = MSM_ION_MFC_SIZE,
327 .memory_type = ION_EBI_TYPE,
328 .extra_data = (void *) &cp_mfc_ion_pdata,
329 },
330 {
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800331 .id = ION_SF_HEAP_ID,
332 .type = ION_HEAP_TYPE_CARVEOUT,
333 .name = ION_SF_HEAP_NAME,
334 .size = MSM_ION_SF_SIZE,
335 .memory_type = ION_EBI_TYPE,
336 .extra_data = (void *) &co_ion_pdata,
337 },
338 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800339 .id = ION_IOMMU_HEAP_ID,
340 .type = ION_HEAP_TYPE_IOMMU,
341 .name = ION_IOMMU_HEAP_NAME,
342 },
Olav Hauganf45e2142012-01-19 11:01:01 -0800343 {
344 .id = ION_QSECOM_HEAP_ID,
345 .type = ION_HEAP_TYPE_CARVEOUT,
346 .name = ION_QSECOM_HEAP_NAME,
347 .size = MSM_ION_QSECOM_SIZE,
348 .memory_type = ION_EBI_TYPE,
349 .extra_data = (void *) &co_ion_pdata,
350 },
Olav Haugan2c43fac2012-01-19 11:06:37 -0800351 {
352 .id = ION_AUDIO_HEAP_ID,
353 .type = ION_HEAP_TYPE_CARVEOUT,
354 .name = ION_AUDIO_HEAP_NAME,
355 .size = MSM_ION_AUDIO_SIZE,
356 .memory_type = ION_EBI_TYPE,
357 .extra_data = (void *) &co_ion_pdata,
358 },
Olav Haugan7c6aa742012-01-16 16:47:37 -0800359#endif
360 }
361};
362
363static struct platform_device ion_dev = {
364 .name = "ion-msm",
365 .id = 1,
366 .dev = { .platform_data = &ion_pdata },
367};
368#endif
369
370static void reserve_ion_memory(void)
371{
372#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
373 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MM_SIZE;
Olav Haugand3d29682012-01-19 10:57:07 -0800374 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MM_FW_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800375 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_SF_SIZE;
376 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MFC_SIZE;
Olav Hauganf45e2142012-01-19 11:01:01 -0800377 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_QSECOM_SIZE;
Olav Haugan2c43fac2012-01-19 11:06:37 -0800378 apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_AUDIO_SIZE;
Olav Haugan7c6aa742012-01-16 16:47:37 -0800379#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700380}
381
Huaibin Yang4a084e32011-12-15 15:25:52 -0800382static void __init reserve_mdp_memory(void)
383{
384 apq8064_mdp_writeback(apq8064_reserve_table);
385}
386
Kevin Chan13be4e22011-10-20 11:30:32 -0700387static void __init apq8064_calculate_reserve_sizes(void)
388{
389 size_pmem_devices();
390 reserve_pmem_memory();
Olav Haugan7c6aa742012-01-16 16:47:37 -0800391 reserve_ion_memory();
Huaibin Yang4a084e32011-12-15 15:25:52 -0800392 reserve_mdp_memory();
Laura Abbott350c8362012-02-28 14:46:52 -0800393 reserve_rtb_memory();
Kevin Chan13be4e22011-10-20 11:30:32 -0700394}
395
396static struct reserve_info apq8064_reserve_info __initdata = {
397 .memtype_reserve_table = apq8064_reserve_table,
398 .calculate_reserve_sizes = apq8064_calculate_reserve_sizes,
399 .paddr_to_memtype = apq8064_paddr_to_memtype,
400};
401
402static int apq8064_memory_bank_size(void)
403{
404 return 1<<29;
405}
406
407static void __init locate_unstable_memory(void)
408{
409 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
410 unsigned long bank_size;
411 unsigned long low, high;
412
413 bank_size = apq8064_memory_bank_size();
414 low = meminfo.bank[0].start;
415 high = mb->start + mb->size;
Olav Haugand76e3a82012-01-16 16:55:07 -0800416
417 /* Check if 32 bit overflow occured */
418 if (high < mb->start)
419 high = ~0UL;
420
Kevin Chan13be4e22011-10-20 11:30:32 -0700421 low &= ~(bank_size - 1);
422
423 if (high - low <= bank_size)
424 return;
Jack Cheung46bfffa2012-01-19 15:26:24 -0800425 apq8064_reserve_info.low_unstable_address = mb->start -
426 MIN_MEMORY_BLOCK_SIZE + mb->size;
427 apq8064_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
428
Kevin Chan13be4e22011-10-20 11:30:32 -0700429 apq8064_reserve_info.bank_size = bank_size;
430 pr_info("low unstable address %lx max size %lx bank size %lx\n",
431 apq8064_reserve_info.low_unstable_address,
432 apq8064_reserve_info.max_unstable_size,
433 apq8064_reserve_info.bank_size);
434}
435
Aravind Venkateswaran8ac7f412012-03-16 17:57:30 -0700436static char prim_panel_name[PANEL_NAME_MAX_LEN];
437static char ext_panel_name[PANEL_NAME_MAX_LEN];
438static int __init prim_display_setup(char *param)
439{
440 if (strnlen(param, PANEL_NAME_MAX_LEN))
441 strlcpy(prim_panel_name, param, PANEL_NAME_MAX_LEN);
442 return 0;
443}
444early_param("prim_display", prim_display_setup);
445
446static int __init ext_display_setup(char *param)
447{
448 if (strnlen(param, PANEL_NAME_MAX_LEN))
449 strlcpy(ext_panel_name, param, PANEL_NAME_MAX_LEN);
450 return 0;
451}
452early_param("ext_display", ext_display_setup);
453
Kevin Chan13be4e22011-10-20 11:30:32 -0700454static void __init apq8064_reserve(void)
455{
Aravind Venkateswaran8ac7f412012-03-16 17:57:30 -0700456 apq8064_set_display_params(prim_panel_name, ext_panel_name);
Kevin Chan13be4e22011-10-20 11:30:32 -0700457 reserve_info = &apq8064_reserve_info;
458 locate_unstable_memory();
459 msm_reserve();
460}
461
Hemant Kumara945b472012-01-25 15:08:06 -0800462#ifdef CONFIG_USB_EHCI_MSM_HSIC
463static struct msm_hsic_host_platform_data msm_hsic_pdata = {
464 .strobe = 88,
465 .data = 89,
466};
467#else
468static struct msm_hsic_host_platform_data msm_hsic_pdata;
469#endif
470
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800471#define PID_MAGIC_ID 0x71432909
472#define SERIAL_NUM_MAGIC_ID 0x61945374
473#define SERIAL_NUMBER_LENGTH 127
474#define DLOAD_USB_BASE_ADD 0x2A03F0C8
475
476struct magic_num_struct {
477 uint32_t pid;
478 uint32_t serial_num;
479};
480
481struct dload_struct {
482 uint32_t reserved1;
483 uint32_t reserved2;
484 uint32_t reserved3;
485 uint16_t reserved4;
486 uint16_t pid;
487 char serial_number[SERIAL_NUMBER_LENGTH];
488 uint16_t reserved5;
489 struct magic_num_struct magic_struct;
490};
491
492static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
493{
494 struct dload_struct __iomem *dload = 0;
495
496 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
497 if (!dload) {
498 pr_err("%s: cannot remap I/O memory region: %08x\n",
499 __func__, DLOAD_USB_BASE_ADD);
500 return -ENXIO;
501 }
502
503 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
504 __func__, dload, pid, snum);
505 /* update pid */
506 dload->magic_struct.pid = PID_MAGIC_ID;
507 dload->pid = pid;
508
509 /* update serial number */
510 dload->magic_struct.serial_num = 0;
511 if (!snum) {
512 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
513 goto out;
514 }
515
516 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
517 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
518out:
519 iounmap(dload);
520 return 0;
521}
522
523static struct android_usb_platform_data android_usb_pdata = {
524 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
525};
526
Hemant Kumar4933b072011-10-17 23:43:11 -0700527static struct platform_device android_usb_device = {
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800528 .name = "android_usb",
529 .id = -1,
530 .dev = {
531 .platform_data = &android_usb_pdata,
532 },
Hemant Kumar4933b072011-10-17 23:43:11 -0700533};
534
Hemant Kumar7620eed2012-02-26 09:08:43 -0800535/* Bandwidth requests (zero) if no vote placed */
536static struct msm_bus_vectors usb_init_vectors[] = {
537 {
538 .src = MSM_BUS_MASTER_SPS,
539 .dst = MSM_BUS_SLAVE_EBI_CH0,
540 .ab = 0,
541 .ib = 0,
542 },
543};
544
545/* Bus bandwidth requests in Bytes/sec */
546static struct msm_bus_vectors usb_max_vectors[] = {
547 {
548 .src = MSM_BUS_MASTER_SPS,
549 .dst = MSM_BUS_SLAVE_EBI_CH0,
550 .ab = 60000000, /* At least 480Mbps on bus. */
551 .ib = 960000000, /* MAX bursts rate */
552 },
553};
554
555static struct msm_bus_paths usb_bus_scale_usecases[] = {
556 {
557 ARRAY_SIZE(usb_init_vectors),
558 usb_init_vectors,
559 },
560 {
561 ARRAY_SIZE(usb_max_vectors),
562 usb_max_vectors,
563 },
564};
565
566static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
567 usb_bus_scale_usecases,
568 ARRAY_SIZE(usb_bus_scale_usecases),
569 .name = "usb",
570};
571
Hemant Kumar4933b072011-10-17 23:43:11 -0700572static struct msm_otg_platform_data msm_otg_pdata = {
Hemant Kumard86c4882012-01-24 19:39:37 -0800573 .mode = USB_OTG,
574 .otg_control = OTG_PMIC_CONTROL,
Hemant Kumar4933b072011-10-17 23:43:11 -0700575 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Hemant Kumard86c4882012-01-24 19:39:37 -0800576 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
577 .power_budget = 750,
Hemant Kumar7620eed2012-02-26 09:08:43 -0800578 .bus_scale_table = &usb_bus_scale_pdata,
Hemant Kumar4933b072011-10-17 23:43:11 -0700579};
580
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800581static struct msm_usb_host_platform_data msm_ehci_host_pdata3 = {
Manu Gautam91223e02011-11-08 15:27:22 +0530582 .power_budget = 500,
583};
584
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800585#ifdef CONFIG_USB_EHCI_MSM_HOST4
586static struct msm_usb_host_platform_data msm_ehci_host_pdata4;
587#endif
588
Manu Gautam91223e02011-11-08 15:27:22 +0530589static void __init apq8064_ehci_host_init(void)
590{
591 if (machine_is_apq8064_liquid()) {
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800592 msm_ehci_host_pdata3.dock_connect_irq =
Hemant Kumar56925352012-02-13 16:59:52 -0800593 PM8921_MPP_IRQ(PM8921_IRQ_BASE, 9);
594
Manu Gautam91223e02011-11-08 15:27:22 +0530595 apq8064_device_ehci_host3.dev.platform_data =
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800596 &msm_ehci_host_pdata3;
Manu Gautam91223e02011-11-08 15:27:22 +0530597 platform_device_register(&apq8064_device_ehci_host3);
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800598
599#ifdef CONFIG_USB_EHCI_MSM_HOST4
600 apq8064_device_ehci_host4.dev.platform_data =
601 &msm_ehci_host_pdata4;
602 platform_device_register(&apq8064_device_ehci_host4);
603#endif
Manu Gautam91223e02011-11-08 15:27:22 +0530604 }
605}
606
David Keitel2f613d92012-02-15 11:29:16 -0800607static struct smb349_platform_data smb349_data __initdata = {
608 .en_n_gpio = PM8921_GPIO_PM_TO_SYS(37),
609 .chg_susp_gpio = PM8921_GPIO_PM_TO_SYS(30),
610 .chg_current_ma = 2200,
611};
612
613static struct i2c_board_info smb349_charger_i2c_info[] __initdata = {
614 {
615 I2C_BOARD_INFO(SMB349_NAME, 0x1B),
616 .platform_data = &smb349_data,
617 },
618};
619
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800620#define TABLA_INTERRUPT_BASE (NR_MSM_IRQS + NR_GPIO_IRQS + NR_PM8921_IRQS)
621
622/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
623 * 4 micbiases are used to power various analog and digital
624 * microphones operating at 1800 mV. Technically, all micbiases
625 * can source from single cfilter since all microphones operate
626 * at the same voltage level. The arrangement below is to make
627 * sure all cfilters are exercised. LDO_H regulator ouput level
628 * does not need to be as high as 2.85V. It is choosen for
629 * microphone sensitivity purpose.
630 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530631static struct wcd9xxx_pdata apq8064_tabla_platform_data = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800632 .slimbus_slave_device = {
633 .name = "tabla-slave",
634 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
635 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800636 .irq = MSM_GPIO_TO_INT(42),
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800637 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530638 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800639 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
640 .micbias = {
641 .ldoh_v = TABLA_LDOH_2P85_V,
642 .cfilt1_mv = 1800,
643 .cfilt2_mv = 1800,
644 .cfilt3_mv = 1800,
645 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
646 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
647 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
648 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530649 },
650 .regulator = {
651 {
652 .name = "CDC_VDD_CP",
653 .min_uV = 1800000,
654 .max_uV = 1800000,
655 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
656 },
657 {
658 .name = "CDC_VDDA_RX",
659 .min_uV = 1800000,
660 .max_uV = 1800000,
661 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
662 },
663 {
664 .name = "CDC_VDDA_TX",
665 .min_uV = 1800000,
666 .max_uV = 1800000,
667 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
668 },
669 {
670 .name = "VDDIO_CDC",
671 .min_uV = 1800000,
672 .max_uV = 1800000,
673 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
674 },
675 {
676 .name = "VDDD_CDC_D",
677 .min_uV = 1225000,
678 .max_uV = 1225000,
679 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
680 },
681 {
682 .name = "CDC_VDDA_A_1P2V",
683 .min_uV = 1225000,
684 .max_uV = 1225000,
685 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
686 },
687 },
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -0800688};
689
690static struct slim_device apq8064_slim_tabla = {
691 .name = "tabla-slim",
692 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
693 .dev = {
694 .platform_data = &apq8064_tabla_platform_data,
695 },
696};
697
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530698static struct wcd9xxx_pdata apq8064_tabla20_platform_data = {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800699 .slimbus_slave_device = {
700 .name = "tabla-slave",
701 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
702 },
703 .irq = MSM_GPIO_TO_INT(42),
704 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530705 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800706 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
707 .micbias = {
708 .ldoh_v = TABLA_LDOH_2P85_V,
709 .cfilt1_mv = 1800,
710 .cfilt2_mv = 1800,
711 .cfilt3_mv = 1800,
712 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
713 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
714 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
715 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +0530716 },
717 .regulator = {
718 {
719 .name = "CDC_VDD_CP",
720 .min_uV = 1800000,
721 .max_uV = 1800000,
722 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
723 },
724 {
725 .name = "CDC_VDDA_RX",
726 .min_uV = 1800000,
727 .max_uV = 1800000,
728 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
729 },
730 {
731 .name = "CDC_VDDA_TX",
732 .min_uV = 1800000,
733 .max_uV = 1800000,
734 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
735 },
736 {
737 .name = "VDDIO_CDC",
738 .min_uV = 1800000,
739 .max_uV = 1800000,
740 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
741 },
742 {
743 .name = "VDDD_CDC_D",
744 .min_uV = 1225000,
745 .max_uV = 1225000,
746 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
747 },
748 {
749 .name = "CDC_VDDA_A_1P2V",
750 .min_uV = 1225000,
751 .max_uV = 1225000,
752 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
753 },
754 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -0800755};
756
757static struct slim_device apq8064_slim_tabla20 = {
758 .name = "tabla2x-slim",
759 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
760 .dev = {
761 .platform_data = &apq8064_tabla20_platform_data,
762 },
763};
764
Amy Maloche70090f992012-02-16 16:35:26 -0800765#define HAP_SHIFT_LVL_OE_GPIO PM8921_MPP_PM_TO_SYS(8)
766#define ISA1200_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
767#define ISA1200_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
768#define ISA1200_HAP_CLK PM8921_GPIO_PM_TO_SYS(44)
769
770static int isa1200_power(int on)
771{
772 gpio_set_value_cansleep(ISA1200_HAP_CLK, !!on);
773
774 return 0;
775}
776
777static int isa1200_dev_setup(bool enable)
778{
779 int rc = 0;
780
781 rc = pm8xxx_aux_clk_control(CLK_MP3_2, XO_DIV_1, enable);
782 if (rc) {
783 pr_err("%s: unable to write aux clock register(%d)\n",
784 __func__, rc);
785 return rc;
786 }
787
788 if (!enable)
789 goto free_gpio;
790
791 rc = gpio_request(ISA1200_HAP_CLK, "haptics_clk");
792 if (rc) {
793 pr_err("%s: unable to request gpio %d config(%d)\n",
794 __func__, ISA1200_HAP_CLK, rc);
795 return rc;
796 }
797
798 rc = gpio_direction_output(ISA1200_HAP_CLK, 0);
799 if (rc) {
800 pr_err("%s: unable to set direction\n", __func__);
801 goto free_gpio;
802 }
803
804 return 0;
805
806free_gpio:
807 gpio_free(ISA1200_HAP_CLK);
808 return rc;
809}
810
811static struct isa1200_regulator isa1200_reg_data[] = {
812 {
813 .name = "vddp",
814 .min_uV = ISA_I2C_VTG_MIN_UV,
815 .max_uV = ISA_I2C_VTG_MAX_UV,
816 .load_uA = ISA_I2C_CURR_UA,
817 },
818};
819
820static struct isa1200_platform_data isa1200_1_pdata = {
821 .name = "vibrator",
822 .dev_setup = isa1200_dev_setup,
823 .power_on = isa1200_power,
824 .hap_en_gpio = ISA1200_HAP_EN_GPIO,
825 .hap_len_gpio = ISA1200_HAP_LEN_GPIO,
826 .max_timeout = 15000,
827 .mode_ctrl = PWM_GEN_MODE,
828 .pwm_fd = {
829 .pwm_div = 256,
830 },
831 .is_erm = false,
832 .smart_en = true,
833 .ext_clk_en = true,
834 .chip_en = 1,
835 .regulator_info = isa1200_reg_data,
836 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
837};
838
839static struct i2c_board_info isa1200_board_info[] __initdata = {
840 {
841 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
842 .platform_data = &isa1200_1_pdata,
843 },
844};
Jing Lin21ed4de2012-02-05 15:53:28 -0800845/* configuration data for mxt1386e using V2.1 firmware */
846static const u8 mxt1386e_config_data_v2_1[] = {
847 /* T6 Object */
848 0, 0, 0, 0, 0, 0,
849 /* T38 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800850 14, 1, 0, 22, 2, 12, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800851 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
852 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
853 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
854 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
855 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
856 0, 0, 0, 0,
857 /* T7 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800858 100, 10, 50,
Jing Lin21ed4de2012-02-05 15:53:28 -0800859 /* T8 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800860 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800861 /* T9 Object */
862 131, 0, 0, 26, 42, 0, 32, 80, 2, 5,
863 0, 5, 5, 0, 10, 30, 10, 10, 255, 2,
Jing Linf1208fd2012-02-23 11:15:42 -0800864 85, 5, 0, 5, 9, 5, 12, 35, 70, 40,
865 20, 5, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800866 /* T18 Object */
867 0, 0,
868 /* T24 Object */
869 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
870 0, 0, 0, 0, 0, 0, 0, 0, 0,
871 /* T25 Object */
872 3, 0, 60, 115, 156, 99,
873 /* T27 Object */
874 0, 0, 0, 0, 0, 0, 0,
875 /* T40 Object */
876 0, 0, 0, 0, 0,
877 /* T42 Object */
878 2, 0, 255, 0, 255, 0, 0, 0, 0, 0,
879 /* T43 Object */
880 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
881 16,
882 /* T46 Object */
Jing Linf1208fd2012-02-23 11:15:42 -0800883 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800884 /* T47 Object */
885 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
886 /* T48 Object */
887 31, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -0800888 32, 40, 0, 10, 10, 0, 0, 100, 10, 90,
889 0, 0, 0, 0, 0, 0, 0, 10, 1, 10,
890 52, 10, 12, 0, 33, 0, 1, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800891 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
892 0, 0, 0, 0,
893 /* T56 Object */
894 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
895 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
896 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
897 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -0800898 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
899 0,
Jing Lin21ed4de2012-02-05 15:53:28 -0800900};
901
902#define MXT_TS_GPIO_IRQ 6
903#define MXT_TS_PWR_EN_GPIO PM8921_GPIO_PM_TO_SYS(23)
904#define MXT_TS_RESET_GPIO 33
905
906static struct mxt_config_info mxt_config_array[] = {
907 {
908 .config = mxt1386e_config_data_v2_1,
909 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
910 .family_id = 0xA0,
911 .variant_id = 0x7,
912 .version = 0x21,
913 .build = 0xAA,
914 },
915};
916
917static struct mxt_platform_data mxt_platform_data = {
918 .config_array = mxt_config_array,
919 .config_array_size = ARRAY_SIZE(mxt_config_array),
920 .x_size = 1365,
921 .y_size = 767,
922 .irqflags = IRQF_TRIGGER_FALLING,
923 .i2c_pull_up = true,
924 .reset_gpio = MXT_TS_RESET_GPIO,
925 .irq_gpio = MXT_TS_GPIO_IRQ,
926};
927
928static struct i2c_board_info mxt_device_info[] __initdata = {
929 {
930 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
931 .platform_data = &mxt_platform_data,
932 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
933 },
934};
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -0800935#define CYTTSP_TS_GPIO_IRQ 6
936#define CYTTSP_TS_GPIO_RESOUT 7
937#define CYTTSP_TS_GPIO_SLEEP 33
938
939static ssize_t tma340_vkeys_show(struct kobject *kobj,
940 struct kobj_attribute *attr, char *buf)
941{
942 return snprintf(buf, 200,
943 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
944 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
945 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
946 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
947 "\n");
948}
949
950static struct kobj_attribute tma340_vkeys_attr = {
951 .attr = {
952 .mode = S_IRUGO,
953 },
954 .show = &tma340_vkeys_show,
955};
956
957static struct attribute *tma340_properties_attrs[] = {
958 &tma340_vkeys_attr.attr,
959 NULL
960};
961
962static struct attribute_group tma340_properties_attr_group = {
963 .attrs = tma340_properties_attrs,
964};
965
966static int cyttsp_platform_init(struct i2c_client *client)
967{
968 int rc = 0;
969 static struct kobject *tma340_properties_kobj;
970
971 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
972 tma340_properties_kobj = kobject_create_and_add("board_properties",
973 NULL);
974 if (tma340_properties_kobj)
975 rc = sysfs_create_group(tma340_properties_kobj,
976 &tma340_properties_attr_group);
977 if (!tma340_properties_kobj || rc)
978 pr_err("%s: failed to create board_properties\n",
979 __func__);
980
981 return 0;
982}
983
984static struct cyttsp_regulator cyttsp_regulator_data[] = {
985 {
986 .name = "vdd",
987 .min_uV = CY_TMA300_VTG_MIN_UV,
988 .max_uV = CY_TMA300_VTG_MAX_UV,
989 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
990 .lpm_load_uA = CY_TMA300_CURR_24HZ_UA,
991 },
992 {
993 .name = "vcc_i2c",
994 .min_uV = CY_I2C_VTG_MIN_UV,
995 .max_uV = CY_I2C_VTG_MAX_UV,
996 .hpm_load_uA = CY_I2C_CURR_UA,
997 .lpm_load_uA = CY_I2C_CURR_UA,
998 },
999};
1000
1001static struct cyttsp_platform_data cyttsp_pdata = {
1002 .panel_maxx = 634,
1003 .panel_maxy = 1166,
1004 .disp_maxx = 599,
1005 .disp_maxy = 1023,
1006 .disp_minx = 0,
1007 .disp_miny = 0,
1008 .flags = 0x01,
1009 .gen = CY_GEN3,
1010 .use_st = CY_USE_ST,
1011 .use_mt = CY_USE_MT,
1012 .use_hndshk = CY_SEND_HNDSHK,
1013 .use_trk_id = CY_USE_TRACKING_ID,
1014 .use_sleep = CY_USE_DEEP_SLEEP_SEL,
1015 .use_gestures = CY_USE_GESTURES,
1016 .fw_fname = "cyttsp_8064_mtp.hex",
1017 /* change act_intrvl to customize the Active power state
1018 * scanning/processing refresh interval for Operating mode
1019 */
1020 .act_intrvl = CY_ACT_INTRVL_DFLT,
1021 /* change tch_tmout to customize the touch timeout for the
1022 * Active power state for Operating mode
1023 */
1024 .tch_tmout = CY_TCH_TMOUT_DFLT,
1025 /* change lp_intrvl to customize the Low Power power state
1026 * scanning/processing refresh interval for Operating mode
1027 */
1028 .lp_intrvl = CY_LP_INTRVL_DFLT,
1029 .sleep_gpio = CYTTSP_TS_GPIO_SLEEP,
1030 .resout_gpio = CYTTSP_TS_GPIO_RESOUT,
1031 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
1032 .regulator_info = cyttsp_regulator_data,
1033 .num_regulators = ARRAY_SIZE(cyttsp_regulator_data),
1034 .init = cyttsp_platform_init,
1035 .correct_fw_ver = 17,
1036};
1037
1038static struct i2c_board_info cyttsp_info[] __initdata = {
1039 {
1040 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
1041 .platform_data = &cyttsp_pdata,
1042 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
1043 },
1044};
Jing Lin21ed4de2012-02-05 15:53:28 -08001045
Ankit Verma6b7e2ba2012-01-26 15:48:54 -08001046#define MSM_WCNSS_PHYS 0x03000000
1047#define MSM_WCNSS_SIZE 0x280000
1048
1049static struct resource resources_wcnss_wlan[] = {
1050 {
1051 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1052 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1053 .name = "wcnss_wlanrx_irq",
1054 .flags = IORESOURCE_IRQ,
1055 },
1056 {
1057 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1058 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1059 .name = "wcnss_wlantx_irq",
1060 .flags = IORESOURCE_IRQ,
1061 },
1062 {
1063 .start = MSM_WCNSS_PHYS,
1064 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
1065 .name = "wcnss_mmio",
1066 .flags = IORESOURCE_MEM,
1067 },
1068 {
1069 .start = 64,
1070 .end = 68,
1071 .name = "wcnss_gpios_5wire",
1072 .flags = IORESOURCE_IO,
1073 },
1074};
1075
1076static struct qcom_wcnss_opts qcom_wcnss_pdata = {
1077 .has_48mhz_xo = 1,
1078};
1079
1080static struct platform_device msm_device_wcnss_wlan = {
1081 .name = "wcnss_wlan",
1082 .id = 0,
1083 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
1084 .resource = resources_wcnss_wlan,
1085 .dev = {.platform_data = &qcom_wcnss_pdata},
1086};
1087
Ankit Vermab7c26e62012-02-28 15:04:15 -08001088static struct platform_device msm_device_iris_fm __devinitdata = {
1089 .name = "iris_fm",
1090 .id = -1,
1091};
1092
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001093#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1094 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1095 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1096 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1097
1098#define QCE_SIZE 0x10000
1099#define QCE_0_BASE 0x11000000
1100
1101#define QCE_HW_KEY_SUPPORT 0
1102#define QCE_SHA_HMAC_SUPPORT 1
1103#define QCE_SHARE_CE_RESOURCE 3
1104#define QCE_CE_SHARED 0
1105
1106static struct resource qcrypto_resources[] = {
1107 [0] = {
1108 .start = QCE_0_BASE,
1109 .end = QCE_0_BASE + QCE_SIZE - 1,
1110 .flags = IORESOURCE_MEM,
1111 },
1112 [1] = {
1113 .name = "crypto_channels",
1114 .start = DMOV8064_CE_IN_CHAN,
1115 .end = DMOV8064_CE_OUT_CHAN,
1116 .flags = IORESOURCE_DMA,
1117 },
1118 [2] = {
1119 .name = "crypto_crci_in",
1120 .start = DMOV8064_CE_IN_CRCI,
1121 .end = DMOV8064_CE_IN_CRCI,
1122 .flags = IORESOURCE_DMA,
1123 },
1124 [3] = {
1125 .name = "crypto_crci_out",
1126 .start = DMOV8064_CE_OUT_CRCI,
1127 .end = DMOV8064_CE_OUT_CRCI,
1128 .flags = IORESOURCE_DMA,
1129 },
1130};
1131
1132static struct resource qcedev_resources[] = {
1133 [0] = {
1134 .start = QCE_0_BASE,
1135 .end = QCE_0_BASE + QCE_SIZE - 1,
1136 .flags = IORESOURCE_MEM,
1137 },
1138 [1] = {
1139 .name = "crypto_channels",
1140 .start = DMOV8064_CE_IN_CHAN,
1141 .end = DMOV8064_CE_OUT_CHAN,
1142 .flags = IORESOURCE_DMA,
1143 },
1144 [2] = {
1145 .name = "crypto_crci_in",
1146 .start = DMOV8064_CE_IN_CRCI,
1147 .end = DMOV8064_CE_IN_CRCI,
1148 .flags = IORESOURCE_DMA,
1149 },
1150 [3] = {
1151 .name = "crypto_crci_out",
1152 .start = DMOV8064_CE_OUT_CRCI,
1153 .end = DMOV8064_CE_OUT_CRCI,
1154 .flags = IORESOURCE_DMA,
1155 },
1156};
1157
1158#endif
1159
1160#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1161 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1162
1163static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1164 .ce_shared = QCE_CE_SHARED,
1165 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1166 .hw_key_support = QCE_HW_KEY_SUPPORT,
1167 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001168 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001169};
1170
1171static struct platform_device qcrypto_device = {
1172 .name = "qcrypto",
1173 .id = 0,
1174 .num_resources = ARRAY_SIZE(qcrypto_resources),
1175 .resource = qcrypto_resources,
1176 .dev = {
1177 .coherent_dma_mask = DMA_BIT_MASK(32),
1178 .platform_data = &qcrypto_ce_hw_suppport,
1179 },
1180};
1181#endif
1182
1183#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1184 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1185
1186static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
1187 .ce_shared = QCE_CE_SHARED,
1188 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1189 .hw_key_support = QCE_HW_KEY_SUPPORT,
1190 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001191 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001192};
1193
1194static struct platform_device qcedev_device = {
1195 .name = "qce",
1196 .id = 0,
1197 .num_resources = ARRAY_SIZE(qcedev_resources),
1198 .resource = qcedev_resources,
1199 .dev = {
1200 .coherent_dma_mask = DMA_BIT_MASK(32),
1201 .platform_data = &qcedev_ce_hw_suppport,
1202 },
1203};
1204#endif
1205
Joel Kingdacbc822012-01-25 13:30:57 -08001206static struct mdm_platform_data mdm_platform_data = {
1207 .mdm_version = "3.0",
1208 .ramdump_delay_ms = 2000,
Hemant Kumara945b472012-01-25 15:08:06 -08001209 .peripheral_platform_device = &apq8064_device_hsic_host,
Joel Kingdacbc822012-01-25 13:30:57 -08001210};
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001211
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08001212static struct tsens_platform_data apq_tsens_pdata = {
1213 .tsens_factor = 1000,
1214 .hw_type = APQ_8064,
1215 .tsens_num_sensor = 11,
1216 .slope = {1176, 1176, 1154, 1176, 1111,
1217 1132, 1132, 1199, 1132, 1199, 1132},
1218};
1219
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001220#define MSM_SHARED_RAM_PHYS 0x80000000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001221static void __init apq8064_map_io(void)
1222{
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001223 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001224 msm_map_apq8064_io();
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07001225 if (socinfo_init() < 0)
1226 pr_err("socinfo_init() failed!\n");
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001227}
1228
1229static void __init apq8064_init_irq(void)
1230{
Praveen Chidambaram78499012011-11-01 17:15:17 -06001231 struct msm_mpm_device_data *data = NULL;
1232
1233#ifdef CONFIG_MSM_MPM
1234 data = &apq8064_mpm_dev_data;
1235#endif
1236
1237 msm_mpm_irq_extn_init(data);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001238 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
1239 (void *)MSM_QGIC_CPU_BASE);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001240}
1241
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001242static struct platform_device msm8064_device_saw_regulator_core0 = {
1243 .name = "saw-regulator",
1244 .id = 0,
1245 .dev = {
1246 .platform_data = &msm8064_saw_regulator_pdata_8921_s5,
1247 },
1248};
1249
1250static struct platform_device msm8064_device_saw_regulator_core1 = {
1251 .name = "saw-regulator",
1252 .id = 1,
1253 .dev = {
1254 .platform_data = &msm8064_saw_regulator_pdata_8921_s6,
1255 },
1256};
1257
1258static struct platform_device msm8064_device_saw_regulator_core2 = {
1259 .name = "saw-regulator",
1260 .id = 2,
1261 .dev = {
1262 .platform_data = &msm8064_saw_regulator_pdata_8821_s0,
1263 },
1264};
1265
1266static struct platform_device msm8064_device_saw_regulator_core3 = {
1267 .name = "saw-regulator",
1268 .id = 3,
1269 .dev = {
1270 .platform_data = &msm8064_saw_regulator_pdata_8821_s1,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001271
1272 },
1273};
1274
Oluwafemi Adeyemif5a31422012-03-08 16:58:45 -08001275static struct msm_rpmrs_level msm_rpmrs_levels[] = {
Praveen Chidambaram78499012011-11-01 17:15:17 -06001276 {
1277 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
1278 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
1279 true,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001280 100, 650, 801, 200,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001281 },
1282
1283 {
1284 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
1285 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
1286 true,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001287 2000, 200, 576000, 2000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001288 },
1289
1290 {
1291 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1292 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
1293 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001294 8500, 51, 1122000, 8500,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001295 },
1296
1297 {
1298 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1299 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, MAX, ACTIVE),
1300 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001301 9000, 51, 1130300, 9000,
1302 },
1303 {
1304 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1305 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, ACTIVE, RET_HIGH),
1306 false,
1307 10000, 51, 1130300, 10000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001308 },
1309
1310 {
1311 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1312 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
1313 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001314 12000, 14, 2205900, 12000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001315 },
1316
1317 {
1318 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1319 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
1320 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001321 18000, 12, 2364250, 18000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001322 },
1323
1324 {
1325 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1326 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
1327 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001328 23500, 10, 2667000, 23500,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001329 },
1330
1331 {
1332 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
1333 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
1334 false,
Praveen Chidambarame3380672012-02-08 10:32:27 -07001335 29700, 5, 2867000, 30000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001336 },
1337};
1338
Oluwafemi Adeyemif5a31422012-03-08 16:58:45 -08001339uint32_t apq8064_rpm_get_swfi_latency(void)
1340{
1341 int i;
1342
1343 for (i = 0; i < ARRAY_SIZE(msm_rpmrs_levels); i++) {
1344 if (msm_rpmrs_levels[i].sleep_mode ==
1345 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)
1346 return msm_rpmrs_levels[i].latency_us;
1347 }
1348
1349 return 0;
1350}
1351
Praveen Chidambaram78499012011-11-01 17:15:17 -06001352static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
1353 .mode = MSM_PM_BOOT_CONFIG_TZ,
1354};
1355
1356static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
1357 .levels = &msm_rpmrs_levels[0],
1358 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
1359 .vdd_mem_levels = {
1360 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
1361 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
1362 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
1363 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
1364 },
1365 .vdd_dig_levels = {
1366 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
1367 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
1368 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
1369 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
1370 },
1371 .vdd_mask = 0x7FFFFF,
1372 .rpmrs_target_id = {
1373 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
1374 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
1375 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
1376 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
1377 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
1378 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
1379 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
1380 },
1381};
1382
1383static struct msm_cpuidle_state msm_cstates[] __initdata = {
1384 {0, 0, "C0", "WFI",
1385 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1386
1387 {0, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1388 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1389
1390 {0, 2, "C2", "POWER_COLLAPSE",
1391 MSM_PM_SLEEP_MODE_POWER_COLLAPSE},
1392
1393 {1, 0, "C0", "WFI",
1394 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1395
1396 {1, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1397 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1398
1399 {2, 0, "C0", "WFI",
1400 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1401
1402 {2, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1403 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1404
1405 {3, 0, "C0", "WFI",
1406 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT},
1407
1408 {3, 1, "C1", "STANDALONE_POWER_COLLAPSE",
1409 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE},
1410};
1411
1412static struct msm_pm_platform_data msm_pm_data[] = {
1413 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1414 .idle_supported = 1,
1415 .suspend_supported = 1,
1416 .idle_enabled = 0,
1417 .suspend_enabled = 0,
1418 },
1419
1420 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1421 .idle_supported = 1,
1422 .suspend_supported = 1,
1423 .idle_enabled = 0,
1424 .suspend_enabled = 0,
1425 },
1426
1427 [MSM_PM_MODE(0, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1428 .idle_supported = 1,
1429 .suspend_supported = 1,
1430 .idle_enabled = 1,
1431 .suspend_enabled = 1,
1432 },
1433
1434 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1435 .idle_supported = 0,
1436 .suspend_supported = 1,
1437 .idle_enabled = 0,
1438 .suspend_enabled = 0,
1439 },
1440
1441 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1442 .idle_supported = 1,
1443 .suspend_supported = 1,
1444 .idle_enabled = 0,
1445 .suspend_enabled = 0,
1446 },
1447
1448 [MSM_PM_MODE(1, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1449 .idle_supported = 1,
1450 .suspend_supported = 0,
1451 .idle_enabled = 1,
1452 .suspend_enabled = 0,
1453 },
1454
1455 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1456 .idle_supported = 0,
1457 .suspend_supported = 1,
1458 .idle_enabled = 0,
1459 .suspend_enabled = 0,
1460 },
1461
1462 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1463 .idle_supported = 1,
1464 .suspend_supported = 1,
1465 .idle_enabled = 0,
1466 .suspend_enabled = 0,
1467 },
1468
1469 [MSM_PM_MODE(2, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1470 .idle_supported = 1,
1471 .suspend_supported = 0,
1472 .idle_enabled = 1,
1473 .suspend_enabled = 0,
1474 },
1475
1476 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_POWER_COLLAPSE)] = {
1477 .idle_supported = 0,
1478 .suspend_supported = 1,
1479 .idle_enabled = 0,
1480 .suspend_enabled = 0,
1481 },
1482
1483 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE)] = {
1484 .idle_supported = 1,
1485 .suspend_supported = 1,
1486 .idle_enabled = 0,
1487 .suspend_enabled = 0,
1488 },
1489
1490 [MSM_PM_MODE(3, MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT)] = {
1491 .idle_supported = 1,
1492 .suspend_supported = 0,
1493 .idle_enabled = 1,
1494 .suspend_enabled = 0,
1495 },
1496};
1497
1498static uint8_t spm_wfi_cmd_sequence[] __initdata = {
1499 0x03, 0x0f,
1500};
1501
1502static uint8_t spm_power_collapse_without_rpm[] __initdata = {
1503 0x00, 0x24, 0x54, 0x10,
1504 0x09, 0x03, 0x01,
1505 0x10, 0x54, 0x30, 0x0C,
1506 0x24, 0x30, 0x0f,
1507};
1508
1509static uint8_t spm_power_collapse_with_rpm[] __initdata = {
1510 0x00, 0x24, 0x54, 0x10,
1511 0x09, 0x07, 0x01, 0x0B,
1512 0x10, 0x54, 0x30, 0x0C,
1513 0x24, 0x30, 0x0f,
1514};
1515
1516static struct msm_spm_seq_entry msm_spm_seq_list[] __initdata = {
1517 [0] = {
1518 .mode = MSM_SPM_MODE_CLOCK_GATING,
1519 .notify_rpm = false,
1520 .cmd = spm_wfi_cmd_sequence,
1521 },
1522 [1] = {
1523 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1524 .notify_rpm = false,
1525 .cmd = spm_power_collapse_without_rpm,
1526 },
1527 [2] = {
1528 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
1529 .notify_rpm = true,
1530 .cmd = spm_power_collapse_with_rpm,
1531 },
1532};
1533
1534static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
1535 0x00, 0x20, 0x03, 0x20,
1536 0x00, 0x0f,
1537};
1538
1539static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
1540 0x00, 0x20, 0x34, 0x64,
1541 0x48, 0x07, 0x48, 0x20,
1542 0x50, 0x64, 0x04, 0x34,
1543 0x50, 0x0f,
1544};
1545static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
1546 0x00, 0x10, 0x34, 0x64,
1547 0x48, 0x07, 0x48, 0x10,
1548 0x50, 0x64, 0x04, 0x34,
1549 0x50, 0x0F,
1550};
1551
1552static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
1553 [0] = {
1554 .mode = MSM_SPM_L2_MODE_RETENTION,
1555 .notify_rpm = false,
1556 .cmd = l2_spm_wfi_cmd_sequence,
1557 },
1558 [1] = {
1559 .mode = MSM_SPM_L2_MODE_GDHS,
1560 .notify_rpm = true,
1561 .cmd = l2_spm_gdhs_cmd_sequence,
1562 },
1563 [2] = {
1564 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
1565 .notify_rpm = true,
1566 .cmd = l2_spm_power_off_cmd_sequence,
1567 },
1568};
1569
1570
1571static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
1572 [0] = {
1573 .reg_base_addr = MSM_SAW_L2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001574 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001575 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001576 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
1577 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
1578 .modes = msm_spm_l2_seq_list,
1579 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
1580 },
1581};
1582
1583static struct msm_spm_platform_data msm_spm_data[] __initdata = {
1584 [0] = {
1585 .reg_base_addr = MSM_SAW0_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001586 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001587#if defined(CONFIG_MSM_AVS_HW)
1588 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1589 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1590#endif
1591 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001592 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001593 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1594 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1595 .vctl_timeout_us = 50,
1596 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1597 .modes = msm_spm_seq_list,
1598 },
1599 [1] = {
1600 .reg_base_addr = MSM_SAW1_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001601 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001602#if defined(CONFIG_MSM_AVS_HW)
1603 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1604 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1605#endif
1606 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001607 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001608 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1609 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1610 .vctl_timeout_us = 50,
1611 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1612 .modes = msm_spm_seq_list,
1613 },
1614 [2] = {
1615 .reg_base_addr = MSM_SAW2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001616 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001617#if defined(CONFIG_MSM_AVS_HW)
1618 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1619 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1620#endif
1621 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001622 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001623 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1624 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1625 .vctl_timeout_us = 50,
1626 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1627 .modes = msm_spm_seq_list,
1628 },
1629 [3] = {
1630 .reg_base_addr = MSM_SAW3_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001631 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001632#if defined(CONFIG_MSM_AVS_HW)
1633 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
1634 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
1635#endif
1636 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07001637 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001638 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
1639 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
1640 .vctl_timeout_us = 50,
1641 .num_modes = ARRAY_SIZE(msm_spm_seq_list),
1642 .modes = msm_spm_seq_list,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001643 },
1644};
1645
Gagan Mac8a7a5d32011-11-11 16:43:06 -07001646static void __init apq8064_init_buses(void)
1647{
1648 msm_bus_rpm_set_mt_mask();
1649 msm_bus_8064_apps_fabric_pdata.rpm_enabled = 1;
1650 msm_bus_8064_sys_fabric_pdata.rpm_enabled = 1;
1651 msm_bus_8064_mm_fabric_pdata.rpm_enabled = 1;
1652 msm_bus_8064_apps_fabric.dev.platform_data =
1653 &msm_bus_8064_apps_fabric_pdata;
1654 msm_bus_8064_sys_fabric.dev.platform_data =
1655 &msm_bus_8064_sys_fabric_pdata;
1656 msm_bus_8064_mm_fabric.dev.platform_data =
1657 &msm_bus_8064_mm_fabric_pdata;
1658 msm_bus_8064_sys_fpb.dev.platform_data = &msm_bus_8064_sys_fpb_pdata;
1659 msm_bus_8064_cpss_fpb.dev.platform_data = &msm_bus_8064_cpss_fpb_pdata;
1660}
1661
David Collinsf0d00732012-01-25 15:46:50 -08001662static struct platform_device apq8064_device_ext_5v_vreg __devinitdata = {
1663 .name = GPIO_REGULATOR_DEV_NAME,
1664 .id = PM8921_MPP_PM_TO_SYS(7),
1665 .dev = {
1666 .platform_data
1667 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
1668 },
1669};
1670
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08001671static struct platform_device apq8064_device_ext_mpp8_vreg __devinitdata = {
1672 .name = GPIO_REGULATOR_DEV_NAME,
1673 .id = PM8921_MPP_PM_TO_SYS(8),
1674 .dev = {
1675 .platform_data
1676 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_MPP8],
1677 },
1678};
1679
David Collinsf0d00732012-01-25 15:46:50 -08001680static struct platform_device apq8064_device_ext_3p3v_vreg __devinitdata = {
1681 .name = GPIO_REGULATOR_DEV_NAME,
1682 .id = APQ8064_EXT_3P3V_REG_EN_GPIO,
1683 .dev = {
1684 .platform_data =
1685 &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
1686 },
1687};
1688
David Collins390fc332012-02-07 14:38:16 -08001689static struct platform_device apq8064_device_ext_ts_sw_vreg __devinitdata = {
1690 .name = GPIO_REGULATOR_DEV_NAME,
1691 .id = PM8921_GPIO_PM_TO_SYS(23),
1692 .dev = {
1693 .platform_data
1694 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_TS_SW],
1695 },
1696};
1697
David Collins2782b5c2012-02-06 10:02:42 -08001698static struct platform_device apq8064_device_rpm_regulator __devinitdata = {
1699 .name = "rpm-regulator",
1700 .id = -1,
1701 .dev = {
1702 .platform_data = &apq8064_rpm_regulator_pdata,
1703 },
1704};
1705
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001706static struct platform_device *common_devices[] __initdata = {
Jin Hong01f2dbb2011-11-03 22:13:51 -07001707 &apq8064_device_dmov,
David Keitel3c40fc52012-02-09 17:53:52 -08001708 &apq8064_device_qup_i2c_gsbi1,
Jing Lin04601f92012-02-05 15:36:07 -08001709 &apq8064_device_qup_i2c_gsbi3,
Kenneth Heitke748593a2011-07-15 15:45:11 -06001710 &apq8064_device_qup_i2c_gsbi4,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001711 &apq8064_device_qup_spi_gsbi5,
David Collinsf0d00732012-01-25 15:46:50 -08001712 &apq8064_device_ext_5v_vreg,
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08001713 &apq8064_device_ext_mpp8_vreg,
David Collinsf0d00732012-01-25 15:46:50 -08001714 &apq8064_device_ext_3p3v_vreg,
David Collins390fc332012-02-07 14:38:16 -08001715 &apq8064_device_ext_ts_sw_vreg,
Jay Chokshi9c25f072011-09-23 18:19:15 -07001716 &apq8064_device_ssbi_pmic1,
1717 &apq8064_device_ssbi_pmic2,
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06001718 &msm_device_smd_apq8064,
Hemant Kumar4933b072011-10-17 23:43:11 -07001719 &apq8064_device_otg,
1720 &apq8064_device_gadget_peripheral,
Hemant Kumard86c4882012-01-24 19:39:37 -08001721 &apq8064_device_hsusb_host,
Hemant Kumar4933b072011-10-17 23:43:11 -07001722 &android_usb_device,
Ankit Verma6b7e2ba2012-01-26 15:48:54 -08001723 &msm_device_wcnss_wlan,
Ankit Vermab7c26e62012-02-28 15:04:15 -08001724 &msm_device_iris_fm,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001725#ifdef CONFIG_ANDROID_PMEM
1726#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -07001727 &android_pmem_device,
1728 &android_pmem_adsp_device,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001729#endif
Kevin Chan13be4e22011-10-20 11:30:32 -07001730 &android_pmem_audio_device,
Olav Haugan7c6aa742012-01-16 16:47:37 -08001731#endif
1732#ifdef CONFIG_ION_MSM
1733 &ion_dev,
1734#endif
Jeff Ohlstein7e668552011-10-06 16:17:25 -07001735 &msm8064_device_watchdog,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08001736 &msm8064_device_saw_regulator_core0,
1737 &msm8064_device_saw_regulator_core1,
1738 &msm8064_device_saw_regulator_core2,
1739 &msm8064_device_saw_regulator_core3,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001740#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1741 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1742 &qcrypto_device,
1743#endif
1744
1745#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1746 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1747 &qcedev_device,
1748#endif
Ramesh Masavarapuf46be1b2011-11-03 11:13:41 -07001749
1750#ifdef CONFIG_HW_RANDOM_MSM
1751 &apq8064_device_rng,
1752#endif
Bharath Ramachandramurthyb8e797f2011-11-30 12:08:42 -08001753 &apq_pcm,
1754 &apq_pcm_routing,
1755 &apq_cpudai0,
1756 &apq_cpudai1,
1757 &apq_cpudai_hdmi_rx,
1758 &apq_cpudai_bt_rx,
1759 &apq_cpudai_bt_tx,
1760 &apq_cpudai_fm_rx,
1761 &apq_cpudai_fm_tx,
1762 &apq_cpu_fe,
1763 &apq_stub_codec,
1764 &apq_voice,
1765 &apq_voip,
1766 &apq_lpa_pcm,
1767 &apq_pcm_hostless,
1768 &apq_cpudai_afe_01_rx,
1769 &apq_cpudai_afe_01_tx,
1770 &apq_cpudai_afe_02_rx,
1771 &apq_cpudai_afe_02_tx,
1772 &apq_pcm_afe,
1773 &apq_cpudai_auxpcm_rx,
1774 &apq_cpudai_auxpcm_tx,
Neema Shetty8427c262012-02-16 11:23:43 -08001775 &apq_cpudai_stub,
Neema Shetty3c9d2862012-03-11 01:25:32 -08001776 &apq_cpudai_slimbus_1_rx,
1777 &apq_cpudai_slimbus_1_tx,
Praveen Chidambaram78499012011-11-01 17:15:17 -06001778 &apq8064_rpm_device,
1779 &apq8064_rpm_log_device,
1780 &apq8064_rpm_stat_device,
Gagan Mac8a7a5d32011-11-11 16:43:06 -07001781 &msm_bus_8064_apps_fabric,
1782 &msm_bus_8064_sys_fabric,
1783 &msm_bus_8064_mm_fabric,
1784 &msm_bus_8064_sys_fpb,
1785 &msm_bus_8064_cpss_fpb,
Mohan Kumar Gubbihalli Lachma Naik7f72edd2012-02-06 17:26:47 -08001786 &apq8064_msm_device_vidc,
Matt Wagantalled832652012-02-02 19:23:17 -08001787 &msm_8960_riva,
Matt Wagantallb94b9a52012-02-02 21:59:54 -08001788 &msm_8960_q6_lpass,
Matt Wagantall292aace2012-01-26 19:12:34 -08001789 &msm_gss,
Laura Abbott350c8362012-02-28 14:46:52 -08001790#ifdef CONFIG_MSM_RTB
1791 &msm_rtb_device,
1792#endif
Praveen Chidambaram8ea3dcd2011-12-07 14:46:31 -07001793 &apq8064_cpu_idle_device,
Praveen Chidambaram5c8adf22012-02-23 18:44:37 -07001794 &apq8064_msm_gov_device,
Stepan Moskovchenko28662c52012-03-01 12:48:45 -08001795 &apq8064_device_cache_erp,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001796};
1797
Joel King4e7ad222011-08-17 15:47:38 -07001798static struct platform_device *sim_devices[] __initdata = {
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07001799 &apq8064_device_uart_gsbi3,
Yan He06913ce2011-08-26 16:33:46 -07001800 &msm_device_sps_apq8064,
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07001801};
1802
1803static struct platform_device *rumi3_devices[] __initdata = {
1804 &apq8064_device_uart_gsbi1,
Yan He435ed612011-11-23 17:34:59 -08001805 &msm_device_sps_apq8064,
Huaibin Yang4a084e32011-12-15 15:25:52 -08001806#ifdef CONFIG_MSM_ROTATOR
1807 &msm_rotator_device,
1808#endif
Joel King4e7ad222011-08-17 15:47:38 -07001809};
1810
Joel King82b7e3f2012-01-05 10:03:27 -08001811static struct platform_device *cdp_devices[] __initdata = {
1812 &apq8064_device_uart_gsbi1,
Jin Hong4bbbfba2012-02-02 21:48:07 -08001813 &apq8064_device_uart_gsbi7,
Joel King82b7e3f2012-01-05 10:03:27 -08001814 &msm_device_sps_apq8064,
Aravind Venkateswaran4ca27532012-02-16 14:27:05 -08001815#ifdef CONFIG_MSM_ROTATOR
1816 &msm_rotator_device,
1817#endif
Joel King82b7e3f2012-01-05 10:03:27 -08001818};
1819
Harini Jayaramanc4c58692011-07-19 14:50:10 -06001820static struct msm_spi_platform_data apq8064_qup_spi_gsbi5_pdata = {
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08001821 .max_clock_speed = 1100000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001822};
1823
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07001824#define KS8851_IRQ_GPIO 43
1825
1826static struct spi_board_info spi_board_info[] __initdata = {
1827 {
1828 .modalias = "ks8851",
1829 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
1830 .max_speed_hz = 19200000,
1831 .bus_num = 0,
1832 .chip_select = 2,
1833 .mode = SPI_MODE_0,
1834 },
1835};
1836
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06001837static struct slim_boardinfo apq8064_slim_devices[] = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001838 {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001839 .bus_num = 1,
1840 .slim_slave = &apq8064_slim_tabla,
1841 },
1842 {
1843 .bus_num = 1,
1844 .slim_slave = &apq8064_slim_tabla20,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001845 },
1846 /* add more slimbus slaves as needed */
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06001847};
1848
David Keitel3c40fc52012-02-09 17:53:52 -08001849static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi1_pdata = {
1850 .clk_freq = 100000,
1851 .src_clk_rate = 24000000,
1852};
1853
Jing Lin04601f92012-02-05 15:36:07 -08001854static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi3_pdata = {
1855 .clk_freq = 100000,
1856 .src_clk_rate = 24000000,
1857};
1858
Kenneth Heitke748593a2011-07-15 15:45:11 -06001859static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi4_pdata = {
1860 .clk_freq = 100000,
1861 .src_clk_rate = 24000000,
Kenneth Heitke748593a2011-07-15 15:45:11 -06001862};
1863
David Keitel3c40fc52012-02-09 17:53:52 -08001864#define GSBI_DUAL_MODE_CODE 0x60
1865#define MSM_GSBI1_PHYS 0x12440000
Kenneth Heitke748593a2011-07-15 15:45:11 -06001866static void __init apq8064_i2c_init(void)
1867{
David Keitel3c40fc52012-02-09 17:53:52 -08001868 void __iomem *gsbi_mem;
1869
1870 apq8064_device_qup_i2c_gsbi1.dev.platform_data =
1871 &apq8064_i2c_qup_gsbi1_pdata;
1872 gsbi_mem = ioremap_nocache(MSM_GSBI1_PHYS, 4);
1873 writel_relaxed(GSBI_DUAL_MODE_CODE, gsbi_mem);
1874 /* Ensure protocol code is written before proceeding */
1875 wmb();
1876 iounmap(gsbi_mem);
1877 apq8064_i2c_qup_gsbi1_pdata.use_gsbi_shared_mode = 1;
Jing Lin04601f92012-02-05 15:36:07 -08001878 apq8064_device_qup_i2c_gsbi3.dev.platform_data =
1879 &apq8064_i2c_qup_gsbi3_pdata;
Kenneth Heitke748593a2011-07-15 15:45:11 -06001880 apq8064_device_qup_i2c_gsbi4.dev.platform_data =
1881 &apq8064_i2c_qup_gsbi4_pdata;
1882}
1883
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08001884#if defined(CONFIG_KS8851) || defined(CONFIG_KS8851_MODULE)
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07001885static int ethernet_init(void)
1886{
1887 int ret;
1888 ret = gpio_request(KS8851_IRQ_GPIO, "ks8851_irq");
1889 if (ret) {
1890 pr_err("ks8851 gpio_request failed: %d\n", ret);
1891 goto fail;
1892 }
1893
1894 return 0;
1895fail:
1896 return ret;
1897}
1898#else
1899static int ethernet_init(void)
1900{
1901 return 0;
1902}
1903#endif
1904
Mohan Pallaka474b94b2012-01-25 12:59:58 +05301905#define GPIO_KEY_HOME PM8921_GPIO_PM_TO_SYS(27)
1906#define GPIO_KEY_VOLUME_UP PM8921_GPIO_PM_TO_SYS(35)
1907#define GPIO_KEY_VOLUME_DOWN PM8921_GPIO_PM_TO_SYS(38)
1908#define GPIO_KEY_CAM_FOCUS PM8921_GPIO_PM_TO_SYS(3)
1909#define GPIO_KEY_CAM_SNAP PM8921_GPIO_PM_TO_SYS(4)
Jing Lin3f8f8422012-03-05 09:32:11 -08001910#define GPIO_KEY_ROTATION PM8921_GPIO_PM_TO_SYS(42)
Mohan Pallaka474b94b2012-01-25 12:59:58 +05301911
1912static struct gpio_keys_button cdp_keys[] = {
1913 {
1914 .code = KEY_HOME,
1915 .gpio = GPIO_KEY_HOME,
1916 .desc = "home_key",
1917 .active_low = 1,
1918 .type = EV_KEY,
1919 .wakeup = 1,
1920 .debounce_interval = 15,
1921 },
1922 {
1923 .code = KEY_VOLUMEUP,
1924 .gpio = GPIO_KEY_VOLUME_UP,
1925 .desc = "volume_up_key",
1926 .active_low = 1,
1927 .type = EV_KEY,
1928 .wakeup = 1,
1929 .debounce_interval = 15,
1930 },
1931 {
1932 .code = KEY_VOLUMEDOWN,
1933 .gpio = GPIO_KEY_VOLUME_DOWN,
1934 .desc = "volume_down_key",
1935 .active_low = 1,
1936 .type = EV_KEY,
1937 .wakeup = 1,
1938 .debounce_interval = 15,
1939 },
1940 {
1941 .code = SW_ROTATE_LOCK,
1942 .gpio = GPIO_KEY_ROTATION,
1943 .desc = "rotate_key",
1944 .active_low = 1,
1945 .type = EV_SW,
1946 .debounce_interval = 15,
1947 },
1948};
1949
1950static struct gpio_keys_platform_data cdp_keys_data = {
1951 .buttons = cdp_keys,
1952 .nbuttons = ARRAY_SIZE(cdp_keys),
1953};
1954
1955static struct platform_device cdp_kp_pdev = {
1956 .name = "gpio-keys",
1957 .id = -1,
1958 .dev = {
1959 .platform_data = &cdp_keys_data,
1960 },
1961};
1962
1963static struct gpio_keys_button mtp_keys[] = {
1964 {
1965 .code = KEY_CAMERA_FOCUS,
1966 .gpio = GPIO_KEY_CAM_FOCUS,
1967 .desc = "cam_focus_key",
1968 .active_low = 1,
1969 .type = EV_KEY,
1970 .wakeup = 1,
1971 .debounce_interval = 15,
1972 },
1973 {
1974 .code = KEY_VOLUMEUP,
1975 .gpio = GPIO_KEY_VOLUME_UP,
1976 .desc = "volume_up_key",
1977 .active_low = 1,
1978 .type = EV_KEY,
1979 .wakeup = 1,
1980 .debounce_interval = 15,
1981 },
1982 {
1983 .code = KEY_VOLUMEDOWN,
1984 .gpio = GPIO_KEY_VOLUME_DOWN,
1985 .desc = "volume_down_key",
1986 .active_low = 1,
1987 .type = EV_KEY,
1988 .wakeup = 1,
1989 .debounce_interval = 15,
1990 },
1991 {
1992 .code = KEY_CAMERA_SNAPSHOT,
1993 .gpio = GPIO_KEY_CAM_SNAP,
1994 .desc = "cam_snap_key",
1995 .active_low = 1,
1996 .type = EV_KEY,
1997 .debounce_interval = 15,
1998 },
1999};
2000
2001static struct gpio_keys_platform_data mtp_keys_data = {
2002 .buttons = mtp_keys,
2003 .nbuttons = ARRAY_SIZE(mtp_keys),
2004};
2005
2006static struct platform_device mtp_kp_pdev = {
2007 .name = "gpio-keys",
2008 .id = -1,
2009 .dev = {
2010 .platform_data = &mtp_keys_data,
2011 },
2012};
2013
Jin Hongd3024e62012-02-09 16:13:32 -08002014/* Sensors DSPS platform data */
2015#define DSPS_PIL_GENERIC_NAME "dsps"
2016static void __init apq8064_init_dsps(void)
2017{
2018 struct msm_dsps_platform_data *pdata =
2019 msm_dsps_device_8064.dev.platform_data;
2020 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
2021 pdata->gpios = NULL;
2022 pdata->gpios_num = 0;
2023
2024 platform_device_register(&msm_dsps_device_8064);
2025}
Mohan Pallaka474b94b2012-01-25 12:59:58 +05302026
Tianyi Gou41515e22011-09-01 19:37:43 -07002027static void __init apq8064_clock_init(void)
2028{
Tianyi Gouacb588d2012-01-27 18:24:05 -08002029 if (machine_is_apq8064_rumi3())
Tianyi Gou41515e22011-09-01 19:37:43 -07002030 msm_clock_init(&apq8064_dummy_clock_init_data);
Tianyi Gouacb588d2012-01-27 18:24:05 -08002031 else
2032 msm_clock_init(&apq8064_clock_init_data);
Tianyi Gou41515e22011-09-01 19:37:43 -07002033}
2034
Jing Lin417fa452012-02-05 14:31:06 -08002035#define I2C_SURF 1
2036#define I2C_FFA (1 << 1)
2037#define I2C_RUMI (1 << 2)
2038#define I2C_SIM (1 << 3)
2039#define I2C_LIQUID (1 << 4)
2040
2041struct i2c_registry {
2042 u8 machs;
2043 int bus;
2044 struct i2c_board_info *info;
2045 int len;
2046};
2047
2048static struct i2c_registry apq8064_i2c_devices[] __initdata = {
Jing Lin21ed4de2012-02-05 15:53:28 -08002049 {
David Keitel2f613d92012-02-15 11:29:16 -08002050 I2C_LIQUID,
2051 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
2052 smb349_charger_i2c_info,
2053 ARRAY_SIZE(smb349_charger_i2c_info)
2054 },
2055 {
Jing Lin21ed4de2012-02-05 15:53:28 -08002056 I2C_SURF | I2C_LIQUID,
2057 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
2058 mxt_device_info,
2059 ARRAY_SIZE(mxt_device_info),
2060 },
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08002061 {
2062 I2C_FFA,
2063 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
2064 cyttsp_info,
2065 ARRAY_SIZE(cyttsp_info),
2066 },
Amy Maloche70090f992012-02-16 16:35:26 -08002067 {
2068 I2C_FFA | I2C_LIQUID,
2069 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
2070 isa1200_board_info,
2071 ARRAY_SIZE(isa1200_board_info),
2072 },
Jing Lin417fa452012-02-05 14:31:06 -08002073};
2074
2075static void __init register_i2c_devices(void)
2076{
2077 u8 mach_mask = 0;
2078 int i;
2079
Kevin Chand07220e2012-02-13 15:52:22 -08002080#ifdef CONFIG_MSM_CAMERA
2081 struct i2c_registry apq8064_camera_i2c_devices = {
2082 I2C_SURF | I2C_FFA | I2C_LIQUID | I2C_RUMI,
2083 APQ_8064_GSBI4_QUP_I2C_BUS_ID,
2084 apq8064_camera_board_info.board_info,
2085 apq8064_camera_board_info.num_i2c_board_info,
2086 };
2087#endif
Jing Lin417fa452012-02-05 14:31:06 -08002088 /* Build the matching 'supported_machs' bitmask */
2089 if (machine_is_apq8064_cdp())
2090 mach_mask = I2C_SURF;
2091 else if (machine_is_apq8064_mtp())
2092 mach_mask = I2C_FFA;
2093 else if (machine_is_apq8064_liquid())
2094 mach_mask = I2C_LIQUID;
2095 else if (machine_is_apq8064_rumi3())
2096 mach_mask = I2C_RUMI;
2097 else if (machine_is_apq8064_sim())
2098 mach_mask = I2C_SIM;
2099 else
2100 pr_err("unmatched machine ID in register_i2c_devices\n");
2101
2102 /* Run the array and install devices as appropriate */
2103 for (i = 0; i < ARRAY_SIZE(apq8064_i2c_devices); ++i) {
2104 if (apq8064_i2c_devices[i].machs & mach_mask)
2105 i2c_register_board_info(apq8064_i2c_devices[i].bus,
2106 apq8064_i2c_devices[i].info,
2107 apq8064_i2c_devices[i].len);
2108 }
Kevin Chand07220e2012-02-13 15:52:22 -08002109#ifdef CONFIG_MSM_CAMERA
2110 if (apq8064_camera_i2c_devices.machs & mach_mask)
2111 i2c_register_board_info(apq8064_camera_i2c_devices.bus,
2112 apq8064_camera_i2c_devices.info,
2113 apq8064_camera_i2c_devices.len);
2114#endif
Jing Lin417fa452012-02-05 14:31:06 -08002115}
2116
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002117static void __init apq8064_common_init(void)
2118{
2119 if (socinfo_init() < 0)
2120 pr_err("socinfo_init() failed!\n");
Praveen Chidambaram78499012011-11-01 17:15:17 -06002121 BUG_ON(msm_rpm_init(&apq8064_rpm_data));
2122 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
David Collins2782b5c2012-02-06 10:02:42 -08002123 regulator_suppress_info_printing();
2124 platform_device_register(&apq8064_device_rpm_regulator);
Stephen Boyd4d0d2582012-02-10 14:49:40 -08002125 if (msm_xo_init())
2126 pr_err("Failed to initialize XO votes\n");
Tianyi Gou41515e22011-09-01 19:37:43 -07002127 apq8064_clock_init();
Stepan Moskovchenko2327a952011-12-14 16:31:28 -08002128 apq8064_init_gpiomux();
Kenneth Heitke748593a2011-07-15 15:45:11 -06002129 apq8064_i2c_init();
Jing Lin417fa452012-02-05 14:31:06 -08002130 register_i2c_devices();
Kenneth Heitke36920d32011-07-20 16:44:30 -06002131
Harini Jayaramanc4c58692011-07-19 14:50:10 -06002132 apq8064_device_qup_spi_gsbi5.dev.platform_data =
2133 &apq8064_qup_spi_gsbi5_pdata;
Stepan Moskovchenkoc1074f02011-12-14 17:51:57 -08002134 apq8064_init_pmic();
Hemant Kumar94e7da22012-02-03 16:52:29 -08002135 if (machine_is_apq8064_liquid())
2136 msm_otg_pdata.mhl_enable = true;
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07002137 apq8064_device_otg.dev.platform_data = &msm_otg_pdata;
Manu Gautam91223e02011-11-08 15:27:22 +05302138 apq8064_ehci_host_init();
Gagan Mac8a7a5d32011-11-11 16:43:06 -07002139 apq8064_init_buses();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002140 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Hemant Kumarf1ca9192012-02-07 18:59:33 -08002141 if (machine_is_apq8064_mtp()) {
2142 apq8064_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
2143 device_initialize(&apq8064_device_hsic_host.dev);
2144 }
Jay Chokshie8741282012-01-25 15:22:55 -08002145 apq8064_pm8xxx_gpio_mpp_init();
Sahitya Tummala3586ed92011-08-03 09:13:23 +05302146 apq8064_init_mmc();
Swaminathan Sathappan144b4882012-02-06 17:01:20 -08002147
2148 if (machine_is_apq8064_mtp()) {
2149 mdm_8064_device.dev.platform_data = &mdm_platform_data;
2150 platform_device_register(&mdm_8064_device);
2151 }
2152 platform_device_register(&apq8064_slim_ctrl);
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06002153 slim_register_board_info(apq8064_slim_devices,
2154 ARRAY_SIZE(apq8064_slim_devices));
Jin Hongd3024e62012-02-09 16:13:32 -08002155 apq8064_init_dsps();
Praveen Chidambaram78499012011-11-01 17:15:17 -06002156 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
Mahesh Sivasubramaniancbce1ec2012-01-24 10:32:44 -07002157 acpuclk_init(&acpuclk_8064_soc_data);
Praveen Chidambaram78499012011-11-01 17:15:17 -06002158 msm_spm_l2_init(msm_spm_l2_data);
2159 msm_pm_set_platform_data(msm_pm_data, ARRAY_SIZE(msm_pm_data));
2160 msm_pm_set_rpm_wakeup_irq(RPM_APCC_CPU0_WAKE_UP_IRQ);
2161 msm_cpuidle_set_states(msm_cstates, ARRAY_SIZE(msm_cstates),
2162 msm_pm_data);
2163 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002164}
2165
Huaibin Yang4a084e32011-12-15 15:25:52 -08002166static void __init apq8064_allocate_memory_regions(void)
2167{
2168 apq8064_allocate_fb_region();
2169}
2170
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002171static void __init apq8064_sim_init(void)
2172{
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002173 struct msm_watchdog_pdata *wdog_pdata = (struct msm_watchdog_pdata *)
2174 &msm8064_device_watchdog.dev.platform_data;
2175
2176 wdog_pdata->bark_time = 15000;
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002177 msm_tsens_early_init(&apq_tsens_pdata);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002178 apq8064_common_init();
Joel King4e7ad222011-08-17 15:47:38 -07002179 platform_add_devices(sim_devices, ARRAY_SIZE(sim_devices));
2180}
2181
2182static void __init apq8064_rumi3_init(void)
2183{
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002184 msm_tsens_early_init(&apq_tsens_pdata);
Joel King4e7ad222011-08-17 15:47:38 -07002185 apq8064_common_init();
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002186 ethernet_init();
Stepan Moskovchenko2701a442011-08-19 13:47:22 -07002187 platform_add_devices(rumi3_devices, ARRAY_SIZE(rumi3_devices));
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002188 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Huaibin Yang4a084e32011-12-15 15:25:52 -08002189 apq8064_init_fb();
Jordan Crouseb3115fe2012-02-01 22:11:12 -07002190 apq8064_init_gpu();
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002191}
2192
Joel King82b7e3f2012-01-05 10:03:27 -08002193static void __init apq8064_cdp_init(void)
2194{
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002195 msm_tsens_early_init(&apq_tsens_pdata);
Joel King82b7e3f2012-01-05 10:03:27 -08002196 apq8064_common_init();
2197 ethernet_init();
2198 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
2199 spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002200 apq8064_init_fb();
Jordan Crouseb3115fe2012-02-01 22:11:12 -07002201 apq8064_init_gpu();
Matt Wagantall1875d322012-02-22 16:11:33 -08002202 platform_add_devices(apq8064_fs_devices, apq8064_num_fs_devices);
Kevin Chand07220e2012-02-13 15:52:22 -08002203 apq8064_init_cam();
Mohan Pallaka474b94b2012-01-25 12:59:58 +05302204
2205 if (machine_is_apq8064_cdp() || machine_is_apq8064_liquid())
2206 platform_device_register(&cdp_kp_pdev);
2207
2208 if (machine_is_apq8064_mtp())
2209 platform_device_register(&mtp_kp_pdev);
Joel King82b7e3f2012-01-05 10:03:27 -08002210}
2211
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002212MACHINE_START(APQ8064_SIM, "QCT APQ8064 SIMULATOR")
2213 .map_io = apq8064_map_io,
Kevin Chan13be4e22011-10-20 11:30:32 -07002214 .reserve = apq8064_reserve,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002215 .init_irq = apq8064_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05302216 .handle_irq = gic_handle_irq,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002217 .timer = &msm_timer,
2218 .init_machine = apq8064_sim_init,
2219MACHINE_END
2220
Joel King4e7ad222011-08-17 15:47:38 -07002221MACHINE_START(APQ8064_RUMI3, "QCT APQ8064 RUMI3")
2222 .map_io = apq8064_map_io,
Kevin Chan13be4e22011-10-20 11:30:32 -07002223 .reserve = apq8064_reserve,
Joel King4e7ad222011-08-17 15:47:38 -07002224 .init_irq = apq8064_init_irq,
Marc Zyngier89bdafd12011-12-22 11:39:20 +05302225 .handle_irq = gic_handle_irq,
Joel King4e7ad222011-08-17 15:47:38 -07002226 .timer = &msm_timer,
2227 .init_machine = apq8064_rumi3_init,
Huaibin Yang4a084e32011-12-15 15:25:52 -08002228 .init_early = apq8064_allocate_memory_regions,
Joel King4e7ad222011-08-17 15:47:38 -07002229MACHINE_END
2230
Joel King82b7e3f2012-01-05 10:03:27 -08002231MACHINE_START(APQ8064_CDP, "QCT APQ8064 CDP")
2232 .map_io = apq8064_map_io,
2233 .reserve = apq8064_reserve,
2234 .init_irq = apq8064_init_irq,
2235 .handle_irq = gic_handle_irq,
2236 .timer = &msm_timer,
2237 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002238 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002239MACHINE_END
2240
2241MACHINE_START(APQ8064_MTP, "QCT APQ8064 MTP")
2242 .map_io = apq8064_map_io,
2243 .reserve = apq8064_reserve,
2244 .init_irq = apq8064_init_irq,
2245 .handle_irq = gic_handle_irq,
2246 .timer = &msm_timer,
2247 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002248 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002249MACHINE_END
2250
2251MACHINE_START(APQ8064_LIQUID, "QCT APQ8064 LIQUID")
2252 .map_io = apq8064_map_io,
2253 .reserve = apq8064_reserve,
2254 .init_irq = apq8064_init_irq,
2255 .handle_irq = gic_handle_irq,
2256 .timer = &msm_timer,
2257 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08002258 .init_early = apq8064_allocate_memory_regions,
Joel King82b7e3f2012-01-05 10:03:27 -08002259MACHINE_END
2260
Joel King11ca8202012-02-13 16:19:03 -08002261MACHINE_START(MPQ8064_HRD, "QCT MPQ8064 HRD")
2262 .map_io = apq8064_map_io,
2263 .reserve = apq8064_reserve,
2264 .init_irq = apq8064_init_irq,
2265 .handle_irq = gic_handle_irq,
2266 .timer = &msm_timer,
2267 .init_machine = apq8064_cdp_init,
2268MACHINE_END
2269
2270MACHINE_START(MPQ8064_DTV, "QCT MPQ8064 DTV")
2271 .map_io = apq8064_map_io,
2272 .reserve = apq8064_reserve,
2273 .init_irq = apq8064_init_irq,
2274 .handle_irq = gic_handle_irq,
2275 .timer = &msm_timer,
2276 .init_machine = apq8064_cdp_init,
2277MACHINE_END
2278