blob: 61fc86dbfdb4a223d108d59c6279cc307e7eb4ff [file] [log] [blame]
Abhimanyu Kapur440cdde2012-12-04 00:05:40 -08001/* Copyright (c) 2011-2013, The Linux Foundation. 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 */
Abhimanyu Kapur440cdde2012-12-04 00:05:40 -080013#include <linux/err.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070014#include <linux/kernel.h>
Niranjana Vishwanathapurac1edd402012-06-28 15:32:50 -060015#include <linux/bitops.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070016#include <linux/platform_device.h>
Steve Mucklef132c6c2012-06-06 18:30:57 -070017#include <linux/gpio.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070018#include <linux/io.h>
19#include <linux/irq.h>
Kenneth Heitke748593a2011-07-15 15:45:11 -060020#include <linux/i2c.h>
David Keitel2f613d92012-02-15 11:29:16 -080021#include <linux/i2c/smb349.h>
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -080022#include <linux/i2c/sx150x.h>
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -060023#include <linux/slimbus/slimbus.h>
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +053024#include <linux/mfd/wcd9xxx/core.h>
25#include <linux/mfd/wcd9xxx/pdata.h>
Amy Maloche70090f992012-02-16 16:35:26 -080026#include <linux/mfd/pm8xxx/misc.h>
Kenneth Heitke36920d32011-07-20 16:44:30 -060027#include <linux/msm_ssbi.h>
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -070028#include <linux/spi/spi.h>
Laura Abbott744e3f82012-08-10 10:49:33 -070029#include <linux/dma-contiguous.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070030#include <linux/dma-mapping.h>
31#include <linux/platform_data/qcom_crypto_device.h>
Mitchel Humpherysca983d82012-09-06 11:32:54 -070032#include <linux/msm_ion.h>
Jack Cheung46bfffa2012-01-19 15:26:24 -080033#include <linux/memory.h>
Larry Bassel67b921d2012-04-06 10:23:27 -070034#include <linux/memblock.h>
Praveen Chidambaram877d7a42012-06-05 14:33:20 -060035#include <linux/msm_thermal.h>
Jing Lin21ed4de2012-02-05 15:53:28 -080036#include <linux/i2c/atmel_mxt_ts.h>
Steve Mucklef132c6c2012-06-06 18:30:57 -070037#include <linux/cyttsp-qc.h>
Amy Maloche70090f992012-02-16 16:35:26 -080038#include <linux/i2c/isa1200.h>
Mohan Pallaka474b94b2012-01-25 12:59:58 +053039#include <linux/gpio_keys.h>
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -080040#include <linux/epm_adc.h>
Jay Chokshie7d8d4f2012-04-04 14:47:57 -070041#include <linux/i2c/sx150x.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070042#include <asm/mach-types.h>
43#include <asm/mach/arch.h>
44#include <asm/hardware/gic.h>
Sahitya Tummala3586ed92011-08-03 09:13:23 +053045#include <asm/mach/mmc.h>
Ankit Verma6b7e2ba2012-01-26 15:48:54 -080046#include <linux/platform_data/qcom_wcnss_device.h>
Bar Weinerf82c5872012-10-23 14:31:26 +020047#include <linux/ci-bridge-spi.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070048
49#include <mach/board.h>
50#include <mach/msm_iomap.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080051#include <mach/ion.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070052#include <linux/usb/msm_hsusb.h>
53#include <linux/usb/android.h>
54#include <mach/socinfo.h>
Harini Jayaramanc4c58692011-07-19 14:50:10 -060055#include <mach/msm_spi.h>
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070056#include "timer.h"
57#include "devices.h"
Joel King4ebccc62011-07-22 09:43:22 -070058#include <mach/gpiomux.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060059#include <mach/rpm.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080060#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -070061#include <linux/android_pmem.h>
Olav Haugan7c6aa742012-01-16 16:47:37 -080062#endif
Kevin Chan13be4e22011-10-20 11:30:32 -070063#include <mach/msm_memtypes.h>
64#include <linux/bootmem.h>
65#include <asm/setup.h>
Ramesh Masavarapu28311912011-10-27 11:04:12 -070066#include <mach/dma.h>
Jin Hongd3024e62012-02-09 16:13:32 -080067#include <mach/msm_dsps.h>
Gagan Mac8a7a5d32011-11-11 16:43:06 -070068#include <mach/msm_bus_board.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060069#include <mach/cpuidle.h>
Joel Kingdacbc822012-01-25 13:30:57 -080070#include <mach/mdm2.h>
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -080071#include <linux/msm_tsens.h>
Stephen Boyd4d0d2582012-02-10 14:49:40 -080072#include <mach/msm_xo.h>
Laura Abbott350c8362012-02-28 14:46:52 -080073#include <mach/msm_rtb.h>
Mayank Rana262e9032012-05-10 15:14:00 -070074#include <mach/msm_serial_hs.h>
Santosh Mardieff9a742012-04-09 23:23:39 +053075#include <sound/cs8427.h>
Ravi Kumar V05931a22012-04-04 17:09:37 +053076#include <media/gpio-ir-recv.h>
Larry Bassel67b921d2012-04-06 10:23:27 -070077#include <linux/fmem.h>
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -060078#include <mach/msm_pcie.h>
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -070079#include <mach/restart.h>
Niranjana Vishwanathapurac1edd402012-06-28 15:32:50 -060080#include <mach/msm_iomap.h>
Joel King4ebccc62011-07-22 09:43:22 -070081
Jeff Ohlstein7e668552011-10-06 16:17:25 -070082#include "msm_watchdog.h"
Stepan Moskovchenko5a83dba2011-12-05 17:30:17 -080083#include "board-8064.h"
Matt Wagantall33d01f52012-02-23 23:27:44 -080084#include "clock.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060085#include "spm.h"
Subhash Jadavani909e04f2012-04-12 10:52:50 +053086#include <mach/mpm.h>
Praveen Chidambaram78499012011-11-01 17:15:17 -060087#include "rpm_resources.h"
Matt Wagantall7cca4642012-02-01 16:43:24 -080088#include "pm.h"
Praveen Chidambaram78499012011-11-01 17:15:17 -060089#include "pm-boot.h"
Rajesh Sastrulaaee8af32012-01-20 11:46:31 -080090#include "devices-msm8x60.h"
Hanumant Singh50440d42012-04-23 19:27:16 -070091#include "smd_private.h"
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -080092#include "platsmp.h"
Jay Chokshiea67c622011-07-29 17:12:26 -070093
Abhishek Kharbanda72dc72e2012-06-07 13:41:37 -070094#define MHL_GPIO_INT 30
95#define MHL_GPIO_RESET 35
96
Olav Haugan7c6aa742012-01-16 16:47:37 -080097#define MSM_PMEM_ADSP_SIZE 0x7800000
Bharath Ramachandramurthy2fd017a2012-03-13 10:21:09 -070098#define MSM_PMEM_AUDIO_SIZE 0x4CF000
Olav Haugan7c6aa742012-01-16 16:47:37 -080099#ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
100#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
101#else
Chetan Kalyan72aac4f2012-02-23 14:56:54 -0800102#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
Olav Haugan7c6aa742012-01-16 16:47:37 -0800103#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700104
Olav Haugan7c6aa742012-01-16 16:47:37 -0800105#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Hanumant Singheadb7502012-05-15 18:14:04 -0700106#define HOLE_SIZE 0x20000
Rajeshwar Kurapatyc3e190a2012-12-04 19:28:05 +0530107#define MSM_ION_MFC_META_SIZE 0x40000 /* 256 Kbytes */
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700108#define MSM_CONTIG_MEM_SIZE 0x65000
Olav Haugan129992c2012-03-22 09:54:01 -0700109#ifdef CONFIG_MSM_IOMMU
110#define MSM_ION_MM_SIZE 0x3800000
111#define MSM_ION_SF_SIZE 0
Olav Haugan39477bb2012-05-14 16:05:36 -0700112#define MSM_ION_QSECOM_SIZE 0x780000 /* (7.5MB) */
Olav Haugan129992c2012-03-22 09:54:01 -0700113#define MSM_ION_HEAP_NUM 7
114#else
Olav Haugan7c6aa742012-01-16 16:47:37 -0800115#define MSM_ION_MM_SIZE MSM_PMEM_ADSP_SIZE
Olav Haugan129992c2012-03-22 09:54:01 -0700116#define MSM_ION_SF_SIZE MSM_PMEM_SIZE
Olav Haugan39477bb2012-05-14 16:05:36 -0700117#define MSM_ION_QSECOM_SIZE 0x600000 /* (6MB) */
Olav Haugan129992c2012-03-22 09:54:01 -0700118#define MSM_ION_HEAP_NUM 8
119#endif
Hanumant Singheadb7502012-05-15 18:14:04 -0700120#define MSM_ION_MM_FW_SIZE (0x200000 - HOLE_SIZE) /* (2MB - 128KB) */
Rajeshwar Kurapatyc3e190a2012-12-04 19:28:05 +0530121#define MSM_ION_MFC_SIZE (SZ_8K + MSM_ION_MFC_META_SIZE)
Olav Haugan2c43fac2012-01-19 11:06:37 -0800122#define MSM_ION_AUDIO_SIZE MSM_PMEM_AUDIO_SIZE
Olav Haugan7c6aa742012-01-16 16:47:37 -0800123#else
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700124#define MSM_CONTIG_MEM_SIZE 0x110C000
Olav Haugan7c6aa742012-01-16 16:47:37 -0800125#define MSM_ION_HEAP_NUM 1
126#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700127
Hanumant Singheadb7502012-05-15 18:14:04 -0700128#define APQ8064_FIXED_AREA_START (0xa0000000 - (MSM_ION_MM_FW_SIZE + \
129 HOLE_SIZE))
Larry Bassel67b921d2012-04-06 10:23:27 -0700130#define MAX_FIXED_AREA_SIZE 0x10000000
Hanumant Singheadb7502012-05-15 18:14:04 -0700131#define MSM_MM_FW_SIZE (0x200000 - HOLE_SIZE)
132#define APQ8064_FW_START APQ8064_FIXED_AREA_START
Larry Bassel67b921d2012-04-06 10:23:27 -0700133
Niranjana Vishwanathapurac1edd402012-06-28 15:32:50 -0600134#define QFPROM_RAW_FEAT_CONFIG_ROW0_MSB (MSM_QFPROM_BASE + 0x23c)
135#define QFPROM_RAW_OEM_CONFIG_ROW0_LSB (MSM_QFPROM_BASE + 0x220)
136
Niranjana Vishwanathapura68210ff2012-06-24 18:03:49 -0600137/* PCIE AXI address space */
138#define PCIE_AXI_BAR_PHYS 0x08000000
139#define PCIE_AXI_BAR_SIZE SZ_128M
140
Niranjana Vishwanathapura459a27d2012-07-20 12:23:55 -0600141/* PCIe pmic gpios */
142#define PCIE_WAKE_N_PMIC_GPIO 12
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -0600143#define PCIE_PWR_EN_PMIC_GPIO 13
144#define PCIE_RST_N_PMIC_MPP 1
145
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700146#ifdef CONFIG_KERNEL_MSM_CONTIG_MEM_REGION
147static unsigned msm_contig_mem_size = MSM_CONTIG_MEM_SIZE;
148static int __init msm_contig_mem_size_setup(char *p)
Kevin Chan13be4e22011-10-20 11:30:32 -0700149{
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700150 msm_contig_mem_size = memparse(p, NULL);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800151 return 0;
Kevin Chan13be4e22011-10-20 11:30:32 -0700152}
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700153early_param("msm_contig_mem_size", msm_contig_mem_size_setup);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800154#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700155
Olav Haugan7c6aa742012-01-16 16:47:37 -0800156#ifdef CONFIG_ANDROID_PMEM
Kevin Chan13be4e22011-10-20 11:30:32 -0700157static unsigned pmem_size = MSM_PMEM_SIZE;
158static int __init pmem_size_setup(char *p)
159{
160 pmem_size = memparse(p, NULL);
161 return 0;
162}
163early_param("pmem_size", pmem_size_setup);
164
165static unsigned pmem_adsp_size = MSM_PMEM_ADSP_SIZE;
166
167static int __init pmem_adsp_size_setup(char *p)
168{
169 pmem_adsp_size = memparse(p, NULL);
170 return 0;
171}
172early_param("pmem_adsp_size", pmem_adsp_size_setup);
173
174static unsigned pmem_audio_size = MSM_PMEM_AUDIO_SIZE;
175
176static int __init pmem_audio_size_setup(char *p)
177{
178 pmem_audio_size = memparse(p, NULL);
179 return 0;
180}
181early_param("pmem_audio_size", pmem_audio_size_setup);
Olav Haugan7c6aa742012-01-16 16:47:37 -0800182#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700183
Olav Haugan7c6aa742012-01-16 16:47:37 -0800184#ifdef CONFIG_ANDROID_PMEM
185#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700186static struct android_pmem_platform_data android_pmem_pdata = {
187 .name = "pmem",
188 .allocator_type = PMEM_ALLOCATORTYPE_ALLORNOTHING,
189 .cached = 1,
190 .memory_type = MEMTYPE_EBI1,
191};
192
Laura Abbottb93525f2012-04-12 09:57:19 -0700193static struct platform_device apq8064_android_pmem_device = {
Kevin Chan13be4e22011-10-20 11:30:32 -0700194 .name = "android_pmem",
195 .id = 0,
196 .dev = {.platform_data = &android_pmem_pdata},
197};
198
199static struct android_pmem_platform_data android_pmem_adsp_pdata = {
200 .name = "pmem_adsp",
201 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
202 .cached = 0,
203 .memory_type = MEMTYPE_EBI1,
204};
Laura Abbottb93525f2012-04-12 09:57:19 -0700205static struct platform_device apq8064_android_pmem_adsp_device = {
Kevin Chan13be4e22011-10-20 11:30:32 -0700206 .name = "android_pmem",
207 .id = 2,
208 .dev = { .platform_data = &android_pmem_adsp_pdata },
209};
210
211static struct android_pmem_platform_data android_pmem_audio_pdata = {
212 .name = "pmem_audio",
213 .allocator_type = PMEM_ALLOCATORTYPE_BITMAP,
214 .cached = 0,
215 .memory_type = MEMTYPE_EBI1,
216};
217
Laura Abbottb93525f2012-04-12 09:57:19 -0700218static struct platform_device apq8064_android_pmem_audio_device = {
Kevin Chan13be4e22011-10-20 11:30:32 -0700219 .name = "android_pmem",
220 .id = 4,
221 .dev = { .platform_data = &android_pmem_audio_pdata },
222};
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700223#endif /* CONFIG_MSM_MULTIMEDIA_USE_ION */
224#endif /* CONFIG_ANDROID_PMEM */
Olav Haugan7c6aa742012-01-16 16:47:37 -0800225
Binqiang Qiuf165c922012-08-15 18:00:18 -0700226#ifdef CONFIG_BATTERY_BCL
227static struct platform_device battery_bcl_device = {
228 .name = "battery_current_limit",
229 .id = -1,
230};
231#endif
232
Larry Bassel67b921d2012-04-06 10:23:27 -0700233struct fmem_platform_data apq8064_fmem_pdata = {
234};
235
Olav Haugan7c6aa742012-01-16 16:47:37 -0800236static struct memtype_reserve apq8064_reserve_table[] __initdata = {
237 [MEMTYPE_SMI] = {
238 },
239 [MEMTYPE_EBI0] = {
240 .flags = MEMTYPE_FLAGS_1M_ALIGN,
241 },
242 [MEMTYPE_EBI1] = {
243 .flags = MEMTYPE_FLAGS_1M_ALIGN,
244 },
245};
Kevin Chan13be4e22011-10-20 11:30:32 -0700246
Laura Abbott350c8362012-02-28 14:46:52 -0800247static void __init reserve_rtb_memory(void)
248{
249#if defined(CONFIG_MSM_RTB)
Laura Abbottb93525f2012-04-12 09:57:19 -0700250 apq8064_reserve_table[MEMTYPE_EBI1].size += apq8064_rtb_pdata.size;
Laura Abbott350c8362012-02-28 14:46:52 -0800251#endif
252}
253
254
Kevin Chan13be4e22011-10-20 11:30:32 -0700255static void __init size_pmem_devices(void)
256{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800257#ifdef CONFIG_ANDROID_PMEM
258#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700259 android_pmem_adsp_pdata.size = pmem_adsp_size;
260 android_pmem_pdata.size = pmem_size;
261 android_pmem_audio_pdata.size = MSM_PMEM_AUDIO_SIZE;
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700262#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
263#endif /*CONFIG_ANDROID_PMEM*/
Kevin Chan13be4e22011-10-20 11:30:32 -0700264}
265
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700266#ifdef CONFIG_ANDROID_PMEM
267#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700268static void __init reserve_memory_for(struct android_pmem_platform_data *p)
269{
270 apq8064_reserve_table[p->memory_type].size += p->size;
271}
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700272#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
273#endif /*CONFIG_ANDROID_PMEM*/
Kevin Chan13be4e22011-10-20 11:30:32 -0700274
Kevin Chan13be4e22011-10-20 11:30:32 -0700275static void __init reserve_pmem_memory(void)
276{
Olav Haugan7c6aa742012-01-16 16:47:37 -0800277#ifdef CONFIG_ANDROID_PMEM
278#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Kevin Chan13be4e22011-10-20 11:30:32 -0700279 reserve_memory_for(&android_pmem_adsp_pdata);
280 reserve_memory_for(&android_pmem_pdata);
281 reserve_memory_for(&android_pmem_audio_pdata);
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700282#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
Mitchel Humpherys05e58812012-08-13 14:24:13 -0700283 apq8064_reserve_table[MEMTYPE_EBI1].size += msm_contig_mem_size;
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -0700284#endif /*CONFIG_ANDROID_PMEM*/
Olav Haugan7c6aa742012-01-16 16:47:37 -0800285}
286
287static int apq8064_paddr_to_memtype(unsigned int paddr)
288{
289 return MEMTYPE_EBI1;
290}
291
Steve Mucklef132c6c2012-06-06 18:30:57 -0700292#define FMEM_ENABLED 0
Larry Bassel67b921d2012-04-06 10:23:27 -0700293
Olav Haugan7c6aa742012-01-16 16:47:37 -0800294#ifdef CONFIG_ION_MSM
295#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -0700296static struct ion_cp_heap_pdata cp_mm_apq8064_ion_pdata = {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800297 .permission_type = IPT_TYPE_MM_CARVEOUT,
Olav Haugand3d29682012-01-19 10:57:07 -0800298 .align = PAGE_SIZE,
Larry Bassel67b921d2012-04-06 10:23:27 -0700299 .reusable = FMEM_ENABLED,
300 .mem_is_fmem = FMEM_ENABLED,
301 .fixed_position = FIXED_MIDDLE,
Laura Abbottac963312012-12-11 15:09:03 -0800302 .no_nonsecure_alloc = 1,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800303};
304
Laura Abbottb93525f2012-04-12 09:57:19 -0700305static struct ion_cp_heap_pdata cp_mfc_apq8064_ion_pdata = {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800306 .permission_type = IPT_TYPE_MFC_SHAREDMEM,
Olav Haugand3d29682012-01-19 10:57:07 -0800307 .align = PAGE_SIZE,
Larry Bassel67b921d2012-04-06 10:23:27 -0700308 .reusable = 0,
309 .mem_is_fmem = FMEM_ENABLED,
310 .fixed_position = FIXED_HIGH,
Laura Abbottac963312012-12-11 15:09:03 -0800311 .no_nonsecure_alloc = 1,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800312};
313
Laura Abbottb93525f2012-04-12 09:57:19 -0700314static struct ion_co_heap_pdata co_apq8064_ion_pdata = {
Olav Haugand3d29682012-01-19 10:57:07 -0800315 .adjacent_mem_id = INVALID_HEAP_ID,
316 .align = PAGE_SIZE,
Larry Bassel67b921d2012-04-06 10:23:27 -0700317 .mem_is_fmem = 0,
Olav Haugand3d29682012-01-19 10:57:07 -0800318};
319
Laura Abbottb93525f2012-04-12 09:57:19 -0700320static struct ion_co_heap_pdata fw_co_apq8064_ion_pdata = {
Olav Haugand3d29682012-01-19 10:57:07 -0800321 .adjacent_mem_id = ION_CP_MM_HEAP_ID,
322 .align = SZ_128K,
Larry Bassel67b921d2012-04-06 10:23:27 -0700323 .mem_is_fmem = FMEM_ENABLED,
324 .fixed_position = FIXED_LOW,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800325};
326#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800327
Laura Abbott744e3f82012-08-10 10:49:33 -0700328static u64 msm_dmamask = DMA_BIT_MASK(32);
329
330static struct platform_device ion_mm_heap_device = {
331 .name = "ion-mm-heap-device",
332 .id = -1,
333 .dev = {
334 .dma_mask = &msm_dmamask,
335 .coherent_dma_mask = DMA_BIT_MASK(32),
336 }
337};
338
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800339/**
340 * These heaps are listed in the order they will be allocated. Due to
341 * video hardware restrictions and content protection the FW heap has to
342 * be allocated adjacent (below) the MM heap and the MFC heap has to be
343 * allocated after the MM heap to ensure MFC heap is not more than 256MB
344 * away from the base address of the FW heap.
345 * However, the order of FW heap and MM heap doesn't matter since these
346 * two heaps are taken care of by separate code to ensure they are adjacent
347 * to each other.
348 * Don't swap the order unless you know what you are doing!
349 */
Benjamin Gaignard63d81032012-06-25 15:27:30 -0700350struct ion_platform_heap apq8064_heaps[] = {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800351 {
352 .id = ION_SYSTEM_HEAP_ID,
353 .type = ION_HEAP_TYPE_SYSTEM,
354 .name = ION_VMALLOC_HEAP_NAME,
355 },
356#ifdef CONFIG_MSM_MULTIMEDIA_USE_ION
357 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800358 .id = ION_CP_MM_HEAP_ID,
359 .type = ION_HEAP_TYPE_CP,
360 .name = ION_MM_HEAP_NAME,
361 .size = MSM_ION_MM_SIZE,
362 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700363 .extra_data = (void *) &cp_mm_apq8064_ion_pdata,
Laura Abbott744e3f82012-08-10 10:49:33 -0700364 .priv = &ion_mm_heap_device.dev
Olav Haugan7c6aa742012-01-16 16:47:37 -0800365 },
366 {
Olav Haugand3d29682012-01-19 10:57:07 -0800367 .id = ION_MM_FIRMWARE_HEAP_ID,
368 .type = ION_HEAP_TYPE_CARVEOUT,
369 .name = ION_MM_FIRMWARE_HEAP_NAME,
370 .size = MSM_ION_MM_FW_SIZE,
371 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700372 .extra_data = (void *) &fw_co_apq8064_ion_pdata,
Olav Haugand3d29682012-01-19 10:57:07 -0800373 },
374 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800375 .id = ION_CP_MFC_HEAP_ID,
376 .type = ION_HEAP_TYPE_CP,
377 .name = ION_MFC_HEAP_NAME,
378 .size = MSM_ION_MFC_SIZE,
379 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700380 .extra_data = (void *) &cp_mfc_apq8064_ion_pdata,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800381 },
Olav Haugan129992c2012-03-22 09:54:01 -0700382#ifndef CONFIG_MSM_IOMMU
Olav Haugan7c6aa742012-01-16 16:47:37 -0800383 {
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800384 .id = ION_SF_HEAP_ID,
385 .type = ION_HEAP_TYPE_CARVEOUT,
386 .name = ION_SF_HEAP_NAME,
387 .size = MSM_ION_SF_SIZE,
388 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700389 .extra_data = (void *) &co_apq8064_ion_pdata,
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800390 },
Olav Haugan129992c2012-03-22 09:54:01 -0700391#endif
Olav Haugan9cdfc2f2012-02-15 09:52:57 -0800392 {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800393 .id = ION_IOMMU_HEAP_ID,
394 .type = ION_HEAP_TYPE_IOMMU,
395 .name = ION_IOMMU_HEAP_NAME,
396 },
Olav Hauganf45e2142012-01-19 11:01:01 -0800397 {
398 .id = ION_QSECOM_HEAP_ID,
399 .type = ION_HEAP_TYPE_CARVEOUT,
400 .name = ION_QSECOM_HEAP_NAME,
401 .size = MSM_ION_QSECOM_SIZE,
402 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700403 .extra_data = (void *) &co_apq8064_ion_pdata,
Olav Hauganf45e2142012-01-19 11:01:01 -0800404 },
Olav Haugan2c43fac2012-01-19 11:06:37 -0800405 {
406 .id = ION_AUDIO_HEAP_ID,
407 .type = ION_HEAP_TYPE_CARVEOUT,
408 .name = ION_AUDIO_HEAP_NAME,
409 .size = MSM_ION_AUDIO_SIZE,
410 .memory_type = ION_EBI_TYPE,
Laura Abbottb93525f2012-04-12 09:57:19 -0700411 .extra_data = (void *) &co_apq8064_ion_pdata,
Olav Haugan2c43fac2012-01-19 11:06:37 -0800412 },
Olav Haugan7c6aa742012-01-16 16:47:37 -0800413#endif
Benjamin Gaignard63d81032012-06-25 15:27:30 -0700414};
415
416static struct ion_platform_data apq8064_ion_pdata = {
417 .nr = MSM_ION_HEAP_NUM,
418 .heaps = apq8064_heaps,
Olav Haugan7c6aa742012-01-16 16:47:37 -0800419};
420
Laura Abbottb93525f2012-04-12 09:57:19 -0700421static struct platform_device apq8064_ion_dev = {
Olav Haugan7c6aa742012-01-16 16:47:37 -0800422 .name = "ion-msm",
423 .id = 1,
Laura Abbottb93525f2012-04-12 09:57:19 -0700424 .dev = { .platform_data = &apq8064_ion_pdata },
Olav Haugan7c6aa742012-01-16 16:47:37 -0800425};
426#endif
427
Larry Bassel67b921d2012-04-06 10:23:27 -0700428static struct platform_device apq8064_fmem_device = {
429 .name = "fmem",
430 .id = 1,
431 .dev = { .platform_data = &apq8064_fmem_pdata },
432};
433
434static void __init reserve_mem_for_ion(enum ion_memory_types mem_type,
435 unsigned long size)
436{
437 apq8064_reserve_table[mem_type].size += size;
438}
439
440static void __init apq8064_reserve_fixed_area(unsigned long fixed_area_size)
441{
442#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
443 int ret;
444
445 if (fixed_area_size > MAX_FIXED_AREA_SIZE)
446 panic("fixed area size is larger than %dM\n",
447 MAX_FIXED_AREA_SIZE >> 20);
448
449 reserve_info->fixed_area_size = fixed_area_size;
450 reserve_info->fixed_area_start = APQ8064_FW_START;
451
452 ret = memblock_remove(reserve_info->fixed_area_start,
453 reserve_info->fixed_area_size);
454 BUG_ON(ret);
455#endif
456}
457
458/**
459 * Reserve memory for ION and calculate amount of reusable memory for fmem.
460 * We only reserve memory for heaps that are not reusable. However, we only
461 * support one reusable heap at the moment so we ignore the reusable flag for
462 * other than the first heap with reusable flag set. Also handle special case
463 * for video heaps (MM,FW, and MFC). Video requires heaps MM and MFC to be
464 * at a higher address than FW in addition to not more than 256MB away from the
465 * base address of the firmware. This means that if MM is reusable the other
466 * two heaps must be allocated in the same region as FW. This is handled by the
467 * mem_is_fmem flag in the platform data. In addition the MM heap must be
468 * adjacent to the FW heap for content protection purposes.
469 */
Stephen Boyd668d7652012-04-25 11:31:01 -0700470static void __init reserve_ion_memory(void)
Olav Haugan7c6aa742012-01-16 16:47:37 -0800471{
472#if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
Larry Bassel67b921d2012-04-06 10:23:27 -0700473 unsigned int i;
Laura Abbott744e3f82012-08-10 10:49:33 -0700474 unsigned int ret;
Larry Bassel67b921d2012-04-06 10:23:27 -0700475 unsigned int fixed_size = 0;
476 unsigned int fixed_low_size, fixed_middle_size, fixed_high_size;
477 unsigned long fixed_low_start, fixed_middle_start, fixed_high_start;
Laura Abbott744e3f82012-08-10 10:49:33 -0700478 unsigned long cma_alignment;
479 unsigned int low_use_cma = 0;
480 unsigned int middle_use_cma = 0;
481 unsigned int high_use_cma = 0;
482
Larry Bassel67b921d2012-04-06 10:23:27 -0700483
Larry Bassel67b921d2012-04-06 10:23:27 -0700484 fixed_low_size = 0;
485 fixed_middle_size = 0;
486 fixed_high_size = 0;
487
Laura Abbott744e3f82012-08-10 10:49:33 -0700488 cma_alignment = PAGE_SIZE << max(MAX_ORDER, pageblock_order);
489
Larry Bassel67b921d2012-04-06 10:23:27 -0700490 for (i = 0; i < apq8064_ion_pdata.nr; ++i) {
Laura Abbott744e3f82012-08-10 10:49:33 -0700491 struct ion_platform_heap *heap =
Larry Bassel67b921d2012-04-06 10:23:27 -0700492 &(apq8064_ion_pdata.heaps[i]);
Laura Abbott744e3f82012-08-10 10:49:33 -0700493 int use_cma = 0;
494
Larry Bassel67b921d2012-04-06 10:23:27 -0700495
496 if (heap->extra_data) {
497 int fixed_position = NOT_FIXED;
Larry Bassel67b921d2012-04-06 10:23:27 -0700498
Mitchel Humpherys362b52b2012-09-13 10:53:22 -0700499 switch ((int)heap->type) {
Larry Bassel67b921d2012-04-06 10:23:27 -0700500 case ION_HEAP_TYPE_CP:
Laura Abbott744e3f82012-08-10 10:49:33 -0700501 if (((struct ion_cp_heap_pdata *)
502 heap->extra_data)->is_cma) {
503 heap->size = ALIGN(heap->size,
504 cma_alignment);
505 use_cma = 1;
506 }
Larry Bassel67b921d2012-04-06 10:23:27 -0700507 fixed_position = ((struct ion_cp_heap_pdata *)
508 heap->extra_data)->fixed_position;
509 break;
Laura Abbott744e3f82012-08-10 10:49:33 -0700510 case ION_HEAP_TYPE_DMA:
511 use_cma = 1;
512 /* Purposely fall through here */
Larry Bassel67b921d2012-04-06 10:23:27 -0700513 case ION_HEAP_TYPE_CARVEOUT:
Larry Bassel67b921d2012-04-06 10:23:27 -0700514 fixed_position = ((struct ion_co_heap_pdata *)
515 heap->extra_data)->fixed_position;
516 break;
517 default:
518 break;
519 }
520
521 if (fixed_position != NOT_FIXED)
522 fixed_size += heap->size;
523 else
524 reserve_mem_for_ion(MEMTYPE_EBI1, heap->size);
525
Laura Abbott744e3f82012-08-10 10:49:33 -0700526 if (fixed_position == FIXED_LOW) {
Larry Bassel67b921d2012-04-06 10:23:27 -0700527 fixed_low_size += heap->size;
Laura Abbott744e3f82012-08-10 10:49:33 -0700528 low_use_cma = use_cma;
529 } else if (fixed_position == FIXED_MIDDLE) {
Larry Bassel67b921d2012-04-06 10:23:27 -0700530 fixed_middle_size += heap->size;
Laura Abbott744e3f82012-08-10 10:49:33 -0700531 middle_use_cma = use_cma;
532 } else if (fixed_position == FIXED_HIGH) {
Larry Bassel67b921d2012-04-06 10:23:27 -0700533 fixed_high_size += heap->size;
Laura Abbott744e3f82012-08-10 10:49:33 -0700534 high_use_cma = use_cma;
535 } else if (use_cma) {
536 /*
537 * Heaps that use CMA but are not part of the
538 * fixed set. Create wherever.
539 */
540 dma_declare_contiguous(
541 heap->priv,
542 heap->size,
543 0,
544 0xb0000000);
545
546 }
Larry Bassel67b921d2012-04-06 10:23:27 -0700547 }
548 }
549
550 if (!fixed_size)
551 return;
552
Laura Abbott744e3f82012-08-10 10:49:33 -0700553 /*
554 * Given the setup for the fixed area, we can't round up all sizes.
555 * Some sizes must be set up exactly and aligned correctly. Incorrect
556 * alignments are considered a configuration issue
Larry Bassel67b921d2012-04-06 10:23:27 -0700557 */
Larry Bassel67b921d2012-04-06 10:23:27 -0700558
559 fixed_low_start = APQ8064_FIXED_AREA_START;
Laura Abbott744e3f82012-08-10 10:49:33 -0700560 if (low_use_cma) {
561 BUG_ON(!IS_ALIGNED(fixed_low_size + HOLE_SIZE, cma_alignment));
562 BUG_ON(!IS_ALIGNED(fixed_low_start, cma_alignment));
563 } else {
564 BUG_ON(!IS_ALIGNED(fixed_low_size + HOLE_SIZE, SECTION_SIZE));
565 ret = memblock_remove(fixed_low_start,
566 fixed_low_size + HOLE_SIZE);
567 BUG_ON(ret);
568 }
569
Hanumant Singheadb7502012-05-15 18:14:04 -0700570 fixed_middle_start = fixed_low_start + fixed_low_size + HOLE_SIZE;
Laura Abbott744e3f82012-08-10 10:49:33 -0700571 if (middle_use_cma) {
572 BUG_ON(!IS_ALIGNED(fixed_middle_start, cma_alignment));
573 BUG_ON(!IS_ALIGNED(fixed_middle_size, cma_alignment));
574 } else {
575 BUG_ON(!IS_ALIGNED(fixed_middle_size, SECTION_SIZE));
576 ret = memblock_remove(fixed_middle_start, fixed_middle_size);
577 BUG_ON(ret);
578 }
579
Larry Bassel67b921d2012-04-06 10:23:27 -0700580 fixed_high_start = fixed_middle_start + fixed_middle_size;
Laura Abbott744e3f82012-08-10 10:49:33 -0700581 if (high_use_cma) {
582 fixed_high_size = ALIGN(fixed_high_size, cma_alignment);
583 BUG_ON(!IS_ALIGNED(fixed_high_start, cma_alignment));
584 } else {
585 /* This is the end of the fixed area so it's okay to round up */
586 fixed_high_size = ALIGN(fixed_high_size, SECTION_SIZE);
587 ret = memblock_remove(fixed_high_start, fixed_high_size);
588 BUG_ON(ret);
589 }
Larry Bassel67b921d2012-04-06 10:23:27 -0700590
591 for (i = 0; i < apq8064_ion_pdata.nr; ++i) {
592 struct ion_platform_heap *heap = &(apq8064_ion_pdata.heaps[i]);
593
594 if (heap->extra_data) {
595 int fixed_position = NOT_FIXED;
Steve Mucklef132c6c2012-06-06 18:30:57 -0700596 struct ion_cp_heap_pdata *pdata = NULL;
Larry Bassel67b921d2012-04-06 10:23:27 -0700597
Mitchel Humpherys362b52b2012-09-13 10:53:22 -0700598 switch ((int) heap->type) {
Larry Bassel67b921d2012-04-06 10:23:27 -0700599 case ION_HEAP_TYPE_CP:
Hanumant Singheadb7502012-05-15 18:14:04 -0700600 pdata =
601 (struct ion_cp_heap_pdata *)heap->extra_data;
602 fixed_position = pdata->fixed_position;
Larry Bassel67b921d2012-04-06 10:23:27 -0700603 break;
604 case ION_HEAP_TYPE_CARVEOUT:
Laura Abbott744e3f82012-08-10 10:49:33 -0700605 case ION_HEAP_TYPE_DMA:
Larry Bassel67b921d2012-04-06 10:23:27 -0700606 fixed_position = ((struct ion_co_heap_pdata *)
607 heap->extra_data)->fixed_position;
608 break;
609 default:
610 break;
611 }
612
613 switch (fixed_position) {
614 case FIXED_LOW:
615 heap->base = fixed_low_start;
616 break;
617 case FIXED_MIDDLE:
618 heap->base = fixed_middle_start;
Laura Abbott744e3f82012-08-10 10:49:33 -0700619 if (middle_use_cma) {
620 ret = dma_declare_contiguous(
621 heap->priv,
622 heap->size,
623 fixed_middle_start,
624 0xa0000000);
625 WARN_ON(ret);
626 }
Hanumant Singheadb7502012-05-15 18:14:04 -0700627 pdata->secure_base = fixed_middle_start
628 - HOLE_SIZE;
629 pdata->secure_size = HOLE_SIZE + heap->size;
Larry Bassel67b921d2012-04-06 10:23:27 -0700630 break;
631 case FIXED_HIGH:
632 heap->base = fixed_high_start;
633 break;
634 default:
635 break;
636 }
637 }
638 }
Olav Haugan7c6aa742012-01-16 16:47:37 -0800639#endif
Kevin Chan13be4e22011-10-20 11:30:32 -0700640}
641
Huaibin Yang4a084e32011-12-15 15:25:52 -0800642static void __init reserve_mdp_memory(void)
643{
644 apq8064_mdp_writeback(apq8064_reserve_table);
645}
646
Laura Abbott93a4a352012-05-25 09:26:35 -0700647static void __init reserve_cache_dump_memory(void)
648{
649#ifdef CONFIG_MSM_CACHE_DUMP
650 unsigned int total;
651
652 total = apq8064_cache_dump_pdata.l1_size +
653 apq8064_cache_dump_pdata.l2_size;
654 apq8064_reserve_table[MEMTYPE_EBI1].size += total;
655#endif
656}
657
Abhijeet Dharmapurikardca26f72012-09-13 11:02:03 -0700658static void __init reserve_mpdcvs_memory(void)
659{
660 apq8064_reserve_table[MEMTYPE_EBI1].size += SZ_32K;
661}
662
Kevin Chan13be4e22011-10-20 11:30:32 -0700663static void __init apq8064_calculate_reserve_sizes(void)
664{
665 size_pmem_devices();
666 reserve_pmem_memory();
Olav Haugan7c6aa742012-01-16 16:47:37 -0800667 reserve_ion_memory();
Huaibin Yang4a084e32011-12-15 15:25:52 -0800668 reserve_mdp_memory();
Laura Abbott350c8362012-02-28 14:46:52 -0800669 reserve_rtb_memory();
Laura Abbott93a4a352012-05-25 09:26:35 -0700670 reserve_cache_dump_memory();
Abhijeet Dharmapurikardca26f72012-09-13 11:02:03 -0700671 reserve_mpdcvs_memory();
Kevin Chan13be4e22011-10-20 11:30:32 -0700672}
673
674static struct reserve_info apq8064_reserve_info __initdata = {
675 .memtype_reserve_table = apq8064_reserve_table,
676 .calculate_reserve_sizes = apq8064_calculate_reserve_sizes,
Larry Bassel67b921d2012-04-06 10:23:27 -0700677 .reserve_fixed_area = apq8064_reserve_fixed_area,
Kevin Chan13be4e22011-10-20 11:30:32 -0700678 .paddr_to_memtype = apq8064_paddr_to_memtype,
679};
680
681static int apq8064_memory_bank_size(void)
682{
683 return 1<<29;
684}
685
686static void __init locate_unstable_memory(void)
687{
688 struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
689 unsigned long bank_size;
690 unsigned long low, high;
691
692 bank_size = apq8064_memory_bank_size();
693 low = meminfo.bank[0].start;
694 high = mb->start + mb->size;
Olav Haugand76e3a82012-01-16 16:55:07 -0800695
696 /* Check if 32 bit overflow occured */
697 if (high < mb->start)
Larry Bassel67b921d2012-04-06 10:23:27 -0700698 high = -PAGE_SIZE;
Olav Haugand76e3a82012-01-16 16:55:07 -0800699
Kevin Chan13be4e22011-10-20 11:30:32 -0700700 low &= ~(bank_size - 1);
701
702 if (high - low <= bank_size)
Larry Bassel67b921d2012-04-06 10:23:27 -0700703 goto no_dmm;
704
705#ifdef CONFIG_ENABLE_DMM
Jack Cheung46bfffa2012-01-19 15:26:24 -0800706 apq8064_reserve_info.low_unstable_address = mb->start -
707 MIN_MEMORY_BLOCK_SIZE + mb->size;
708 apq8064_reserve_info.max_unstable_size = MIN_MEMORY_BLOCK_SIZE;
709
Kevin Chan13be4e22011-10-20 11:30:32 -0700710 apq8064_reserve_info.bank_size = bank_size;
711 pr_info("low unstable address %lx max size %lx bank size %lx\n",
712 apq8064_reserve_info.low_unstable_address,
713 apq8064_reserve_info.max_unstable_size,
714 apq8064_reserve_info.bank_size);
Larry Bassel67b921d2012-04-06 10:23:27 -0700715 return;
716#endif
717no_dmm:
718 apq8064_reserve_info.low_unstable_address = high;
719 apq8064_reserve_info.max_unstable_size = 0;
Kevin Chan13be4e22011-10-20 11:30:32 -0700720}
721
Hanumant Singh50440d42012-04-23 19:27:16 -0700722static int apq8064_change_memory_power(u64 start, u64 size,
723 int change_type)
724{
725 return soc_change_memory_power(start, size, change_type);
726}
727
Aravind Venkateswaran8ac7f412012-03-16 17:57:30 -0700728static char prim_panel_name[PANEL_NAME_MAX_LEN];
729static char ext_panel_name[PANEL_NAME_MAX_LEN];
Ajay Singh Parmar6b82d2b2012-07-19 17:23:26 +0530730
731static int ext_resolution;
732
Aravind Venkateswaran8ac7f412012-03-16 17:57:30 -0700733static int __init prim_display_setup(char *param)
734{
735 if (strnlen(param, PANEL_NAME_MAX_LEN))
736 strlcpy(prim_panel_name, param, PANEL_NAME_MAX_LEN);
737 return 0;
738}
739early_param("prim_display", prim_display_setup);
740
741static int __init ext_display_setup(char *param)
742{
743 if (strnlen(param, PANEL_NAME_MAX_LEN))
744 strlcpy(ext_panel_name, param, PANEL_NAME_MAX_LEN);
745 return 0;
746}
747early_param("ext_display", ext_display_setup);
748
Ajay Singh Parmar6b82d2b2012-07-19 17:23:26 +0530749static int __init hdmi_resulution_setup(char *param)
750{
751 int ret;
752 ret = kstrtoint(param, 10, &ext_resolution);
753 return ret;
754}
755early_param("ext_resolution", hdmi_resulution_setup);
756
Kevin Chan13be4e22011-10-20 11:30:32 -0700757static void __init apq8064_reserve(void)
758{
Ajay Singh Parmar6b82d2b2012-07-19 17:23:26 +0530759 apq8064_set_display_params(prim_panel_name, ext_panel_name,
760 ext_resolution);
Kevin Chan13be4e22011-10-20 11:30:32 -0700761 msm_reserve();
762}
763
Laura Abbott6988cef2012-03-15 14:27:13 -0700764static void __init place_movable_zone(void)
765{
Larry Bassel67b921d2012-04-06 10:23:27 -0700766#ifdef CONFIG_ENABLE_DMM
Laura Abbott6988cef2012-03-15 14:27:13 -0700767 movable_reserved_start = apq8064_reserve_info.low_unstable_address;
768 movable_reserved_size = apq8064_reserve_info.max_unstable_size;
769 pr_info("movable zone start %lx size %lx\n",
770 movable_reserved_start, movable_reserved_size);
Larry Bassel67b921d2012-04-06 10:23:27 -0700771#endif
Laura Abbott6988cef2012-03-15 14:27:13 -0700772}
773
774static void __init apq8064_early_reserve(void)
775{
776 reserve_info = &apq8064_reserve_info;
777 locate_unstable_memory();
778 place_movable_zone();
779
780}
Hemant Kumara945b472012-01-25 15:08:06 -0800781#ifdef CONFIG_USB_EHCI_MSM_HSIC
Hemant Kumare6275972012-02-29 20:06:21 -0800782/* Bandwidth requests (zero) if no vote placed */
783static struct msm_bus_vectors hsic_init_vectors[] = {
784 {
785 .src = MSM_BUS_MASTER_SPS,
Hemant Kumare6275972012-02-29 20:06:21 -0800786 .dst = MSM_BUS_SLAVE_SPS,
787 .ab = 0,
788 .ib = 0,
789 },
790};
791
792/* Bus bandwidth requests in Bytes/sec */
793static struct msm_bus_vectors hsic_max_vectors[] = {
794 {
795 .src = MSM_BUS_MASTER_SPS,
Hemant Kumare6275972012-02-29 20:06:21 -0800796 .dst = MSM_BUS_SLAVE_SPS,
797 .ab = 0,
Hemant Kumar3b743cd2012-10-17 13:48:10 -0700798 .ib = 256000000, /*vote for 32Mhz dfab clk rate*/
Hemant Kumare6275972012-02-29 20:06:21 -0800799 },
800};
801
802static struct msm_bus_paths hsic_bus_scale_usecases[] = {
803 {
804 ARRAY_SIZE(hsic_init_vectors),
805 hsic_init_vectors,
806 },
807 {
808 ARRAY_SIZE(hsic_max_vectors),
809 hsic_max_vectors,
810 },
811};
812
813static struct msm_bus_scale_pdata hsic_bus_scale_pdata = {
814 hsic_bus_scale_usecases,
815 ARRAY_SIZE(hsic_bus_scale_usecases),
816 .name = "hsic",
817};
818
Hemant Kumara945b472012-01-25 15:08:06 -0800819static struct msm_hsic_host_platform_data msm_hsic_pdata = {
Hemant Kumare6275972012-02-29 20:06:21 -0800820 .strobe = 88,
821 .data = 89,
822 .bus_scale_table = &hsic_bus_scale_pdata,
Hemant Kumara945b472012-01-25 15:08:06 -0800823};
824#else
825static struct msm_hsic_host_platform_data msm_hsic_pdata;
826#endif
827
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800828#define PID_MAGIC_ID 0x71432909
829#define SERIAL_NUM_MAGIC_ID 0x61945374
830#define SERIAL_NUMBER_LENGTH 127
831#define DLOAD_USB_BASE_ADD 0x2A03F0C8
832
833struct magic_num_struct {
834 uint32_t pid;
835 uint32_t serial_num;
836};
837
838struct dload_struct {
839 uint32_t reserved1;
840 uint32_t reserved2;
841 uint32_t reserved3;
842 uint16_t reserved4;
843 uint16_t pid;
844 char serial_number[SERIAL_NUMBER_LENGTH];
845 uint16_t reserved5;
846 struct magic_num_struct magic_struct;
847};
848
849static int usb_diag_update_pid_and_serial_num(uint32_t pid, const char *snum)
850{
851 struct dload_struct __iomem *dload = 0;
852
853 dload = ioremap(DLOAD_USB_BASE_ADD, sizeof(*dload));
854 if (!dload) {
855 pr_err("%s: cannot remap I/O memory region: %08x\n",
856 __func__, DLOAD_USB_BASE_ADD);
857 return -ENXIO;
858 }
859
860 pr_debug("%s: dload:%p pid:%x serial_num:%s\n",
861 __func__, dload, pid, snum);
862 /* update pid */
863 dload->magic_struct.pid = PID_MAGIC_ID;
864 dload->pid = pid;
865
866 /* update serial number */
867 dload->magic_struct.serial_num = 0;
868 if (!snum) {
869 memset(dload->serial_number, 0, SERIAL_NUMBER_LENGTH);
870 goto out;
871 }
872
873 dload->magic_struct.serial_num = SERIAL_NUM_MAGIC_ID;
874 strlcpy(dload->serial_number, snum, SERIAL_NUMBER_LENGTH);
875out:
876 iounmap(dload);
877 return 0;
878}
879
880static struct android_usb_platform_data android_usb_pdata = {
881 .update_pid_and_serial_num = usb_diag_update_pid_and_serial_num,
882};
883
Hemant Kumar4933b072011-10-17 23:43:11 -0700884static struct platform_device android_usb_device = {
Hemant Kumarcb7d8a12012-01-25 12:25:55 -0800885 .name = "android_usb",
886 .id = -1,
887 .dev = {
888 .platform_data = &android_usb_pdata,
889 },
Hemant Kumar4933b072011-10-17 23:43:11 -0700890};
891
Hemant Kumar7620eed2012-02-26 09:08:43 -0800892/* Bandwidth requests (zero) if no vote placed */
893static struct msm_bus_vectors usb_init_vectors[] = {
894 {
895 .src = MSM_BUS_MASTER_SPS,
896 .dst = MSM_BUS_SLAVE_EBI_CH0,
897 .ab = 0,
898 .ib = 0,
899 },
900};
901
902/* Bus bandwidth requests in Bytes/sec */
903static struct msm_bus_vectors usb_max_vectors[] = {
904 {
905 .src = MSM_BUS_MASTER_SPS,
906 .dst = MSM_BUS_SLAVE_EBI_CH0,
907 .ab = 60000000, /* At least 480Mbps on bus. */
908 .ib = 960000000, /* MAX bursts rate */
909 },
910};
911
912static struct msm_bus_paths usb_bus_scale_usecases[] = {
913 {
914 ARRAY_SIZE(usb_init_vectors),
915 usb_init_vectors,
916 },
917 {
918 ARRAY_SIZE(usb_max_vectors),
919 usb_max_vectors,
920 },
921};
922
923static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
924 usb_bus_scale_usecases,
925 ARRAY_SIZE(usb_bus_scale_usecases),
926 .name = "usb",
927};
928
Vamsi Krishna1f8704c2012-03-29 18:24:24 -0700929static int phy_init_seq[] = {
Chiranjeevi Velempatif983aeb2012-08-23 08:16:50 +0530930 0x68, 0x81, /* update DC voltage level */
Vamsi Krishna1f8704c2012-03-29 18:24:24 -0700931 0x24, 0x82, /* set pre-emphasis and rise/fall time */
932 -1
933};
934
Vijayavardhan Vennapusa4fa13692012-08-02 14:35:03 +0530935#define PMIC_GPIO_DP 27 /* PMIC GPIO for D+ change */
936#define PMIC_GPIO_DP_IRQ PM8921_GPIO_IRQ(PM8921_IRQ_BASE, PMIC_GPIO_DP)
Jack Pham87f202f2012-08-06 00:24:22 -0700937#define MSM_MPM_PIN_USB1_OTGSESSVLD 40
938
Hemant Kumar4933b072011-10-17 23:43:11 -0700939static struct msm_otg_platform_data msm_otg_pdata = {
Hemant Kumard86c4882012-01-24 19:39:37 -0800940 .mode = USB_OTG,
941 .otg_control = OTG_PMIC_CONTROL,
Hemant Kumar4933b072011-10-17 23:43:11 -0700942 .phy_type = SNPS_28NM_INTEGRATED_PHY,
Hemant Kumard86c4882012-01-24 19:39:37 -0800943 .pmic_id_irq = PM8921_USB_ID_IN_IRQ(PM8921_IRQ_BASE),
944 .power_budget = 750,
Hemant Kumar7620eed2012-02-26 09:08:43 -0800945 .bus_scale_table = &usb_bus_scale_pdata,
Vamsi Krishna1f8704c2012-03-29 18:24:24 -0700946 .phy_init_seq = phy_init_seq,
Jack Pham87f202f2012-08-06 00:24:22 -0700947 .mpm_otgsessvld_int = MSM_MPM_PIN_USB1_OTGSESSVLD,
Hemant Kumar4933b072011-10-17 23:43:11 -0700948};
949
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800950static struct msm_usb_host_platform_data msm_ehci_host_pdata3 = {
Manu Gautam91223e02011-11-08 15:27:22 +0530951 .power_budget = 500,
952};
953
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800954#ifdef CONFIG_USB_EHCI_MSM_HOST4
955static struct msm_usb_host_platform_data msm_ehci_host_pdata4;
956#endif
957
Manu Gautam91223e02011-11-08 15:27:22 +0530958static void __init apq8064_ehci_host_init(void)
959{
Chiranjeevi Velempatib822fa32012-05-23 22:05:59 +0530960 if (machine_is_apq8064_liquid() || machine_is_mpq8064_cdp() ||
Chiranjeevi Velempatidd4dbaa2012-10-05 16:22:04 +0530961 machine_is_mpq8064_hrd() || machine_is_mpq8064_dtv() ||
962 machine_is_apq8064_cdp()) {
Chiranjeevi Velempatib822fa32012-05-23 22:05:59 +0530963 if (machine_is_apq8064_liquid())
964 msm_ehci_host_pdata3.dock_connect_irq =
965 PM8921_MPP_IRQ(PM8921_IRQ_BASE, 9);
Vijayavardhan Vennapusa4fa13692012-08-02 14:35:03 +0530966 else
967 msm_ehci_host_pdata3.pmic_gpio_dp_irq =
968 PMIC_GPIO_DP_IRQ;
Hemant Kumar56925352012-02-13 16:59:52 -0800969
Manu Gautam91223e02011-11-08 15:27:22 +0530970 apq8064_device_ehci_host3.dev.platform_data =
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800971 &msm_ehci_host_pdata3;
Manu Gautam91223e02011-11-08 15:27:22 +0530972 platform_device_register(&apq8064_device_ehci_host3);
Hemant Kumar1d66e1c2012-02-13 15:24:59 -0800973
974#ifdef CONFIG_USB_EHCI_MSM_HOST4
975 apq8064_device_ehci_host4.dev.platform_data =
976 &msm_ehci_host_pdata4;
977 platform_device_register(&apq8064_device_ehci_host4);
978#endif
Manu Gautam91223e02011-11-08 15:27:22 +0530979 }
980}
981
David Keitel2f613d92012-02-15 11:29:16 -0800982static struct smb349_platform_data smb349_data __initdata = {
983 .en_n_gpio = PM8921_GPIO_PM_TO_SYS(37),
984 .chg_susp_gpio = PM8921_GPIO_PM_TO_SYS(30),
985 .chg_current_ma = 2200,
986};
987
988static struct i2c_board_info smb349_charger_i2c_info[] __initdata = {
989 {
990 I2C_BOARD_INFO(SMB349_NAME, 0x1B),
991 .platform_data = &smb349_data,
992 },
993};
994
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -0800995struct sx150x_platform_data apq8064_sx150x_data[] = {
996 [SX150X_EPM] = {
997 .gpio_base = GPIO_EPM_EXPANDER_BASE,
998 .oscio_is_gpo = false,
999 .io_pullup_ena = 0x0,
1000 .io_pulldn_ena = 0x0,
1001 .io_open_drain_ena = 0x0,
1002 .io_polarity = 0,
1003 .irq_summary = -1,
1004 },
1005};
1006
1007static struct epm_chan_properties ads_adc_channel_data[] = {
Yan He44c59962012-08-31 11:14:58 -07001008 {10, 100}, {1000, 1}, {10, 100}, {1000, 1},
1009 {10, 100}, {1000, 1}, {10, 100}, {1000, 1},
1010 {10, 100}, {20, 100}, {500, 100}, {5, 100},
1011 {1000, 1}, {200, 100}, {50, 100}, {10, 100},
1012 {510, 100}, {50, 100}, {20, 100}, {100, 100},
1013 {510, 100}, {20, 100}, {50, 100}, {200, 100},
1014 {10, 100}, {20, 100}, {1000, 1}, {10, 100},
1015 {200, 100}, {510, 100}, {1000, 100}, {200, 100},
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08001016};
1017
1018static struct epm_adc_platform_data epm_adc_pdata = {
1019 .channel = ads_adc_channel_data,
1020 .bus_id = 0x0,
1021 .epm_i2c_board_info = {
1022 .type = "sx1509q",
1023 .addr = 0x3e,
1024 .platform_data = &apq8064_sx150x_data[SX150X_EPM],
1025 },
1026 .gpio_expander_base_addr = GPIO_EPM_EXPANDER_BASE,
1027};
1028
1029static struct platform_device epm_adc_device = {
1030 .name = "epm_adc",
1031 .id = -1,
1032 .dev = {
1033 .platform_data = &epm_adc_pdata,
1034 },
1035};
1036
1037static void __init apq8064_epm_adc_init(void)
1038{
1039 epm_adc_pdata.num_channels = 32;
1040 epm_adc_pdata.num_adc = 2;
1041 epm_adc_pdata.chan_per_adc = 16;
1042 epm_adc_pdata.chan_per_mux = 8;
1043};
1044
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001045/* Micbias setting is based on 8660 CDP/MTP/FLUID requirement
1046 * 4 micbiases are used to power various analog and digital
1047 * microphones operating at 1800 mV. Technically, all micbiases
1048 * can source from single cfilter since all microphones operate
1049 * at the same voltage level. The arrangement below is to make
1050 * sure all cfilters are exercised. LDO_H regulator ouput level
1051 * does not need to be as high as 2.85V. It is choosen for
1052 * microphone sensitivity purpose.
1053 */
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301054static struct wcd9xxx_pdata apq8064_tabla_platform_data = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001055 .slimbus_slave_device = {
1056 .name = "tabla-slave",
1057 .e_addr = {0, 0, 0x10, 0, 0x17, 2},
1058 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001059 .irq = MSM_GPIO_TO_INT(42),
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001060 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301061 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001062 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
1063 .micbias = {
1064 .ldoh_v = TABLA_LDOH_2P85_V,
1065 .cfilt1_mv = 1800,
Bhalchandra Gajare975c53a2012-08-10 12:16:49 -07001066 .cfilt2_mv = 2700,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001067 .cfilt3_mv = 1800,
1068 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
1069 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
1070 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
1071 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301072 },
1073 .regulator = {
1074 {
1075 .name = "CDC_VDD_CP",
1076 .min_uV = 1800000,
1077 .max_uV = 1800000,
1078 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
1079 },
1080 {
1081 .name = "CDC_VDDA_RX",
1082 .min_uV = 1800000,
1083 .max_uV = 1800000,
1084 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
1085 },
1086 {
1087 .name = "CDC_VDDA_TX",
1088 .min_uV = 1800000,
1089 .max_uV = 1800000,
1090 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
1091 },
1092 {
1093 .name = "VDDIO_CDC",
1094 .min_uV = 1800000,
1095 .max_uV = 1800000,
1096 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
1097 },
1098 {
1099 .name = "VDDD_CDC_D",
1100 .min_uV = 1225000,
David Collins62debe82012-06-06 17:01:03 -07001101 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301102 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
1103 },
1104 {
1105 .name = "CDC_VDDA_A_1P2V",
1106 .min_uV = 1225000,
David Collins62debe82012-06-06 17:01:03 -07001107 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301108 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
1109 },
1110 },
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08001111};
1112
1113static struct slim_device apq8064_slim_tabla = {
1114 .name = "tabla-slim",
1115 .e_addr = {0, 1, 0x10, 0, 0x17, 2},
1116 .dev = {
1117 .platform_data = &apq8064_tabla_platform_data,
1118 },
1119};
1120
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301121static struct wcd9xxx_pdata apq8064_tabla20_platform_data = {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001122 .slimbus_slave_device = {
1123 .name = "tabla-slave",
1124 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
1125 },
1126 .irq = MSM_GPIO_TO_INT(42),
1127 .irq_base = TABLA_INTERRUPT_BASE,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301128 .num_irqs = NR_WCD9XXX_IRQS,
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001129 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
1130 .micbias = {
1131 .ldoh_v = TABLA_LDOH_2P85_V,
1132 .cfilt1_mv = 1800,
Bhalchandra Gajare975c53a2012-08-10 12:16:49 -07001133 .cfilt2_mv = 2700,
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001134 .cfilt3_mv = 1800,
1135 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
1136 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
1137 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
1138 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301139 },
1140 .regulator = {
1141 {
1142 .name = "CDC_VDD_CP",
1143 .min_uV = 1800000,
1144 .max_uV = 1800000,
1145 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
1146 },
1147 {
1148 .name = "CDC_VDDA_RX",
1149 .min_uV = 1800000,
1150 .max_uV = 1800000,
1151 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
1152 },
1153 {
1154 .name = "CDC_VDDA_TX",
1155 .min_uV = 1800000,
1156 .max_uV = 1800000,
1157 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
1158 },
1159 {
1160 .name = "VDDIO_CDC",
1161 .min_uV = 1800000,
1162 .max_uV = 1800000,
1163 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
1164 },
1165 {
1166 .name = "VDDD_CDC_D",
1167 .min_uV = 1225000,
David Collins62debe82012-06-06 17:01:03 -07001168 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301169 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
1170 },
1171 {
1172 .name = "CDC_VDDA_A_1P2V",
1173 .min_uV = 1225000,
David Collins62debe82012-06-06 17:01:03 -07001174 .max_uV = 1250000,
Asish Bhattacharyab1aeae22012-02-15 08:29:28 +05301175 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
1176 },
1177 },
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08001178};
1179
1180static struct slim_device apq8064_slim_tabla20 = {
1181 .name = "tabla2x-slim",
1182 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
1183 .dev = {
1184 .platform_data = &apq8064_tabla20_platform_data,
1185 },
1186};
1187
Kuirong Wangf8c5e142012-06-21 16:17:32 -07001188static struct wcd9xxx_pdata apq8064_tabla_i2c_platform_data = {
1189 .irq = MSM_GPIO_TO_INT(77),
1190 .irq_base = TABLA_INTERRUPT_BASE,
1191 .num_irqs = NR_WCD9XXX_IRQS,
1192 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
1193 .micbias = {
1194 .ldoh_v = TABLA_LDOH_2P85_V,
1195 .cfilt1_mv = 1800,
1196 .cfilt2_mv = 1800,
1197 .cfilt3_mv = 1800,
1198 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
1199 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
1200 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
1201 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
1202 },
1203 .regulator = {
1204 {
1205 .name = "CDC_VDD_CP",
1206 .min_uV = 1800000,
1207 .max_uV = 1800000,
1208 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
1209 },
1210 {
1211 .name = "CDC_VDDA_RX",
1212 .min_uV = 1800000,
1213 .max_uV = 1800000,
1214 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
1215 },
1216 {
1217 .name = "CDC_VDDA_TX",
1218 .min_uV = 1800000,
1219 .max_uV = 1800000,
1220 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
1221 },
1222 {
1223 .name = "VDDIO_CDC",
1224 .min_uV = 1800000,
1225 .max_uV = 1800000,
1226 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
1227 },
1228 {
1229 .name = "VDDD_CDC_D",
1230 .min_uV = 1225000,
1231 .max_uV = 1250000,
1232 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
1233 },
1234 {
1235 .name = "CDC_VDDA_A_1P2V",
1236 .min_uV = 1225000,
1237 .max_uV = 1250000,
1238 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
1239 },
1240 },
1241};
1242
1243static struct i2c_board_info apq8064_tabla_i2c_device_info[] __initdata = {
1244 {
1245 I2C_BOARD_INFO("tabla top level",
1246 APQ_8064_TABLA_I2C_SLAVE_ADDR),
1247 .platform_data = &apq8064_tabla_i2c_platform_data,
1248 },
1249 {
1250 I2C_BOARD_INFO("tabla analog",
1251 APQ_8064_TABLA_ANALOG_I2C_SLAVE_ADDR),
1252 .platform_data = &apq8064_tabla_i2c_platform_data,
1253 },
1254 {
1255 I2C_BOARD_INFO("tabla digital1",
1256 APQ_8064_TABLA_DIGITAL1_I2C_SLAVE_ADDR),
1257 .platform_data = &apq8064_tabla_i2c_platform_data,
1258 },
1259 {
1260 I2C_BOARD_INFO("tabla digital2",
1261 APQ_8064_TABLA_DIGITAL2_I2C_SLAVE_ADDR),
1262 .platform_data = &apq8064_tabla_i2c_platform_data,
1263 },
1264};
1265
Santosh Mardi344455a2012-09-07 13:22:16 +05301266static struct wcd9xxx_pdata mpq8064_ashiko20_platform_data = {
1267 .slimbus_slave_device = {
1268 .name = "tabla-slave",
1269 .e_addr = {0, 0, 0x60, 0, 0x17, 2},
1270 },
1271 .irq = MSM_GPIO_TO_INT(42),
1272 .irq_base = TABLA_INTERRUPT_BASE,
1273 .num_irqs = NR_WCD9XXX_IRQS,
1274 .reset_gpio = PM8921_GPIO_PM_TO_SYS(34),
1275 .micbias = {
1276 .ldoh_v = TABLA_LDOH_2P85_V,
1277 .cfilt1_mv = 1800,
1278 .cfilt2_mv = 1800,
1279 .cfilt3_mv = 1800,
1280 .bias1_cfilt_sel = TABLA_CFILT1_SEL,
1281 .bias2_cfilt_sel = TABLA_CFILT2_SEL,
1282 .bias3_cfilt_sel = TABLA_CFILT3_SEL,
1283 .bias4_cfilt_sel = TABLA_CFILT3_SEL,
1284 },
1285 .regulator = {
1286 {
1287 .name = "CDC_VDD_CP",
1288 .min_uV = 1800000,
1289 .max_uV = 1800000,
1290 .optimum_uA = WCD9XXX_CDC_VDDA_CP_CUR_MAX,
1291 },
1292 {
1293 .name = "CDC_VDDA_RX",
1294 .min_uV = 1800000,
1295 .max_uV = 1800000,
1296 .optimum_uA = WCD9XXX_CDC_VDDA_RX_CUR_MAX,
1297 },
1298 {
1299 .name = "CDC_VDDA_TX",
1300 .min_uV = 1800000,
1301 .max_uV = 1800000,
1302 .optimum_uA = WCD9XXX_CDC_VDDA_TX_CUR_MAX,
1303 },
1304 {
1305 .name = "VDDIO_CDC",
1306 .min_uV = 1800000,
1307 .max_uV = 1800000,
1308 .optimum_uA = WCD9XXX_VDDIO_CDC_CUR_MAX,
1309 },
1310 {
1311 .name = "HRD_VDDD_CDC_D",
1312 .min_uV = 1200000,
1313 .max_uV = 1200000,
1314 .optimum_uA = WCD9XXX_VDDD_CDC_D_CUR_MAX,
1315 },
1316 {
1317 .name = "HRD_CDC_VDDA_A_1P2V",
1318 .min_uV = 1200000,
1319 .max_uV = 1200000,
1320 .optimum_uA = WCD9XXX_VDDD_CDC_A_CUR_MAX,
1321 },
1322 },
1323};
1324
1325static struct slim_device mpq8064_slim_ashiko20 = {
1326 .name = "tabla2x-slim",
1327 .e_addr = {0, 1, 0x60, 0, 0x17, 2},
1328 .dev = {
1329 .platform_data = &mpq8064_ashiko20_platform_data,
1330 },
1331};
1332
1333
Santosh Mardi695be0d2012-04-10 23:21:12 +05301334/* enable the level shifter for cs8427 to make sure the I2C
1335 * clock is running at 100KHz and voltage levels are at 3.3
1336 * and 5 volts
1337 */
Aviral Gupta6bb723f2012-11-06 22:27:17 +05301338static int enable_100KHz_ls(int enable, int gpio)
Santosh Mardi695be0d2012-04-10 23:21:12 +05301339{
Aviral Gupta6bb723f2012-11-06 22:27:17 +05301340 if (enable)
1341 gpio_direction_output(gpio, 1);
1342 else
1343 gpio_direction_output(gpio, 0);
1344 return 0;
Santosh Mardi695be0d2012-04-10 23:21:12 +05301345}
1346
Santosh Mardieff9a742012-04-09 23:23:39 +05301347static struct cs8427_platform_data cs8427_i2c_platform_data = {
1348 .irq = SX150X_GPIO(1, 4),
1349 .reset_gpio = SX150X_GPIO(1, 6),
Santosh Mardi695be0d2012-04-10 23:21:12 +05301350 .enable = enable_100KHz_ls,
Aviral Gupta6bb723f2012-11-06 22:27:17 +05301351 .ls_gpio = SX150X_GPIO(1, 10),
Santosh Mardieff9a742012-04-09 23:23:39 +05301352};
1353
1354static struct i2c_board_info cs8427_device_info[] __initdata = {
1355 {
1356 I2C_BOARD_INFO("cs8427", CS8427_ADDR4),
1357 .platform_data = &cs8427_i2c_platform_data,
1358 },
1359};
1360
Amy Maloche70090f992012-02-16 16:35:26 -08001361#define HAP_SHIFT_LVL_OE_GPIO PM8921_MPP_PM_TO_SYS(8)
1362#define ISA1200_HAP_EN_GPIO PM8921_GPIO_PM_TO_SYS(33)
1363#define ISA1200_HAP_LEN_GPIO PM8921_GPIO_PM_TO_SYS(20)
David Collinsd49a1c52012-08-22 13:18:06 -07001364#define ISA1200_HAP_CLK_PM8921 PM8921_GPIO_PM_TO_SYS(44)
1365#define ISA1200_HAP_CLK_PM8917 PM8921_GPIO_PM_TO_SYS(38)
Amy Maloche70090f992012-02-16 16:35:26 -08001366
Mohan Pallaka2d877602012-05-11 13:07:30 +05301367static int isa1200_clk_enable(bool on)
Amy Maloche70090f992012-02-16 16:35:26 -08001368{
David Collinsd49a1c52012-08-22 13:18:06 -07001369 unsigned int gpio = ISA1200_HAP_CLK_PM8921;
Amy Maloche8f973892012-03-26 14:53:13 -07001370 int rc = 0;
1371
David Collinsd49a1c52012-08-22 13:18:06 -07001372 if (socinfo_get_pmic_model() == PMIC_MODEL_PM8917)
1373 gpio = ISA1200_HAP_CLK_PM8917;
1374
1375 gpio_set_value_cansleep(gpio, on);
Amy Maloche70090f992012-02-16 16:35:26 -08001376
Mohan Pallaka2d877602012-05-11 13:07:30 +05301377 if (on) {
Amy Maloche8f973892012-03-26 14:53:13 -07001378 rc = pm8xxx_aux_clk_control(CLK_MP3_2, XO_DIV_1, true);
Mohan Pallaka2d877602012-05-11 13:07:30 +05301379 if (rc) {
1380 pr_err("%s: unable to write aux clock register(%d)\n",
1381 __func__, rc);
1382 goto err_gpio_dis;
1383 }
1384 } else {
Amy Maloche8f973892012-03-26 14:53:13 -07001385 rc = pm8xxx_aux_clk_control(CLK_MP3_2, XO_DIV_NONE, true);
Mohan Pallaka2d877602012-05-11 13:07:30 +05301386 if (rc)
1387 pr_err("%s: unable to write aux clock register(%d)\n",
1388 __func__, rc);
Amy Maloche8f973892012-03-26 14:53:13 -07001389 }
1390
1391 return rc;
Mohan Pallaka2d877602012-05-11 13:07:30 +05301392
1393err_gpio_dis:
David Collinsd49a1c52012-08-22 13:18:06 -07001394 gpio_set_value_cansleep(gpio, !on);
Mohan Pallaka2d877602012-05-11 13:07:30 +05301395 return rc;
Amy Maloche70090f992012-02-16 16:35:26 -08001396}
1397
1398static int isa1200_dev_setup(bool enable)
1399{
David Collinsd49a1c52012-08-22 13:18:06 -07001400 unsigned int gpio = ISA1200_HAP_CLK_PM8921;
Amy Maloche70090f992012-02-16 16:35:26 -08001401 int rc = 0;
1402
David Collinsd49a1c52012-08-22 13:18:06 -07001403 if (socinfo_get_pmic_model() == PMIC_MODEL_PM8917)
1404 gpio = ISA1200_HAP_CLK_PM8917;
1405
Amy Maloche70090f992012-02-16 16:35:26 -08001406 if (!enable)
1407 goto free_gpio;
1408
David Collinsd49a1c52012-08-22 13:18:06 -07001409 rc = gpio_request(gpio, "haptics_clk");
Amy Maloche70090f992012-02-16 16:35:26 -08001410 if (rc) {
1411 pr_err("%s: unable to request gpio %d config(%d)\n",
David Collinsd49a1c52012-08-22 13:18:06 -07001412 __func__, gpio, rc);
Amy Maloche70090f992012-02-16 16:35:26 -08001413 return rc;
1414 }
1415
David Collinsd49a1c52012-08-22 13:18:06 -07001416 rc = gpio_direction_output(gpio, 0);
Amy Maloche70090f992012-02-16 16:35:26 -08001417 if (rc) {
1418 pr_err("%s: unable to set direction\n", __func__);
1419 goto free_gpio;
1420 }
1421
1422 return 0;
1423
1424free_gpio:
David Collinsd49a1c52012-08-22 13:18:06 -07001425 gpio_free(gpio);
Amy Maloche70090f992012-02-16 16:35:26 -08001426 return rc;
1427}
1428
1429static struct isa1200_regulator isa1200_reg_data[] = {
1430 {
1431 .name = "vddp",
1432 .min_uV = ISA_I2C_VTG_MIN_UV,
1433 .max_uV = ISA_I2C_VTG_MAX_UV,
1434 .load_uA = ISA_I2C_CURR_UA,
1435 },
1436};
1437
1438static struct isa1200_platform_data isa1200_1_pdata = {
1439 .name = "vibrator",
1440 .dev_setup = isa1200_dev_setup,
Mohan Pallaka2d877602012-05-11 13:07:30 +05301441 .clk_enable = isa1200_clk_enable,
Mohan Pallaka32f20a72012-06-14 14:41:11 +05301442 .need_pwm_clk = true,
Amy Maloche70090f992012-02-16 16:35:26 -08001443 .hap_en_gpio = ISA1200_HAP_EN_GPIO,
1444 .hap_len_gpio = ISA1200_HAP_LEN_GPIO,
1445 .max_timeout = 15000,
1446 .mode_ctrl = PWM_GEN_MODE,
1447 .pwm_fd = {
1448 .pwm_div = 256,
1449 },
1450 .is_erm = false,
1451 .smart_en = true,
1452 .ext_clk_en = true,
1453 .chip_en = 1,
1454 .regulator_info = isa1200_reg_data,
1455 .num_regulators = ARRAY_SIZE(isa1200_reg_data),
1456};
1457
1458static struct i2c_board_info isa1200_board_info[] __initdata = {
1459 {
1460 I2C_BOARD_INFO("isa1200_1", 0x90>>1),
1461 .platform_data = &isa1200_1_pdata,
1462 },
1463};
Jing Lin21ed4de2012-02-05 15:53:28 -08001464/* configuration data for mxt1386e using V2.1 firmware */
1465static const u8 mxt1386e_config_data_v2_1[] = {
1466 /* T6 Object */
1467 0, 0, 0, 0, 0, 0,
1468 /* T38 Object */
Jing Lin164f69a2012-09-21 13:26:34 -07001469 14, 4, 0, 5, 11, 12, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001470 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1471 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1472 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1473 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1474 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1475 0, 0, 0, 0,
1476 /* T7 Object */
Jing Lin164f69a2012-09-21 13:26:34 -07001477 32, 8, 50,
Jing Lin21ed4de2012-02-05 15:53:28 -08001478 /* T8 Object */
Jing Linf1208fd2012-02-23 11:15:42 -08001479 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001480 /* T9 Object */
Jing Lin943fcec2012-05-25 13:58:57 -07001481 139, 0, 0, 26, 42, 0, 32, 80, 2, 5,
Jing Linc6a55cfc2012-08-31 10:54:44 -07001482 0, 5, 5, 79, 10, 30, 10, 10, 255, 2,
Jing Linf1208fd2012-02-23 11:15:42 -08001483 85, 5, 0, 5, 9, 5, 12, 35, 70, 40,
1484 20, 5, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001485 /* T18 Object */
1486 0, 0,
1487 /* T24 Object */
1488 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1489 0, 0, 0, 0, 0, 0, 0, 0, 0,
1490 /* T25 Object */
Jing Lin943fcec2012-05-25 13:58:57 -07001491 1, 0, 60, 115, 156, 99,
Jing Lin21ed4de2012-02-05 15:53:28 -08001492 /* T27 Object */
1493 0, 0, 0, 0, 0, 0, 0,
1494 /* T40 Object */
1495 0, 0, 0, 0, 0,
1496 /* T42 Object */
Jing Lin943fcec2012-05-25 13:58:57 -07001497 0, 0, 255, 0, 255, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001498 /* T43 Object */
1499 0, 0, 0, 0, 0, 0, 0, 64, 0, 8,
1500 16,
1501 /* T46 Object */
Jing Linf1208fd2012-02-23 11:15:42 -08001502 68, 0, 16, 16, 0, 0, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001503 /* T47 Object */
1504 0, 0, 0, 0, 0, 0, 3, 64, 66, 0,
1505 /* T48 Object */
Jing Lin943fcec2012-05-25 13:58:57 -07001506 1, 64, 64, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -08001507 32, 40, 0, 10, 10, 0, 0, 100, 10, 90,
1508 0, 0, 0, 0, 0, 0, 0, 10, 1, 10,
1509 52, 10, 12, 0, 33, 0, 1, 0, 0, 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001510 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1511 0, 0, 0, 0,
1512 /* T56 Object */
1513 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1514 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1515 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1516 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Jing Linf1208fd2012-02-23 11:15:42 -08001517 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1518 0,
Jing Lin21ed4de2012-02-05 15:53:28 -08001519};
1520
Jing Lin03cc5b42012-11-28 15:00:55 -08001521/* configuration data for mxt1386e using V2.4.AB firmware */
1522static const u8 mxt1386e_config_data_v2_4_AB[] = {
1523 /* T6 Object */
1524 0, 0, 0, 0, 0, 0,
1525 /* Object 38, Instance = 0 */
1526 14, 5, 0, 0,
1527 /* Object 7, Instance = 0 */
1528 32, 8, 50, 0,
1529 /* Object 8, Instance = 0 */
1530 25, 0, 20, 20, 0, 0, 0, 0, 0, 0,
1531 /* Object 9, Instance = 0 */
1532 139, 0, 0, 26, 42, 0, 32, 80, 2, 5,
1533 0, 5, 5, 79, 10, 30, 10, 10, 255, 2,
1534 85, 5, 0, 5, 9, 5, 12, 35, 70, 40,
1535 20, 5, 0, 0, 0, 0,
1536 /* Object 18, Instance = 0 */
1537 0, 0,
1538 /* Object 24, Instance = 0 */
1539 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1540 0, 0, 0, 0, 0, 0, 0, 0, 0,
1541 /* Object 25, Instance = 0 */
1542 1, 0, 60, 115, 156, 99,
1543 /* Object 27, Instance = 0 */
1544 0, 0, 0, 0, 0, 0, 0,
1545 /* Object 40, Instance = 0 */
1546 0, 0, 0, 0, 0,
1547 /* Object 42, Instance = 0 */
1548 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1549 /* Object 43, Instance = 0 */
1550 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1551 0, 0,
1552 /* Object 46, Instance = 0 */
1553 68, 0, 16, 16, 0, 0, 0, 0, 0,
1554 /* Object 47, Instance = 0 */
1555 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1556 /* Object 56, Instance = 0 */
1557 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1558 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1559 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1560 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1561 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1562 0, 0,
1563 /* Object 62, Instance = 0 */
1564 1, 0, 0, 2, 0, 0, 0, 0, 10, 0,
1565 0, 0, 0, 0, 0, 0, 0, 0, 0, 32,
1566 40, 10, 52, 10, 100, 10, 10, 10, 90, 0,
1567 0, 0, 0, 0, 33, 0, 1, 0, 0, 0,
1568 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1569 0, 0, 0, 0,
1570};
1571
Jing Lin21ed4de2012-02-05 15:53:28 -08001572#define MXT_TS_GPIO_IRQ 6
1573#define MXT_TS_PWR_EN_GPIO PM8921_GPIO_PM_TO_SYS(23)
1574#define MXT_TS_RESET_GPIO 33
1575
1576static struct mxt_config_info mxt_config_array[] = {
1577 {
1578 .config = mxt1386e_config_data_v2_1,
1579 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
1580 .family_id = 0xA0,
1581 .variant_id = 0x7,
1582 .version = 0x21,
1583 .build = 0xAA,
Jing Linef4aa9b2012-03-26 12:01:41 -07001584 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin03cc5b42012-11-28 15:00:55 -08001585 .fw_name = "atmel_8064_liquid_v2_4_AB.hex",
Jing Linef4aa9b2012-03-26 12:01:41 -07001586 },
1587 {
1588 /* The config data for V2.2.AA is the same as for V2.1.AA */
1589 .config = mxt1386e_config_data_v2_1,
1590 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_1),
1591 .family_id = 0xA0,
1592 .variant_id = 0x7,
1593 .version = 0x22,
1594 .build = 0xAA,
1595 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin03cc5b42012-11-28 15:00:55 -08001596 .fw_name = "atmel_8064_liquid_v2_4_AB.hex",
1597 },
1598 {
1599 .config = mxt1386e_config_data_v2_4_AB,
1600 .config_length = ARRAY_SIZE(mxt1386e_config_data_v2_4_AB),
1601 .family_id = 0xA0,
1602 .variant_id = 0x7,
1603 .version = 0x24,
1604 .build = 0xAB,
1605 .bootldr_id = MXT_BOOTLOADER_ID_1386E,
Jing Lin21ed4de2012-02-05 15:53:28 -08001606 },
1607};
1608
1609static struct mxt_platform_data mxt_platform_data = {
1610 .config_array = mxt_config_array,
1611 .config_array_size = ARRAY_SIZE(mxt_config_array),
Mohan Pallaka56a1a5d2012-02-23 12:05:13 -08001612 .panel_minx = 0,
1613 .panel_maxx = 1365,
1614 .panel_miny = 0,
1615 .panel_maxy = 767,
1616 .disp_minx = 0,
1617 .disp_maxx = 1365,
1618 .disp_miny = 0,
1619 .disp_maxy = 767,
Anirudh Ghayal39dbe3f2012-04-13 15:43:16 +05301620 .irqflags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
Jing Lin21ed4de2012-02-05 15:53:28 -08001621 .i2c_pull_up = true,
1622 .reset_gpio = MXT_TS_RESET_GPIO,
1623 .irq_gpio = MXT_TS_GPIO_IRQ,
1624};
1625
1626static struct i2c_board_info mxt_device_info[] __initdata = {
1627 {
1628 I2C_BOARD_INFO("atmel_mxt_ts", 0x5b),
1629 .platform_data = &mxt_platform_data,
1630 .irq = MSM_GPIO_TO_INT(MXT_TS_GPIO_IRQ),
1631 },
1632};
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001633#define CYTTSP_TS_GPIO_IRQ 6
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001634#define CYTTSP_TS_GPIO_SLEEP 33
Amy Maloche609bb5e2012-08-03 09:41:42 -07001635#define CYTTSP_TS_GPIO_SLEEP_ALT 12
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001636
1637static ssize_t tma340_vkeys_show(struct kobject *kobj,
1638 struct kobj_attribute *attr, char *buf)
1639{
1640 return snprintf(buf, 200,
1641 __stringify(EV_KEY) ":" __stringify(KEY_BACK) ":73:1120:97:97"
1642 ":" __stringify(EV_KEY) ":" __stringify(KEY_MENU) ":230:1120:97:97"
1643 ":" __stringify(EV_KEY) ":" __stringify(KEY_HOME) ":389:1120:97:97"
1644 ":" __stringify(EV_KEY) ":" __stringify(KEY_SEARCH) ":544:1120:97:97"
1645 "\n");
1646}
1647
1648static struct kobj_attribute tma340_vkeys_attr = {
1649 .attr = {
1650 .mode = S_IRUGO,
1651 },
1652 .show = &tma340_vkeys_show,
1653};
1654
1655static struct attribute *tma340_properties_attrs[] = {
1656 &tma340_vkeys_attr.attr,
1657 NULL
1658};
1659
1660static struct attribute_group tma340_properties_attr_group = {
1661 .attrs = tma340_properties_attrs,
1662};
1663
1664static int cyttsp_platform_init(struct i2c_client *client)
1665{
1666 int rc = 0;
1667 static struct kobject *tma340_properties_kobj;
1668
1669 tma340_vkeys_attr.attr.name = "virtualkeys.cyttsp-i2c";
1670 tma340_properties_kobj = kobject_create_and_add("board_properties",
1671 NULL);
1672 if (tma340_properties_kobj)
1673 rc = sysfs_create_group(tma340_properties_kobj,
1674 &tma340_properties_attr_group);
1675 if (!tma340_properties_kobj || rc)
1676 pr_err("%s: failed to create board_properties\n",
1677 __func__);
1678
1679 return 0;
1680}
1681
1682static struct cyttsp_regulator cyttsp_regulator_data[] = {
1683 {
1684 .name = "vdd",
1685 .min_uV = CY_TMA300_VTG_MIN_UV,
1686 .max_uV = CY_TMA300_VTG_MAX_UV,
1687 .hpm_load_uA = CY_TMA300_CURR_24HZ_UA,
1688 .lpm_load_uA = CY_TMA300_CURR_24HZ_UA,
1689 },
1690 {
1691 .name = "vcc_i2c",
1692 .min_uV = CY_I2C_VTG_MIN_UV,
1693 .max_uV = CY_I2C_VTG_MAX_UV,
1694 .hpm_load_uA = CY_I2C_CURR_UA,
1695 .lpm_load_uA = CY_I2C_CURR_UA,
1696 },
1697};
1698
1699static struct cyttsp_platform_data cyttsp_pdata = {
1700 .panel_maxx = 634,
1701 .panel_maxy = 1166,
Amy Maloche700605e2012-12-05 14:28:53 -08001702 .disp_minx = 18,
1703 .disp_maxx = 617,
1704 .disp_miny = 18,
1705 .disp_maxy = 1041,
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001706 .flags = 0x01,
1707 .gen = CY_GEN3,
1708 .use_st = CY_USE_ST,
1709 .use_mt = CY_USE_MT,
1710 .use_hndshk = CY_SEND_HNDSHK,
1711 .use_trk_id = CY_USE_TRACKING_ID,
1712 .use_sleep = CY_USE_DEEP_SLEEP_SEL,
1713 .use_gestures = CY_USE_GESTURES,
1714 .fw_fname = "cyttsp_8064_mtp.hex",
1715 /* change act_intrvl to customize the Active power state
1716 * scanning/processing refresh interval for Operating mode
1717 */
1718 .act_intrvl = CY_ACT_INTRVL_DFLT,
1719 /* change tch_tmout to customize the touch timeout for the
1720 * Active power state for Operating mode
1721 */
1722 .tch_tmout = CY_TCH_TMOUT_DFLT,
1723 /* change lp_intrvl to customize the Low Power power state
1724 * scanning/processing refresh interval for Operating mode
1725 */
1726 .lp_intrvl = CY_LP_INTRVL_DFLT,
1727 .sleep_gpio = CYTTSP_TS_GPIO_SLEEP,
Amy Maloche9ba3ffe2012-04-26 10:31:20 -07001728 .resout_gpio = -1,
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08001729 .irq_gpio = CYTTSP_TS_GPIO_IRQ,
1730 .regulator_info = cyttsp_regulator_data,
1731 .num_regulators = ARRAY_SIZE(cyttsp_regulator_data),
1732 .init = cyttsp_platform_init,
1733 .correct_fw_ver = 17,
1734};
1735
1736static struct i2c_board_info cyttsp_info[] __initdata = {
1737 {
1738 I2C_BOARD_INFO(CY_I2C_NAME, 0x24),
1739 .platform_data = &cyttsp_pdata,
1740 .irq = MSM_GPIO_TO_INT(CYTTSP_TS_GPIO_IRQ),
1741 },
1742};
Jing Lin21ed4de2012-02-05 15:53:28 -08001743
Ankit Verma6b7e2ba2012-01-26 15:48:54 -08001744#define MSM_WCNSS_PHYS 0x03000000
1745#define MSM_WCNSS_SIZE 0x280000
1746
1747static struct resource resources_wcnss_wlan[] = {
1748 {
1749 .start = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1750 .end = RIVA_APPS_WLAN_RX_DATA_AVAIL_IRQ,
1751 .name = "wcnss_wlanrx_irq",
1752 .flags = IORESOURCE_IRQ,
1753 },
1754 {
1755 .start = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1756 .end = RIVA_APPS_WLAN_DATA_XFER_DONE_IRQ,
1757 .name = "wcnss_wlantx_irq",
1758 .flags = IORESOURCE_IRQ,
1759 },
1760 {
1761 .start = MSM_WCNSS_PHYS,
1762 .end = MSM_WCNSS_PHYS + MSM_WCNSS_SIZE - 1,
1763 .name = "wcnss_mmio",
1764 .flags = IORESOURCE_MEM,
1765 },
1766 {
1767 .start = 64,
1768 .end = 68,
1769 .name = "wcnss_gpios_5wire",
1770 .flags = IORESOURCE_IO,
1771 },
1772};
1773
1774static struct qcom_wcnss_opts qcom_wcnss_pdata = {
1775 .has_48mhz_xo = 1,
1776};
1777
1778static struct platform_device msm_device_wcnss_wlan = {
1779 .name = "wcnss_wlan",
1780 .id = 0,
1781 .num_resources = ARRAY_SIZE(resources_wcnss_wlan),
1782 .resource = resources_wcnss_wlan,
1783 .dev = {.platform_data = &qcom_wcnss_pdata},
1784};
1785
Ankit Vermab7c26e62012-02-28 15:04:15 -08001786static struct platform_device msm_device_iris_fm __devinitdata = {
1787 .name = "iris_fm",
1788 .id = -1,
1789};
1790
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001791#ifdef CONFIG_QSEECOM
1792/* qseecom bus scaling */
1793static struct msm_bus_vectors qseecom_clks_init_vectors[] = {
1794 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001795 .src = MSM_BUS_MASTER_ADM_PORT0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001796 .dst = MSM_BUS_SLAVE_EBI_CH0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001797 .ab = 0,
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001798 .ib = 0,
1799 },
1800 {
1801 .src = MSM_BUS_MASTER_ADM_PORT1,
1802 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1803 .ab = 0,
1804 .ib = 0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001805 },
1806 {
1807 .src = MSM_BUS_MASTER_SPDM,
1808 .dst = MSM_BUS_SLAVE_SPDM,
1809 .ib = 0,
1810 .ab = 0,
1811 },
1812};
1813
1814static struct msm_bus_vectors qseecom_enable_dfab_vectors[] = {
1815 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001816 .src = MSM_BUS_MASTER_ADM_PORT0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001817 .dst = MSM_BUS_SLAVE_EBI_CH0,
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001818 .ab = 70000000UL,
1819 .ib = 70000000UL,
1820 },
1821 {
1822 .src = MSM_BUS_MASTER_ADM_PORT1,
1823 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1824 .ab = 2480000000UL,
1825 .ib = 2480000000UL,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001826 },
1827 {
1828 .src = MSM_BUS_MASTER_SPDM,
1829 .dst = MSM_BUS_SLAVE_SPDM,
1830 .ib = 0,
1831 .ab = 0,
1832 },
1833};
1834
1835static struct msm_bus_vectors qseecom_enable_sfpb_vectors[] = {
1836 {
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001837 .src = MSM_BUS_MASTER_ADM_PORT0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001838 .dst = MSM_BUS_SLAVE_EBI_CH0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001839 .ab = 0,
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001840 .ib = 0,
1841 },
1842 {
1843 .src = MSM_BUS_MASTER_ADM_PORT1,
1844 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1845 .ab = 0,
1846 .ib = 0,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001847 },
1848 {
1849 .src = MSM_BUS_MASTER_SPDM,
1850 .dst = MSM_BUS_SLAVE_SPDM,
1851 .ib = (64 * 8) * 1000000UL,
1852 .ab = (64 * 8) * 100000UL,
1853 },
1854};
1855
Ramesh Masavarapu8d756582012-10-03 10:18:06 -07001856static struct msm_bus_vectors qseecom_enable_dfab_sfpb_vectors[] = {
1857 {
1858 .src = MSM_BUS_MASTER_ADM_PORT0,
1859 .dst = MSM_BUS_SLAVE_EBI_CH0,
1860 .ab = 70000000UL,
1861 .ib = 70000000UL,
1862 },
1863 {
1864 .src = MSM_BUS_MASTER_ADM_PORT1,
1865 .dst = MSM_BUS_SLAVE_GSBI1_UART,
1866 .ab = 2480000000UL,
1867 .ib = 2480000000UL,
1868 },
1869 {
1870 .src = MSM_BUS_MASTER_SPDM,
1871 .dst = MSM_BUS_SLAVE_SPDM,
1872 .ib = (64 * 8) * 1000000UL,
1873 .ab = (64 * 8) * 100000UL,
1874 },
1875};
1876
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001877static struct msm_bus_paths qseecom_hw_bus_scale_usecases[] = {
1878 {
1879 ARRAY_SIZE(qseecom_clks_init_vectors),
1880 qseecom_clks_init_vectors,
1881 },
1882 {
1883 ARRAY_SIZE(qseecom_enable_dfab_vectors),
Ramesh Masavarapu1e8c7242012-09-04 11:52:57 -07001884 qseecom_enable_dfab_vectors,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001885 },
1886 {
1887 ARRAY_SIZE(qseecom_enable_sfpb_vectors),
1888 qseecom_enable_sfpb_vectors,
1889 },
Ramesh Masavarapu8d756582012-10-03 10:18:06 -07001890 {
1891 ARRAY_SIZE(qseecom_enable_dfab_sfpb_vectors),
1892 qseecom_enable_dfab_sfpb_vectors,
1893 },
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07001894};
1895
1896static struct msm_bus_scale_pdata qseecom_bus_pdata = {
1897 qseecom_hw_bus_scale_usecases,
1898 ARRAY_SIZE(qseecom_hw_bus_scale_usecases),
1899 .name = "qsee",
1900};
1901
1902static struct platform_device qseecom_device = {
1903 .name = "qseecom",
1904 .id = 0,
1905 .dev = {
1906 .platform_data = &qseecom_bus_pdata,
1907 },
1908};
1909#endif
1910
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001911#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1912 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE) || \
1913 defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
1914 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
1915
1916#define QCE_SIZE 0x10000
1917#define QCE_0_BASE 0x11000000
1918
1919#define QCE_HW_KEY_SUPPORT 0
1920#define QCE_SHA_HMAC_SUPPORT 1
1921#define QCE_SHARE_CE_RESOURCE 3
1922#define QCE_CE_SHARED 0
1923
1924static struct resource qcrypto_resources[] = {
1925 [0] = {
1926 .start = QCE_0_BASE,
1927 .end = QCE_0_BASE + QCE_SIZE - 1,
1928 .flags = IORESOURCE_MEM,
1929 },
1930 [1] = {
1931 .name = "crypto_channels",
1932 .start = DMOV8064_CE_IN_CHAN,
1933 .end = DMOV8064_CE_OUT_CHAN,
1934 .flags = IORESOURCE_DMA,
1935 },
1936 [2] = {
1937 .name = "crypto_crci_in",
1938 .start = DMOV8064_CE_IN_CRCI,
1939 .end = DMOV8064_CE_IN_CRCI,
1940 .flags = IORESOURCE_DMA,
1941 },
1942 [3] = {
1943 .name = "crypto_crci_out",
1944 .start = DMOV8064_CE_OUT_CRCI,
1945 .end = DMOV8064_CE_OUT_CRCI,
1946 .flags = IORESOURCE_DMA,
1947 },
1948};
1949
1950static struct resource qcedev_resources[] = {
1951 [0] = {
1952 .start = QCE_0_BASE,
1953 .end = QCE_0_BASE + QCE_SIZE - 1,
1954 .flags = IORESOURCE_MEM,
1955 },
1956 [1] = {
1957 .name = "crypto_channels",
1958 .start = DMOV8064_CE_IN_CHAN,
1959 .end = DMOV8064_CE_OUT_CHAN,
1960 .flags = IORESOURCE_DMA,
1961 },
1962 [2] = {
1963 .name = "crypto_crci_in",
1964 .start = DMOV8064_CE_IN_CRCI,
1965 .end = DMOV8064_CE_IN_CRCI,
1966 .flags = IORESOURCE_DMA,
1967 },
1968 [3] = {
1969 .name = "crypto_crci_out",
1970 .start = DMOV8064_CE_OUT_CRCI,
1971 .end = DMOV8064_CE_OUT_CRCI,
1972 .flags = IORESOURCE_DMA,
1973 },
1974};
1975
1976#endif
1977
1978#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
1979 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
1980
1981static struct msm_ce_hw_support qcrypto_ce_hw_suppport = {
1982 .ce_shared = QCE_CE_SHARED,
1983 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
1984 .hw_key_support = QCE_HW_KEY_SUPPORT,
1985 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08001986 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07001987};
1988
1989static struct platform_device qcrypto_device = {
1990 .name = "qcrypto",
1991 .id = 0,
1992 .num_resources = ARRAY_SIZE(qcrypto_resources),
1993 .resource = qcrypto_resources,
1994 .dev = {
1995 .coherent_dma_mask = DMA_BIT_MASK(32),
1996 .platform_data = &qcrypto_ce_hw_suppport,
1997 },
1998};
1999#endif
2000
2001#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
2002 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
2003
2004static struct msm_ce_hw_support qcedev_ce_hw_suppport = {
2005 .ce_shared = QCE_CE_SHARED,
2006 .shared_ce_resource = QCE_SHARE_CE_RESOURCE,
2007 .hw_key_support = QCE_HW_KEY_SUPPORT,
2008 .sha_hmac = QCE_SHA_HMAC_SUPPORT,
Ramesh Masavarapu49259682011-12-02 14:00:18 -08002009 .bus_scale_table = NULL,
Ramesh Masavarapu28311912011-10-27 11:04:12 -07002010};
2011
2012static struct platform_device qcedev_device = {
2013 .name = "qce",
2014 .id = 0,
2015 .num_resources = ARRAY_SIZE(qcedev_resources),
2016 .resource = qcedev_resources,
2017 .dev = {
2018 .coherent_dma_mask = DMA_BIT_MASK(32),
2019 .platform_data = &qcedev_ce_hw_suppport,
2020 },
2021};
2022#endif
2023
Joel Kingef390842012-05-23 16:42:48 -07002024static struct mdm_vddmin_resource mdm_vddmin_rscs = {
2025 .rpm_id = MSM_RPM_ID_VDDMIN_GPIO,
2026 .ap2mdm_vddmin_gpio = 30,
2027 .modes = 0x03,
2028 .drive_strength = 8,
2029 .mdm2ap_vddmin_gpio = 80,
2030};
2031
Joel King269aa602012-07-23 08:07:35 -07002032static struct gpiomux_setting mdm2ap_status_gpio_run_cfg = {
2033 .func = GPIOMUX_FUNC_GPIO,
2034 .drv = GPIOMUX_DRV_8MA,
2035 .pull = GPIOMUX_PULL_NONE,
2036};
2037
Joel Kingdacbc822012-01-25 13:30:57 -08002038static struct mdm_platform_data mdm_platform_data = {
2039 .mdm_version = "3.0",
2040 .ramdump_delay_ms = 2000,
Joel King14fe7fa2012-05-27 14:26:11 -07002041 .early_power_on = 1,
2042 .sfr_query = 1,
Joel Kingbf3e4b52012-09-26 09:10:34 -07002043 .send_shdn = 1,
Joel Kingef390842012-05-23 16:42:48 -07002044 .vddmin_resource = &mdm_vddmin_rscs,
Hemant Kumara945b472012-01-25 15:08:06 -08002045 .peripheral_platform_device = &apq8064_device_hsic_host,
Ameya Thakurc9a7a842012-06-24 22:47:52 -07002046 .ramdump_timeout_ms = 120000,
Joel King269aa602012-07-23 08:07:35 -07002047 .mdm2ap_status_gpio_run_cfg = &mdm2ap_status_gpio_run_cfg,
Joel Kingdacbc822012-01-25 13:30:57 -08002048};
Ramesh Masavarapu28311912011-10-27 11:04:12 -07002049
Siddartha Mohanadosscaeaa922012-02-07 16:41:38 -08002050static struct tsens_platform_data apq_tsens_pdata = {
2051 .tsens_factor = 1000,
2052 .hw_type = APQ_8064,
2053 .tsens_num_sensor = 11,
2054 .slope = {1176, 1176, 1154, 1176, 1111,
2055 1132, 1132, 1199, 1132, 1199, 1132},
2056};
2057
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002058static struct platform_device msm_tsens_device = {
2059 .name = "tsens8960-tm",
2060 .id = -1,
2061};
2062
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002063static struct msm_thermal_data msm_thermal_pdata = {
2064 .sensor_id = 7,
Eugene Seah2ee4a5d2012-06-25 18:16:41 -06002065 .poll_ms = 250,
2066 .limit_temp_degC = 60,
2067 .temp_hysteresis_degC = 10,
2068 .freq_step = 2,
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06002069};
2070
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06002071#define MSM_SHARED_RAM_PHYS 0x80000000
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002072static void __init apq8064_map_io(void)
2073{
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06002074 msm_shared_ram_phys = MSM_SHARED_RAM_PHYS;
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002075 msm_map_apq8064_io();
Abhimanyu Kapur440cdde2012-12-04 00:05:40 -08002076
2077 if (IS_ERR_OR_NULL(socinfo_init()))
Jeff Ohlstein3a77f9f2011-09-06 14:50:20 -07002078 pr_err("socinfo_init() failed!\n");
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002079}
2080
2081static void __init apq8064_init_irq(void)
2082{
Praveen Chidambaram78499012011-11-01 17:15:17 -06002083 struct msm_mpm_device_data *data = NULL;
2084
2085#ifdef CONFIG_MSM_MPM
2086 data = &apq8064_mpm_dev_data;
2087#endif
2088
2089 msm_mpm_irq_extn_init(data);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002090 gic_init(0, GIC_PPI_START, MSM_QGIC_DIST_BASE,
2091 (void *)MSM_QGIC_CPU_BASE);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002092}
2093
Abhishek Kharbanda72dc72e2012-06-07 13:41:37 -07002094static struct msm_mhl_platform_data mhl_platform_data = {
2095 .irq = MSM_GPIO_TO_INT(MHL_GPIO_INT),
2096 .gpio_mhl_int = MHL_GPIO_INT,
2097 .gpio_mhl_reset = MHL_GPIO_RESET,
2098 .gpio_mhl_power = 0,
2099 .gpio_hdmi_mhl_mux = 0,
2100};
2101
2102static struct i2c_board_info sii_device_info[] __initdata = {
2103 {
2104 /*
2105 * keeps SI 8334 as the default
2106 * MHL TX
2107 */
2108 I2C_BOARD_INFO("sii8334", 0x39),
2109 .platform_data = &mhl_platform_data,
2110 .flags = I2C_CLIENT_WAKE,
2111 },
2112};
2113
Jay Chokshi7805b5a2011-11-07 15:55:30 -08002114static struct platform_device msm8064_device_saw_regulator_core0 = {
2115 .name = "saw-regulator",
2116 .id = 0,
2117 .dev = {
2118 .platform_data = &msm8064_saw_regulator_pdata_8921_s5,
2119 },
2120};
2121
2122static struct platform_device msm8064_device_saw_regulator_core1 = {
2123 .name = "saw-regulator",
2124 .id = 1,
2125 .dev = {
2126 .platform_data = &msm8064_saw_regulator_pdata_8921_s6,
2127 },
2128};
2129
2130static struct platform_device msm8064_device_saw_regulator_core2 = {
2131 .name = "saw-regulator",
2132 .id = 2,
2133 .dev = {
2134 .platform_data = &msm8064_saw_regulator_pdata_8821_s0,
2135 },
2136};
2137
2138static struct platform_device msm8064_device_saw_regulator_core3 = {
2139 .name = "saw-regulator",
2140 .id = 3,
2141 .dev = {
2142 .platform_data = &msm8064_saw_regulator_pdata_8821_s1,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002143
2144 },
2145};
2146
Oluwafemi Adeyemif5a31422012-03-08 16:58:45 -08002147static struct msm_rpmrs_level msm_rpmrs_levels[] = {
Praveen Chidambaram78499012011-11-01 17:15:17 -06002148 {
2149 MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT,
2150 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2151 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002152 1, 784, 180000, 100,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002153 },
2154
2155 {
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002156 MSM_PM_SLEEP_MODE_RETENTION,
2157 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2158 true,
2159 415, 715, 340827, 475,
2160 },
2161
2162 {
Praveen Chidambaram78499012011-11-01 17:15:17 -06002163 MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE,
2164 MSM_RPMRS_LIMITS(ON, ACTIVE, MAX, ACTIVE),
2165 true,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002166 1300, 228, 1200000, 2000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002167 },
2168
2169 {
2170 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2171 MSM_RPMRS_LIMITS(ON, GDHS, MAX, ACTIVE),
2172 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002173 2000, 138, 1208400, 3200,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002174 },
2175
2176 {
2177 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
Praveen Chidambarame3380672012-02-08 10:32:27 -07002178 MSM_RPMRS_LIMITS(ON, HSFS_OPEN, ACTIVE, RET_HIGH),
2179 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002180 6000, 119, 1850300, 9000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002181 },
2182
2183 {
2184 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2185 MSM_RPMRS_LIMITS(OFF, GDHS, MAX, ACTIVE),
2186 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002187 9200, 68, 2839200, 16400,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002188 },
2189
2190 {
2191 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2192 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, MAX, ACTIVE),
2193 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002194 10300, 63, 3128000, 18200,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002195 },
2196
2197 {
2198 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2199 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, ACTIVE, RET_HIGH),
2200 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002201 18000, 10, 4602600, 27000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002202 },
2203
2204 {
2205 MSM_PM_SLEEP_MODE_POWER_COLLAPSE,
2206 MSM_RPMRS_LIMITS(OFF, HSFS_OPEN, RET_HIGH, RET_LOW),
2207 false,
Girish Mahadevan9bf71562012-04-13 14:41:44 -06002208 20000, 2, 5752000, 32000,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002209 },
2210};
2211
2212static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
2213 .mode = MSM_PM_BOOT_CONFIG_TZ,
2214};
2215
2216static struct msm_rpmrs_platform_data msm_rpmrs_data __initdata = {
2217 .levels = &msm_rpmrs_levels[0],
2218 .num_levels = ARRAY_SIZE(msm_rpmrs_levels),
2219 .vdd_mem_levels = {
2220 [MSM_RPMRS_VDD_MEM_RET_LOW] = 750000,
2221 [MSM_RPMRS_VDD_MEM_RET_HIGH] = 750000,
2222 [MSM_RPMRS_VDD_MEM_ACTIVE] = 1050000,
2223 [MSM_RPMRS_VDD_MEM_MAX] = 1150000,
2224 },
2225 .vdd_dig_levels = {
2226 [MSM_RPMRS_VDD_DIG_RET_LOW] = 500000,
2227 [MSM_RPMRS_VDD_DIG_RET_HIGH] = 750000,
2228 [MSM_RPMRS_VDD_DIG_ACTIVE] = 950000,
2229 [MSM_RPMRS_VDD_DIG_MAX] = 1150000,
2230 },
2231 .vdd_mask = 0x7FFFFF,
2232 .rpmrs_target_id = {
2233 [MSM_RPMRS_ID_PXO_CLK] = MSM_RPM_ID_PXO_CLK,
2234 [MSM_RPMRS_ID_L2_CACHE_CTL] = MSM_RPM_ID_LAST,
2235 [MSM_RPMRS_ID_VDD_DIG_0] = MSM_RPM_ID_PM8921_S3_0,
2236 [MSM_RPMRS_ID_VDD_DIG_1] = MSM_RPM_ID_PM8921_S3_1,
2237 [MSM_RPMRS_ID_VDD_MEM_0] = MSM_RPM_ID_PM8921_L24_0,
2238 [MSM_RPMRS_ID_VDD_MEM_1] = MSM_RPM_ID_PM8921_L24_1,
2239 [MSM_RPMRS_ID_RPM_CTL] = MSM_RPM_ID_RPM_CTL,
2240 },
2241};
2242
Praveen Chidambaram78499012011-11-01 17:15:17 -06002243static uint8_t spm_wfi_cmd_sequence[] __initdata = {
2244 0x03, 0x0f,
2245};
2246
2247static uint8_t spm_power_collapse_without_rpm[] __initdata = {
2248 0x00, 0x24, 0x54, 0x10,
2249 0x09, 0x03, 0x01,
2250 0x10, 0x54, 0x30, 0x0C,
2251 0x24, 0x30, 0x0f,
2252};
2253
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002254static uint8_t spm_retention_cmd_sequence[] __initdata = {
2255 0x00, 0x05, 0x03, 0x0D,
2256 0x0B, 0x00, 0x0f,
2257};
2258
Praveen Chidambaram78499012011-11-01 17:15:17 -06002259static uint8_t spm_power_collapse_with_rpm[] __initdata = {
2260 0x00, 0x24, 0x54, 0x10,
2261 0x09, 0x07, 0x01, 0x0B,
2262 0x10, 0x54, 0x30, 0x0C,
2263 0x24, 0x30, 0x0f,
2264};
2265
Praveen Chidambaramc3c90822012-11-07 15:43:49 -07002266/* 8064AB has a different command to assert apc_pdn */
2267static uint8_t spm_power_collapse_without_rpm_krait_v3[] __initdata = {
2268 0x00, 0x24, 0x84, 0x10,
2269 0x09, 0x03, 0x01,
2270 0x10, 0x84, 0x30, 0x0C,
2271 0x24, 0x30, 0x0f,
2272};
2273
2274static uint8_t spm_power_collapse_with_rpm_krait_v3[] __initdata = {
2275 0x00, 0x24, 0x84, 0x10,
2276 0x09, 0x07, 0x01, 0x0B,
2277 0x10, 0x84, 0x30, 0x0C,
2278 0x24, 0x30, 0x0f,
2279};
2280
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002281static struct msm_spm_seq_entry msm_spm_boot_cpu_seq_list[] __initdata = {
2282 [0] = {
2283 .mode = MSM_SPM_MODE_CLOCK_GATING,
2284 .notify_rpm = false,
2285 .cmd = spm_wfi_cmd_sequence,
2286 },
2287 [1] = {
2288 .mode = MSM_SPM_MODE_POWER_RETENTION,
2289 .notify_rpm = false,
2290 .cmd = spm_retention_cmd_sequence,
2291 },
2292 [2] = {
2293 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
2294 .notify_rpm = false,
2295 .cmd = spm_power_collapse_without_rpm,
2296 },
2297 [3] = {
2298 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
2299 .notify_rpm = true,
2300 .cmd = spm_power_collapse_with_rpm,
2301 },
2302};
2303static struct msm_spm_seq_entry msm_spm_nonboot_cpu_seq_list[] __initdata = {
Praveen Chidambaram78499012011-11-01 17:15:17 -06002304 [0] = {
2305 .mode = MSM_SPM_MODE_CLOCK_GATING,
2306 .notify_rpm = false,
2307 .cmd = spm_wfi_cmd_sequence,
2308 },
2309 [1] = {
2310 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
2311 .notify_rpm = false,
2312 .cmd = spm_power_collapse_without_rpm,
2313 },
2314 [2] = {
2315 .mode = MSM_SPM_MODE_POWER_COLLAPSE,
2316 .notify_rpm = true,
2317 .cmd = spm_power_collapse_with_rpm,
2318 },
2319};
2320
2321static uint8_t l2_spm_wfi_cmd_sequence[] __initdata = {
2322 0x00, 0x20, 0x03, 0x20,
2323 0x00, 0x0f,
2324};
2325
2326static uint8_t l2_spm_gdhs_cmd_sequence[] __initdata = {
2327 0x00, 0x20, 0x34, 0x64,
2328 0x48, 0x07, 0x48, 0x20,
2329 0x50, 0x64, 0x04, 0x34,
2330 0x50, 0x0f,
2331};
2332static uint8_t l2_spm_power_off_cmd_sequence[] __initdata = {
2333 0x00, 0x10, 0x34, 0x64,
2334 0x48, 0x07, 0x48, 0x10,
2335 0x50, 0x64, 0x04, 0x34,
2336 0x50, 0x0F,
2337};
2338
2339static struct msm_spm_seq_entry msm_spm_l2_seq_list[] __initdata = {
2340 [0] = {
2341 .mode = MSM_SPM_L2_MODE_RETENTION,
2342 .notify_rpm = false,
2343 .cmd = l2_spm_wfi_cmd_sequence,
2344 },
2345 [1] = {
2346 .mode = MSM_SPM_L2_MODE_GDHS,
2347 .notify_rpm = true,
2348 .cmd = l2_spm_gdhs_cmd_sequence,
2349 },
2350 [2] = {
2351 .mode = MSM_SPM_L2_MODE_POWER_COLLAPSE,
2352 .notify_rpm = true,
2353 .cmd = l2_spm_power_off_cmd_sequence,
2354 },
2355};
2356
2357
2358static struct msm_spm_platform_data msm_spm_l2_data[] __initdata = {
2359 [0] = {
2360 .reg_base_addr = MSM_SAW_L2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002361 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x00,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07002362 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002363 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x00A000AE,
2364 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A00020,
2365 .modes = msm_spm_l2_seq_list,
2366 .num_modes = ARRAY_SIZE(msm_spm_l2_seq_list),
2367 },
2368};
2369
2370static struct msm_spm_platform_data msm_spm_data[] __initdata = {
2371 [0] = {
2372 .reg_base_addr = MSM_SAW0_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002373 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002374#if defined(CONFIG_MSM_AVS_HW)
2375 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
2376 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
2377#endif
2378 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002379 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x03020004,
2380 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0084009C,
2381 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x00A4001C,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002382 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002383 .num_modes = ARRAY_SIZE(msm_spm_boot_cpu_seq_list),
2384 .modes = msm_spm_boot_cpu_seq_list,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002385 },
2386 [1] = {
2387 .reg_base_addr = MSM_SAW1_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002388 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002389#if defined(CONFIG_MSM_AVS_HW)
2390 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
2391 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
2392#endif
2393 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07002394 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002395 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
2396 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
2397 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002398 .num_modes = ARRAY_SIZE(msm_spm_nonboot_cpu_seq_list),
2399 .modes = msm_spm_nonboot_cpu_seq_list,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002400 },
2401 [2] = {
2402 .reg_base_addr = MSM_SAW2_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002403 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002404#if defined(CONFIG_MSM_AVS_HW)
2405 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
2406 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
2407#endif
2408 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07002409 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002410 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
2411 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
2412 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002413 .num_modes = ARRAY_SIZE(msm_spm_nonboot_cpu_seq_list),
2414 .modes = msm_spm_nonboot_cpu_seq_list,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002415 },
2416 [3] = {
2417 .reg_base_addr = MSM_SAW3_BASE,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002418 .reg_init_values[MSM_SPM_REG_SAW2_CFG] = 0x1F,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002419#if defined(CONFIG_MSM_AVS_HW)
2420 .reg_init_values[MSM_SPM_REG_SAW2_AVS_CTL] = 0x00,
2421 .reg_init_values[MSM_SPM_REG_SAW2_AVS_HYSTERESIS] = 0x00,
2422#endif
2423 .reg_init_values[MSM_SPM_REG_SAW2_SPM_CTL] = 0x01,
Praveen Chidambarame4b9eb12012-02-28 19:39:58 -07002424 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DLY] = 0x02020204,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002425 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_0] = 0x0060009C,
2426 .reg_init_values[MSM_SPM_REG_SAW2_PMIC_DATA_1] = 0x0000001C,
2427 .vctl_timeout_us = 50,
Girish Mahadevan3bc98772012-08-15 10:01:27 -06002428 .num_modes = ARRAY_SIZE(msm_spm_nonboot_cpu_seq_list),
2429 .modes = msm_spm_nonboot_cpu_seq_list,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08002430 },
2431};
2432
Praveen Chidambaramc3c90822012-11-07 15:43:49 -07002433static void __init apq8064ab_update_krait_spm(void)
2434{
2435 int i;
2436
2437 /* Update the SPM sequences for SPC and PC */
2438 for (i = 0; i < ARRAY_SIZE(msm_spm_data); i++) {
2439 int j;
2440 struct msm_spm_platform_data *pdata = &msm_spm_data[i];
2441 for (j = 0; j < pdata->num_modes; j++) {
2442 if (pdata->modes[j].cmd ==
2443 spm_power_collapse_without_rpm)
2444 pdata->modes[j].cmd =
2445 spm_power_collapse_without_rpm_krait_v3;
2446 else if (pdata->modes[j].cmd ==
2447 spm_power_collapse_with_rpm)
2448 pdata->modes[j].cmd =
2449 spm_power_collapse_with_rpm_krait_v3;
2450 }
2451 }
2452}
2453
Gagan Mac8a7a5d32011-11-11 16:43:06 -07002454static void __init apq8064_init_buses(void)
2455{
2456 msm_bus_rpm_set_mt_mask();
2457 msm_bus_8064_apps_fabric_pdata.rpm_enabled = 1;
2458 msm_bus_8064_sys_fabric_pdata.rpm_enabled = 1;
2459 msm_bus_8064_mm_fabric_pdata.rpm_enabled = 1;
2460 msm_bus_8064_apps_fabric.dev.platform_data =
2461 &msm_bus_8064_apps_fabric_pdata;
2462 msm_bus_8064_sys_fabric.dev.platform_data =
2463 &msm_bus_8064_sys_fabric_pdata;
2464 msm_bus_8064_mm_fabric.dev.platform_data =
2465 &msm_bus_8064_mm_fabric_pdata;
2466 msm_bus_8064_sys_fpb.dev.platform_data = &msm_bus_8064_sys_fpb_pdata;
2467 msm_bus_8064_cpss_fpb.dev.platform_data = &msm_bus_8064_cpss_fpb_pdata;
2468}
2469
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -06002470/* PCIe gpios */
2471static struct msm_pcie_gpio_info_t msm_pcie_gpio_info[MSM_PCIE_MAX_GPIO] = {
2472 {"rst_n", PM8921_MPP_PM_TO_SYS(PCIE_RST_N_PMIC_MPP), 0},
2473 {"pwr_en", PM8921_GPIO_PM_TO_SYS(PCIE_PWR_EN_PMIC_GPIO), 1},
2474};
2475
2476static struct msm_pcie_platform msm_pcie_platform_data = {
2477 .gpio = msm_pcie_gpio_info,
Niranjana Vishwanathapura68210ff2012-06-24 18:03:49 -06002478 .axi_addr = PCIE_AXI_BAR_PHYS,
2479 .axi_size = PCIE_AXI_BAR_SIZE,
Niranjana Vishwanathapura459a27d2012-07-20 12:23:55 -06002480 .wake_n = PM8921_GPIO_IRQ(PM8921_IRQ_BASE, PCIE_WAKE_N_PMIC_GPIO),
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -06002481};
2482
Niranjana Vishwanathapurac1edd402012-06-28 15:32:50 -06002483static int __init mpq8064_pcie_enabled(void)
2484{
2485 return !((readl_relaxed(QFPROM_RAW_FEAT_CONFIG_ROW0_MSB) & BIT(21)) ||
2486 (readl_relaxed(QFPROM_RAW_OEM_CONFIG_ROW0_LSB) & BIT(4)));
2487}
2488
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -06002489static void __init mpq8064_pcie_init(void)
2490{
Niranjana Vishwanathapurac1edd402012-06-28 15:32:50 -06002491 if (mpq8064_pcie_enabled()) {
2492 msm_device_pcie.dev.platform_data = &msm_pcie_platform_data;
2493 platform_device_register(&msm_device_pcie);
2494 }
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -06002495}
2496
Sujit Reddy Thummaf97e5ec2013-01-16 15:02:17 +05302497static struct platform_device mpq8064_device_ext_3p3v_vreg = {
2498 .name = "reg-fixed-voltage",
2499 .dev = {
2500 .platform_data = &mpq8064_3p3_regulator_pdata,
2501 },
2502};
2503
David Collinsf0d00732012-01-25 15:46:50 -08002504static struct platform_device apq8064_device_ext_5v_vreg __devinitdata = {
2505 .name = GPIO_REGULATOR_DEV_NAME,
2506 .id = PM8921_MPP_PM_TO_SYS(7),
2507 .dev = {
2508 .platform_data
2509 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_5V],
2510 },
2511};
2512
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08002513static struct platform_device apq8064_device_ext_mpp8_vreg __devinitdata = {
2514 .name = GPIO_REGULATOR_DEV_NAME,
2515 .id = PM8921_MPP_PM_TO_SYS(8),
2516 .dev = {
2517 .platform_data
2518 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_MPP8],
2519 },
2520};
2521
David Collinsf0d00732012-01-25 15:46:50 -08002522static struct platform_device apq8064_device_ext_3p3v_vreg __devinitdata = {
2523 .name = GPIO_REGULATOR_DEV_NAME,
2524 .id = APQ8064_EXT_3P3V_REG_EN_GPIO,
2525 .dev = {
2526 .platform_data =
2527 &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_3P3V],
2528 },
2529};
2530
David Collins390fc332012-02-07 14:38:16 -08002531static struct platform_device apq8064_device_ext_ts_sw_vreg __devinitdata = {
2532 .name = GPIO_REGULATOR_DEV_NAME,
2533 .id = PM8921_GPIO_PM_TO_SYS(23),
2534 .dev = {
2535 .platform_data
2536 = &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_TS_SW],
2537 },
2538};
2539
Sujit Reddy Thummab0d51e72012-12-31 15:37:16 +05302540static struct platform_device
2541apq8064_device_ext_3p3v_mpp4_vreg __devinitdata = {
2542 .name = GPIO_REGULATOR_DEV_NAME,
2543 .id = PM8921_MPP_PM_TO_SYS(4),
2544 .dev = {
2545 .platform_data =
2546 &apq8064_gpio_regulator_pdata[GPIO_VREG_ID_EXT_SATA_PWR],
2547 },
2548};
2549
David Collins2782b5c2012-02-06 10:02:42 -08002550static struct platform_device apq8064_device_rpm_regulator __devinitdata = {
2551 .name = "rpm-regulator",
David Collins793793b2012-08-21 15:43:02 -07002552 .id = 0,
David Collins2782b5c2012-02-06 10:02:42 -08002553 .dev = {
2554 .platform_data = &apq8064_rpm_regulator_pdata,
2555 },
2556};
2557
David Collins793793b2012-08-21 15:43:02 -07002558static struct platform_device
2559apq8064_pm8921_device_rpm_regulator __devinitdata = {
2560 .name = "rpm-regulator",
2561 .id = 1,
2562 .dev = {
2563 .platform_data = &apq8064_rpm_regulator_pm8921_pdata,
2564 },
2565};
2566
Ravi Kumar V05931a22012-04-04 17:09:37 +05302567static struct gpio_ir_recv_platform_data gpio_ir_recv_pdata = {
2568 .gpio_nr = 88,
2569 .active_low = 1,
Ravi Kumar V16a614c2012-10-12 20:59:56 +05302570 .can_wakeup = true,
Ravi Kumar V05931a22012-04-04 17:09:37 +05302571};
2572
2573static struct platform_device gpio_ir_recv_pdev = {
2574 .name = "gpio-rc-recv",
2575 .dev = {
2576 .platform_data = &gpio_ir_recv_pdata,
2577 },
2578};
2579
Terence Hampson36b70722012-05-10 13:18:16 -04002580static struct platform_device *common_not_mpq_devices[] __initdata = {
David Keitel3c40fc52012-02-09 17:53:52 -08002581 &apq8064_device_qup_i2c_gsbi1,
Jing Lin04601f92012-02-05 15:36:07 -08002582 &apq8064_device_qup_i2c_gsbi3,
Kenneth Heitke748593a2011-07-15 15:45:11 -06002583 &apq8064_device_qup_i2c_gsbi4,
Terence Hampson36b70722012-05-10 13:18:16 -04002584};
2585
Kuirong Wangf8c5e142012-06-21 16:17:32 -07002586static struct platform_device *common_mpq_devices[] __initdata = {
2587 &mpq_cpudai_sec_i2s_rx,
2588 &mpq_cpudai_mi2s_tx,
Aviral Guptabfa97882012-10-16 12:15:59 +05302589 &mpq_cpudai_pseudo,
Kuirong Wangf8c5e142012-06-21 16:17:32 -07002590};
2591
2592static struct platform_device *common_i2s_devices[] __initdata = {
2593 &apq_cpudai_mi2s,
2594 &apq_cpudai_i2s_rx,
2595 &apq_cpudai_i2s_tx,
2596};
2597
David Collins793793b2012-08-21 15:43:02 -07002598static struct platform_device *early_common_devices[] __initdata = {
Matt Wagantallf5cc3892012-06-07 19:47:02 -07002599 &apq8064_device_acpuclk,
Terence Hampson36b70722012-05-10 13:18:16 -04002600 &apq8064_device_dmov,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06002601 &apq8064_device_qup_spi_gsbi5,
David Collins793793b2012-08-21 15:43:02 -07002602};
2603
2604static struct platform_device *pm8921_common_devices[] __initdata = {
David Collinsf0d00732012-01-25 15:46:50 -08002605 &apq8064_device_ext_5v_vreg,
Jay Chokshi1de4f9d2012-02-07 16:11:31 -08002606 &apq8064_device_ext_mpp8_vreg,
David Collinsf0d00732012-01-25 15:46:50 -08002607 &apq8064_device_ext_3p3v_vreg,
Jay Chokshi9c25f072011-09-23 18:19:15 -07002608 &apq8064_device_ssbi_pmic1,
2609 &apq8064_device_ssbi_pmic2,
David Collins793793b2012-08-21 15:43:02 -07002610};
2611
Bamidi RaviKirand1e9f0d2012-12-10 17:33:10 +05302612static struct platform_device *pm8921_mpq_hrd_common_devices[] __initdata = {
2613 &apq8064_device_ext_5v_vreg,
2614 &apq8064_device_ext_mpp8_vreg,
Sujit Reddy Thummaf97e5ec2013-01-16 15:02:17 +05302615 &mpq8064_device_ext_3p3v_vreg,
Bamidi RaviKirand1e9f0d2012-12-10 17:33:10 +05302616 &apq8064_device_ssbi_pmic1,
2617 &apq8064_device_ssbi_pmic2,
2618};
2619
David Collins793793b2012-08-21 15:43:02 -07002620static struct platform_device *pm8917_common_devices[] __initdata = {
2621 &apq8064_device_ext_mpp8_vreg,
2622 &apq8064_device_ext_3p3v_vreg,
2623 &apq8064_device_ssbi_pmic1,
2624 &apq8064_device_ssbi_pmic2,
David Collins793793b2012-08-21 15:43:02 -07002625};
2626
2627static struct platform_device *common_devices[] __initdata = {
Jeff Hugo0c0f5e92011-09-28 13:55:45 -06002628 &msm_device_smd_apq8064,
Hemant Kumar4933b072011-10-17 23:43:11 -07002629 &apq8064_device_otg,
2630 &apq8064_device_gadget_peripheral,
Hemant Kumard86c4882012-01-24 19:39:37 -08002631 &apq8064_device_hsusb_host,
Hemant Kumar4933b072011-10-17 23:43:11 -07002632 &android_usb_device,
Ankit Verma6b7e2ba2012-01-26 15:48:54 -08002633 &msm_device_wcnss_wlan,
Ankit Vermab7c26e62012-02-28 15:04:15 -08002634 &msm_device_iris_fm,
Larry Bassel67b921d2012-04-06 10:23:27 -07002635 &apq8064_fmem_device,
Olav Haugan7c6aa742012-01-16 16:47:37 -08002636#ifdef CONFIG_ANDROID_PMEM
2637#ifndef CONFIG_MSM_MULTIMEDIA_USE_ION
Laura Abbottb93525f2012-04-12 09:57:19 -07002638 &apq8064_android_pmem_device,
2639 &apq8064_android_pmem_adsp_device,
2640 &apq8064_android_pmem_audio_device,
Bharath Ramachandramurthy4a3fa912012-03-13 19:16:24 -07002641#endif /*CONFIG_MSM_MULTIMEDIA_USE_ION*/
2642#endif /*CONFIG_ANDROID_PMEM*/
Olav Haugan7c6aa742012-01-16 16:47:37 -08002643#ifdef CONFIG_ION_MSM
Laura Abbottb93525f2012-04-12 09:57:19 -07002644 &apq8064_ion_dev,
Olav Haugan7c6aa742012-01-16 16:47:37 -08002645#endif
Jeff Ohlstein7e668552011-10-06 16:17:25 -07002646 &msm8064_device_watchdog,
Jay Chokshi7805b5a2011-11-07 15:55:30 -08002647 &msm8064_device_saw_regulator_core0,
2648 &msm8064_device_saw_regulator_core1,
2649 &msm8064_device_saw_regulator_core2,
2650 &msm8064_device_saw_regulator_core3,
Ramesh Masavarapua26cce72012-04-09 12:32:25 -07002651#if defined(CONFIG_QSEECOM)
2652 &qseecom_device,
2653#endif
2654
Joel Nider6b9a7bc2012-06-26 11:19:19 +03002655 &msm_8064_device_tsif[0],
2656 &msm_8064_device_tsif[1],
2657
Ramesh Masavarapu28311912011-10-27 11:04:12 -07002658#if defined(CONFIG_CRYPTO_DEV_QCRYPTO) || \
2659 defined(CONFIG_CRYPTO_DEV_QCRYPTO_MODULE)
2660 &qcrypto_device,
2661#endif
2662
2663#if defined(CONFIG_CRYPTO_DEV_QCEDEV) || \
2664 defined(CONFIG_CRYPTO_DEV_QCEDEV_MODULE)
2665 &qcedev_device,
2666#endif
Ramesh Masavarapuf46be1b2011-11-03 11:13:41 -07002667
2668#ifdef CONFIG_HW_RANDOM_MSM
2669 &apq8064_device_rng,
2670#endif
Bharath Ramachandramurthyb8e797f2011-11-30 12:08:42 -08002671 &apq_pcm,
2672 &apq_pcm_routing,
2673 &apq_cpudai0,
2674 &apq_cpudai1,
2675 &apq_cpudai_hdmi_rx,
2676 &apq_cpudai_bt_rx,
2677 &apq_cpudai_bt_tx,
2678 &apq_cpudai_fm_rx,
2679 &apq_cpudai_fm_tx,
2680 &apq_cpu_fe,
2681 &apq_stub_codec,
2682 &apq_voice,
2683 &apq_voip,
2684 &apq_lpa_pcm,
Krishnankutty Kolathappilly4374e332012-03-18 22:27:30 -07002685 &apq_compr_dsp,
2686 &apq_multi_ch_pcm,
Jayasena Sangaraboina99bf09c2012-07-17 12:03:08 -07002687 &apq_lowlatency_pcm,
Bharath Ramachandramurthyb8e797f2011-11-30 12:08:42 -08002688 &apq_pcm_hostless,
2689 &apq_cpudai_afe_01_rx,
2690 &apq_cpudai_afe_01_tx,
2691 &apq_cpudai_afe_02_rx,
2692 &apq_cpudai_afe_02_tx,
2693 &apq_pcm_afe,
2694 &apq_cpudai_auxpcm_rx,
2695 &apq_cpudai_auxpcm_tx,
Neema Shetty8427c262012-02-16 11:23:43 -08002696 &apq_cpudai_stub,
Neema Shetty3c9d2862012-03-11 01:25:32 -08002697 &apq_cpudai_slimbus_1_rx,
2698 &apq_cpudai_slimbus_1_tx,
Kiran Kandi97fe19d2012-05-20 22:34:04 -07002699 &apq_cpudai_slimbus_2_rx,
Kiran Kandi1e6371d2012-03-29 11:48:57 -07002700 &apq_cpudai_slimbus_2_tx,
Neema Shettyc9d86c32012-05-09 12:01:39 -07002701 &apq_cpudai_slimbus_3_rx,
Helen Zeng38c3c962012-05-17 14:56:20 -07002702 &apq_cpudai_slimbus_3_tx,
Praveen Chidambaram78499012011-11-01 17:15:17 -06002703 &apq8064_rpm_device,
2704 &apq8064_rpm_log_device,
2705 &apq8064_rpm_stat_device,
Anji Jonnala93129922012-10-09 20:57:53 +05302706 &apq8064_rpm_master_stat_device,
Ramesh Masavarapuf31ff242012-05-10 18:55:21 -07002707 &apq_device_tz_log,
Gagan Mac8a7a5d32011-11-11 16:43:06 -07002708 &msm_bus_8064_apps_fabric,
2709 &msm_bus_8064_sys_fabric,
2710 &msm_bus_8064_mm_fabric,
2711 &msm_bus_8064_sys_fpb,
2712 &msm_bus_8064_cpss_fpb,
Mohan Kumar Gubbihalli Lachma Naik7f72edd2012-02-06 17:26:47 -08002713 &apq8064_msm_device_vidc,
Stephen Boyd25c4a0b2011-09-20 00:12:36 -07002714 &msm_pil_dsps,
Matt Wagantallb94b9a52012-02-02 21:59:54 -08002715 &msm_8960_q6_lpass,
Stephen Boyd7b973de2012-03-09 12:26:16 -08002716 &msm_pil_vidc,
Matt Wagantall292aace2012-01-26 19:12:34 -08002717 &msm_gss,
Laura Abbottb93525f2012-04-12 09:57:19 -07002718 &apq8064_rtb_device,
Steve Mucklef9a87492012-11-02 15:41:00 -07002719 &apq8064_dcvs_device,
Abhijeet Dharmapurikarfb4a2f82012-08-23 14:36:59 -07002720 &apq8064_msm_gov_device,
Stepan Moskovchenko28662c52012-03-01 12:48:45 -08002721 &apq8064_device_cache_erp,
Stepan Moskovchenko0f3de112012-06-08 18:11:46 -07002722 &msm8960_device_ebi1_ch0_erp,
2723 &msm8960_device_ebi1_ch1_erp,
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08002724 &epm_adc_device,
Pratik Patel3b0ca882012-06-01 16:54:14 -07002725 &coresight_tpiu_device,
2726 &coresight_etb_device,
2727 &apq8064_coresight_funnel_device,
2728 &coresight_etm0_device,
2729 &coresight_etm1_device,
2730 &coresight_etm2_device,
2731 &coresight_etm3_device,
Helen Zeng8f925502012-03-05 16:50:17 -08002732 &apq_cpudai_slim_4_rx,
2733 &apq_cpudai_slim_4_tx,
Steve Mucklef132c6c2012-06-06 18:30:57 -07002734#ifdef CONFIG_MSM_GEMINI
Jignesh Mehta921649d2012-04-19 06:57:23 -07002735 &msm8960_gemini_device,
Steve Mucklef132c6c2012-06-06 18:30:57 -07002736#endif
Laura Abbott0577d7b2012-04-17 11:14:30 -07002737 &apq8064_iommu_domain_device,
Siddartha Mohanadoss48cad912012-04-05 21:29:54 -07002738 &msm_tsens_device,
Laura Abbott93a4a352012-05-25 09:26:35 -07002739 &apq8064_cache_dump_device,
Joel Nider0e4a16d2012-08-05 14:20:11 +03002740 &msm_8064_device_tspp,
Binqiang Qiuf165c922012-08-15 18:00:18 -07002741#ifdef CONFIG_BATTERY_BCL
2742 &battery_bcl_device,
2743#endif
Abhijeet Dharmapurikarfb4a2f82012-08-23 14:36:59 -07002744 &apq8064_msm_mpd_device,
Harini Jayaramanc4c58692011-07-19 14:50:10 -06002745};
2746
Joel King82b7e3f2012-01-05 10:03:27 -08002747static struct platform_device *cdp_devices[] __initdata = {
2748 &apq8064_device_uart_gsbi1,
Jin Hong4bbbfba2012-02-02 21:48:07 -08002749 &apq8064_device_uart_gsbi7,
Joel King82b7e3f2012-01-05 10:03:27 -08002750 &msm_device_sps_apq8064,
Aravind Venkateswaran4ca27532012-02-16 14:27:05 -08002751#ifdef CONFIG_MSM_ROTATOR
2752 &msm_rotator_device,
2753#endif
Anji Jonnala6c2b6852012-09-21 13:34:44 +05302754 &msm8064_pc_cntr,
Joel King82b7e3f2012-01-05 10:03:27 -08002755};
2756
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002757static struct platform_device
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002758mpq8064_device_ext_1p2_buck_vreg __devinitdata = {
2759 .name = GPIO_REGULATOR_DEV_NAME,
2760 .id = SX150X_GPIO(4, 2),
2761 .dev = {
2762 .platform_data =
2763 &mpq8064_gpio_regulator_pdata[GPIO_VREG_ID_AVC_1P2V],
2764 },
2765};
2766
2767static struct platform_device
2768mpq8064_device_ext_1p8_buck_vreg __devinitdata = {
2769 .name = GPIO_REGULATOR_DEV_NAME,
2770 .id = SX150X_GPIO(4, 4),
2771 .dev = {
2772 .platform_data =
2773 &mpq8064_gpio_regulator_pdata[GPIO_VREG_ID_AVC_1P8V],
2774 },
2775};
2776
2777static struct platform_device
2778mpq8064_device_ext_2p2_buck_vreg __devinitdata = {
2779 .name = GPIO_REGULATOR_DEV_NAME,
2780 .id = SX150X_GPIO(4, 14),
2781 .dev = {
2782 .platform_data =
2783 &mpq8064_gpio_regulator_pdata[GPIO_VREG_ID_AVC_2P2V],
2784 },
2785};
2786
2787static struct platform_device
2788mpq8064_device_ext_5v_buck_vreg __devinitdata = {
2789 .name = GPIO_REGULATOR_DEV_NAME,
2790 .id = SX150X_GPIO(4, 3),
2791 .dev = {
2792 .platform_data =
2793 &mpq8064_gpio_regulator_pdata[GPIO_VREG_ID_AVC_5V],
2794 },
2795};
2796
2797static struct platform_device
2798mpq8064_device_ext_3p3v_ldo_vreg __devinitdata = {
2799 .name = GPIO_REGULATOR_DEV_NAME,
2800 .id = SX150X_GPIO(4, 15),
2801 .dev = {
2802 .platform_data =
2803 &mpq8064_gpio_regulator_pdata[GPIO_VREG_ID_AVC_3P3V],
2804 },
2805};
2806
Ravi Kumar V1c903012012-05-15 16:11:35 +05302807static struct platform_device rc_input_loopback_pdev = {
2808 .name = "rc-user-input",
2809 .id = -1,
2810};
2811
Bamidi RaviKiran206ddb62012-10-08 09:53:56 +05302812static struct platform_device sp_input_loopback_pdev = {
2813 .name = "sp-user-input",
2814 .id = -1,
2815};
2816
Ravi Kumar V040eeff2012-05-23 21:29:23 +05302817static int rf4ce_gpio_init(void)
2818{
Ravi Kumar V92b2b6c2012-08-14 17:18:11 +05302819 if (!machine_is_mpq8064_cdp() &&
2820 !machine_is_mpq8064_hrd() &&
2821 !machine_is_mpq8064_dtv())
Ravi Kumar V040eeff2012-05-23 21:29:23 +05302822 return -EINVAL;
2823
2824 /* CC2533 SRDY Input */
2825 if (!gpio_request(SX150X_GPIO(4, 6), "rf4ce_srdy")) {
2826 gpio_direction_input(SX150X_GPIO(4, 6));
2827 gpio_export(SX150X_GPIO(4, 6), true);
2828 }
2829
2830 /* CC2533 MRDY Output */
2831 if (!gpio_request(SX150X_GPIO(4, 5), "rf4ce_mrdy")) {
2832 gpio_direction_output(SX150X_GPIO(4, 5), 1);
2833 gpio_export(SX150X_GPIO(4, 5), true);
2834 }
2835
2836 /* CC2533 Reset Output */
2837 if (!gpio_request(SX150X_GPIO(4, 7), "rf4ce_reset")) {
2838 gpio_direction_output(SX150X_GPIO(4, 7), 0);
2839 gpio_export(SX150X_GPIO(4, 7), true);
2840 }
2841
2842 return 0;
2843}
2844late_initcall(rf4ce_gpio_init);
2845
Mayank Rana262e9032012-05-10 15:14:00 -07002846#ifdef CONFIG_SERIAL_MSM_HS
2847static int configure_uart_gpios(int on)
2848{
2849 int ret = 0, i;
2850 int uart_gpios[] = {14, 15, 16, 17};
2851
2852 for (i = 0; i < ARRAY_SIZE(uart_gpios); i++) {
2853 if (on) {
2854 ret = gpio_request(uart_gpios[i], NULL);
2855 if (ret) {
2856 pr_err("%s:unable to request uart gpio[%d]\n",
2857 __func__, uart_gpios[i]);
2858 break;
2859 }
2860 } else {
2861 gpio_free(uart_gpios[i]);
2862 }
2863 }
2864
2865 if (ret && on && i)
2866 for (; i >= 0; i--)
2867 gpio_free(uart_gpios[i]);
2868 return ret;
2869}
2870
2871static struct msm_serial_hs_platform_data mpq8064_gsbi6_uartdm_pdata = {
2872 .inject_rx_on_wakeup = 1,
2873 .rx_to_inject = 0xFD,
2874 .gpio_config = configure_uart_gpios,
2875};
2876#else
2877static struct msm_serial_hs_platform_data msm_uart_dm9_pdata;
2878#endif
2879
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002880static struct platform_device *mpq_devices[] __initdata = {
Saket Saurabhd425a5d2012-11-06 16:08:28 +05302881 &mpq8064_device_uart_gsbi5,
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002882 &msm_device_sps_apq8064,
2883 &mpq8064_device_qup_i2c_gsbi5,
2884#ifdef CONFIG_MSM_ROTATOR
2885 &msm_rotator_device,
2886#endif
Ravi Kumar V05931a22012-04-04 17:09:37 +05302887 &gpio_ir_recv_pdev,
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002888 &mpq8064_device_ext_1p2_buck_vreg,
2889 &mpq8064_device_ext_1p8_buck_vreg,
2890 &mpq8064_device_ext_2p2_buck_vreg,
2891 &mpq8064_device_ext_5v_buck_vreg,
2892 &mpq8064_device_ext_3p3v_ldo_vreg,
Terence Hampson2e1705f2012-04-11 19:55:29 -04002893#ifdef CONFIG_MSM_VCAP
2894 &msm8064_device_vcap,
2895#endif
Ravi Kumar V1c903012012-05-15 16:11:35 +05302896 &rc_input_loopback_pdev,
Bar Weinerf82c5872012-10-23 14:31:26 +02002897 &mpq8064_device_qup_spi_gsbi6,
Bamidi RaviKiran206ddb62012-10-08 09:53:56 +05302898 &sp_input_loopback_pdev,
Jay Chokshi1b7eaa92012-04-04 14:53:14 -07002899};
2900
Harini Jayaramanc4c58692011-07-19 14:50:10 -06002901static struct msm_spi_platform_data apq8064_qup_spi_gsbi5_pdata = {
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08002902 .max_clock_speed = 1100000,
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002903};
2904
Bar Weinerf82c5872012-10-23 14:31:26 +02002905static struct msm_spi_platform_data mpq8064_qup_spi_gsbi6_pdata = {
Bar Weinerbb315492012-10-30 15:02:37 +02002906 .max_clock_speed = 10800000,
Bar Weinerf82c5872012-10-23 14:31:26 +02002907};
2908
2909static struct ci_bridge_platform_data mpq8064_ci_bridge_pdata = {
2910 .reset_pin = 260,
2911 .interrupt_pin = 261,
2912};
2913
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002914#define KS8851_IRQ_GPIO 43
2915
2916static struct spi_board_info spi_board_info[] __initdata = {
2917 {
2918 .modalias = "ks8851",
2919 .irq = MSM_GPIO_TO_INT(KS8851_IRQ_GPIO),
2920 .max_speed_hz = 19200000,
2921 .bus_num = 0,
2922 .chip_select = 2,
2923 .mode = SPI_MODE_0,
2924 },
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08002925 {
2926 .modalias = "epm_adc",
2927 .max_speed_hz = 1100000,
2928 .bus_num = 0,
2929 .chip_select = 3,
2930 .mode = SPI_MODE_0,
Bar Weinerf82c5872012-10-23 14:31:26 +02002931 }
2932};
2933
2934static struct spi_board_info mpq8064_spi_board_info[] __initdata = {
2935 {
2936 .modalias = "ci_bridge_spi",
2937 .max_speed_hz = 1000000,
2938 .bus_num = 1,
2939 .chip_select = 0,
2940 .mode = SPI_MODE_0,
2941 .platform_data = &mpq8064_ci_bridge_pdata,
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08002942 },
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07002943};
2944
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06002945static struct slim_boardinfo apq8064_slim_devices[] = {
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08002946 {
Swaminathan Sathappancef966d2011-12-15 17:27:04 -08002947 .bus_num = 1,
2948 .slim_slave = &apq8064_slim_tabla,
2949 },
2950 {
2951 .bus_num = 1,
2952 .slim_slave = &apq8064_slim_tabla20,
Swaminathan Sathappan2f51a752011-12-05 12:51:19 -08002953 },
2954 /* add more slimbus slaves as needed */
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06002955};
2956
David Keitel3c40fc52012-02-09 17:53:52 -08002957static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi1_pdata = {
2958 .clk_freq = 100000,
2959 .src_clk_rate = 24000000,
2960};
2961
Jing Lin04601f92012-02-05 15:36:07 -08002962static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi3_pdata = {
Anirudh Ghayalc2163472012-04-10 14:58:14 +05302963 .clk_freq = 384000,
Jing Lin04601f92012-02-05 15:36:07 -08002964 .src_clk_rate = 24000000,
2965};
2966
Kenneth Heitke748593a2011-07-15 15:45:11 -06002967static struct msm_i2c_platform_data apq8064_i2c_qup_gsbi4_pdata = {
2968 .clk_freq = 100000,
2969 .src_clk_rate = 24000000,
Kenneth Heitke748593a2011-07-15 15:45:11 -06002970};
2971
Joel King8f839b92012-04-01 14:37:46 -07002972static struct msm_i2c_platform_data mpq8064_i2c_qup_gsbi5_pdata = {
2973 .clk_freq = 100000,
2974 .src_clk_rate = 24000000,
2975};
2976
David Keitel3c40fc52012-02-09 17:53:52 -08002977#define GSBI_DUAL_MODE_CODE 0x60
2978#define MSM_GSBI1_PHYS 0x12440000
Saket Saurabhd425a5d2012-11-06 16:08:28 +05302979#define MSM_GSBI5_PHYS 0x1A200000
Kenneth Heitke748593a2011-07-15 15:45:11 -06002980static void __init apq8064_i2c_init(void)
2981{
David Keitel3c40fc52012-02-09 17:53:52 -08002982 void __iomem *gsbi_mem;
Saket Saurabhd425a5d2012-11-06 16:08:28 +05302983 if (machine_is_mpq8064_cdp() || machine_is_mpq8064_hrd() ||
2984 machine_is_mpq8064_dtv()) {
2985 gsbi_mem = ioremap_nocache(MSM_GSBI5_PHYS, 4);
2986 writel_relaxed(GSBI_DUAL_MODE_CODE, gsbi_mem);
2987 /* Ensure protocol code is written before proceeding */
2988 wmb();
2989 iounmap(gsbi_mem);
2990 mpq8064_i2c_qup_gsbi5_pdata.use_gsbi_shared_mode = 1;
2991 mpq8064_device_qup_i2c_gsbi5.dev.platform_data =
2992 &mpq8064_i2c_qup_gsbi5_pdata;
2993 }
David Keitel3c40fc52012-02-09 17:53:52 -08002994 apq8064_device_qup_i2c_gsbi1.dev.platform_data =
2995 &apq8064_i2c_qup_gsbi1_pdata;
2996 gsbi_mem = ioremap_nocache(MSM_GSBI1_PHYS, 4);
2997 writel_relaxed(GSBI_DUAL_MODE_CODE, gsbi_mem);
2998 /* Ensure protocol code is written before proceeding */
2999 wmb();
3000 iounmap(gsbi_mem);
3001 apq8064_i2c_qup_gsbi1_pdata.use_gsbi_shared_mode = 1;
Jing Lin04601f92012-02-05 15:36:07 -08003002 apq8064_device_qup_i2c_gsbi3.dev.platform_data =
3003 &apq8064_i2c_qup_gsbi3_pdata;
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08003004 apq8064_device_qup_i2c_gsbi1.dev.platform_data =
3005 &apq8064_i2c_qup_gsbi1_pdata;
Kenneth Heitke748593a2011-07-15 15:45:11 -06003006 apq8064_device_qup_i2c_gsbi4.dev.platform_data =
3007 &apq8064_i2c_qup_gsbi4_pdata;
Joel King8f839b92012-04-01 14:37:46 -07003008 mpq8064_device_qup_i2c_gsbi5.dev.platform_data =
3009 &mpq8064_i2c_qup_gsbi5_pdata;
Kenneth Heitke748593a2011-07-15 15:45:11 -06003010}
3011
Stepan Moskovchenkoc71c9792012-01-31 18:12:44 -08003012#if defined(CONFIG_KS8851) || defined(CONFIG_KS8851_MODULE)
Stepan Moskovchenkoeed82a52011-09-02 13:19:23 -07003013static int ethernet_init(void)
3014{
3015 int ret;
3016 ret = gpio_request(KS8851_IRQ_GPIO, "ks8851_irq");
3017 if (ret) {
3018 pr_err("ks8851 gpio_request failed: %d\n", ret);
3019 goto fail;
3020 }
3021
3022 return 0;
3023fail:
3024 return ret;
3025}
3026#else
3027static int ethernet_init(void)
3028{
3029 return 0;
3030}
3031#endif
3032
David Collinsd49a1c52012-08-22 13:18:06 -07003033#define GPIO_KEY_HOME PM8921_GPIO_PM_TO_SYS(27)
3034#define GPIO_KEY_VOLUME_UP PM8921_GPIO_PM_TO_SYS(35)
3035#define GPIO_KEY_VOLUME_DOWN_PM8921 PM8921_GPIO_PM_TO_SYS(38)
3036#define GPIO_KEY_VOLUME_DOWN_PM8917 PM8921_GPIO_PM_TO_SYS(30)
3037#define GPIO_KEY_CAM_FOCUS PM8921_GPIO_PM_TO_SYS(3)
3038#define GPIO_KEY_CAM_SNAP PM8921_GPIO_PM_TO_SYS(4)
3039#define GPIO_KEY_ROTATION_PM8921 PM8921_GPIO_PM_TO_SYS(42)
3040#define GPIO_KEY_ROTATION_PM8917 PM8921_GPIO_PM_TO_SYS(8)
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303041
David Collinsd49a1c52012-08-22 13:18:06 -07003042static struct gpio_keys_button cdp_keys_pm8921[] = {
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303043 {
3044 .code = KEY_HOME,
3045 .gpio = GPIO_KEY_HOME,
3046 .desc = "home_key",
3047 .active_low = 1,
3048 .type = EV_KEY,
3049 .wakeup = 1,
3050 .debounce_interval = 15,
3051 },
3052 {
3053 .code = KEY_VOLUMEUP,
3054 .gpio = GPIO_KEY_VOLUME_UP,
3055 .desc = "volume_up_key",
3056 .active_low = 1,
3057 .type = EV_KEY,
3058 .wakeup = 1,
3059 .debounce_interval = 15,
3060 },
3061 {
3062 .code = KEY_VOLUMEDOWN,
David Collinsd49a1c52012-08-22 13:18:06 -07003063 .gpio = GPIO_KEY_VOLUME_DOWN_PM8921,
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303064 .desc = "volume_down_key",
3065 .active_low = 1,
3066 .type = EV_KEY,
3067 .wakeup = 1,
3068 .debounce_interval = 15,
3069 },
3070 {
3071 .code = SW_ROTATE_LOCK,
David Collinsd49a1c52012-08-22 13:18:06 -07003072 .gpio = GPIO_KEY_ROTATION_PM8921,
3073 .desc = "rotate_key",
3074 .active_low = 1,
3075 .type = EV_SW,
3076 .debounce_interval = 15,
3077 },
3078};
3079
3080static struct gpio_keys_button cdp_keys_pm8917[] = {
3081 {
3082 .code = KEY_HOME,
3083 .gpio = GPIO_KEY_HOME,
3084 .desc = "home_key",
3085 .active_low = 1,
3086 .type = EV_KEY,
3087 .wakeup = 1,
3088 .debounce_interval = 15,
3089 },
3090 {
3091 .code = KEY_VOLUMEUP,
3092 .gpio = GPIO_KEY_VOLUME_UP,
3093 .desc = "volume_up_key",
3094 .active_low = 1,
3095 .type = EV_KEY,
3096 .wakeup = 1,
3097 .debounce_interval = 15,
3098 },
3099 {
3100 .code = KEY_VOLUMEDOWN,
3101 .gpio = GPIO_KEY_VOLUME_DOWN_PM8917,
3102 .desc = "volume_down_key",
3103 .active_low = 1,
3104 .type = EV_KEY,
3105 .wakeup = 1,
3106 .debounce_interval = 15,
3107 },
3108 {
3109 .code = SW_ROTATE_LOCK,
3110 .gpio = GPIO_KEY_ROTATION_PM8917,
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303111 .desc = "rotate_key",
3112 .active_low = 1,
3113 .type = EV_SW,
3114 .debounce_interval = 15,
3115 },
3116};
3117
3118static struct gpio_keys_platform_data cdp_keys_data = {
David Collinsd49a1c52012-08-22 13:18:06 -07003119 .buttons = cdp_keys_pm8921,
3120 .nbuttons = ARRAY_SIZE(cdp_keys_pm8921),
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303121};
3122
3123static struct platform_device cdp_kp_pdev = {
3124 .name = "gpio-keys",
3125 .id = -1,
3126 .dev = {
3127 .platform_data = &cdp_keys_data,
3128 },
3129};
3130
3131static struct gpio_keys_button mtp_keys[] = {
3132 {
3133 .code = KEY_CAMERA_FOCUS,
3134 .gpio = GPIO_KEY_CAM_FOCUS,
3135 .desc = "cam_focus_key",
3136 .active_low = 1,
3137 .type = EV_KEY,
3138 .wakeup = 1,
3139 .debounce_interval = 15,
3140 },
3141 {
3142 .code = KEY_VOLUMEUP,
3143 .gpio = GPIO_KEY_VOLUME_UP,
3144 .desc = "volume_up_key",
3145 .active_low = 1,
3146 .type = EV_KEY,
3147 .wakeup = 1,
3148 .debounce_interval = 15,
3149 },
3150 {
3151 .code = KEY_VOLUMEDOWN,
David Collinsd49a1c52012-08-22 13:18:06 -07003152 .gpio = GPIO_KEY_VOLUME_DOWN_PM8921,
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303153 .desc = "volume_down_key",
3154 .active_low = 1,
3155 .type = EV_KEY,
3156 .wakeup = 1,
3157 .debounce_interval = 15,
3158 },
3159 {
3160 .code = KEY_CAMERA_SNAPSHOT,
3161 .gpio = GPIO_KEY_CAM_SNAP,
3162 .desc = "cam_snap_key",
3163 .active_low = 1,
3164 .type = EV_KEY,
3165 .debounce_interval = 15,
3166 },
3167};
3168
3169static struct gpio_keys_platform_data mtp_keys_data = {
3170 .buttons = mtp_keys,
3171 .nbuttons = ARRAY_SIZE(mtp_keys),
3172};
3173
3174static struct platform_device mtp_kp_pdev = {
3175 .name = "gpio-keys",
3176 .id = -1,
3177 .dev = {
3178 .platform_data = &mtp_keys_data,
3179 },
3180};
3181
Mohan Pallakab8aa8282012-10-04 14:26:21 +05303182#define MPQ_HRD_HOME_GPIO SX150X_EXP2_GPIO_BASE
3183#define MPQ_HRD_VOL_UP_GPIO (SX150X_EXP2_GPIO_BASE + 1)
3184#define MPQ_HRD_VOL_DOWN_GPIO (SX150X_EXP2_GPIO_BASE + 2)
3185#define MPQ_HRD_RIGHT_GPIO (SX150X_EXP2_GPIO_BASE + 3)
3186#define MPQ_HRD_LEFT_GPIO (SX150X_EXP2_GPIO_BASE + 4)
3187#define MPQ_HRD_ENTER_GPIO (SX150X_EXP2_GPIO_BASE + 5)
3188
3189static struct gpio_keys_button mpq_hrd_keys[] = {
3190 {
3191 .code = KEY_HOME,
3192 .gpio = MPQ_HRD_HOME_GPIO,
3193 .desc = "home_key",
3194 .active_low = 1,
3195 .type = EV_KEY,
3196 .wakeup = 1,
3197 .debounce_interval = 15,
3198 },
3199 {
3200 .code = KEY_VOLUMEUP,
3201 .gpio = MPQ_HRD_VOL_UP_GPIO,
3202 .desc = "volume_up_key",
3203 .active_low = 1,
3204 .type = EV_KEY,
3205 .wakeup = 1,
3206 .debounce_interval = 15,
3207 },
3208 {
3209 .code = KEY_VOLUMEDOWN,
3210 .gpio = MPQ_HRD_VOL_DOWN_GPIO,
3211 .desc = "volume_down_key",
3212 .active_low = 1,
3213 .type = EV_KEY,
3214 .wakeup = 1,
3215 .debounce_interval = 15,
3216 },
3217 {
3218 .code = KEY_RIGHT,
3219 .gpio = MPQ_HRD_RIGHT_GPIO,
3220 .desc = "right_key",
3221 .active_low = 1,
3222 .type = EV_KEY,
3223 .wakeup = 1,
3224 .debounce_interval = 15,
3225 },
3226 {
3227 .code = KEY_LEFT,
3228 .gpio = MPQ_HRD_LEFT_GPIO,
3229 .desc = "left_key",
3230 .active_low = 1,
3231 .type = EV_KEY,
3232 .wakeup = 1,
3233 .debounce_interval = 15,
3234 },
3235 {
3236 .code = KEY_ENTER,
3237 .gpio = MPQ_HRD_ENTER_GPIO,
3238 .desc = "enter_key",
3239 .active_low = 1,
3240 .type = EV_KEY,
3241 .wakeup = 1,
3242 .debounce_interval = 15,
3243 },
3244};
3245
3246static struct gpio_keys_platform_data mpq_hrd_keys_pdata = {
3247 .buttons = mpq_hrd_keys,
3248 .nbuttons = ARRAY_SIZE(mpq_hrd_keys),
3249};
3250
3251static struct platform_device mpq_hrd_keys_pdev = {
3252 .name = "gpio-keys",
3253 .id = -1,
3254 .dev = {
3255 .platform_data = &mpq_hrd_keys_pdata,
3256 },
3257};
3258
Anirudh Ghayal32ea6252012-04-26 16:39:50 +05303259static struct gpio_keys_button mpq_keys[] = {
3260 {
3261 .code = KEY_VOLUMEDOWN,
David Collinsd49a1c52012-08-22 13:18:06 -07003262 .gpio = GPIO_KEY_VOLUME_DOWN_PM8921,
Anirudh Ghayal32ea6252012-04-26 16:39:50 +05303263 .desc = "volume_down_key",
3264 .active_low = 1,
3265 .type = EV_KEY,
3266 .wakeup = 1,
3267 .debounce_interval = 15,
3268 },
3269 {
3270 .code = KEY_VOLUMEUP,
3271 .gpio = GPIO_KEY_VOLUME_UP,
3272 .desc = "volume_up_key",
3273 .active_low = 1,
3274 .type = EV_KEY,
3275 .wakeup = 1,
3276 .debounce_interval = 15,
3277 },
3278};
3279
3280static struct gpio_keys_platform_data mpq_keys_data = {
3281 .buttons = mpq_keys,
3282 .nbuttons = ARRAY_SIZE(mpq_keys),
3283};
3284
3285static struct platform_device mpq_gpio_keys_pdev = {
3286 .name = "gpio-keys",
3287 .id = -1,
3288 .dev = {
3289 .platform_data = &mpq_keys_data,
3290 },
3291};
3292
3293#define MPQ_KP_ROW_BASE SX150X_EXP2_GPIO_BASE
3294#define MPQ_KP_COL_BASE (SX150X_EXP2_GPIO_BASE + 4)
3295
3296static unsigned int mpq_row_gpios[] = {MPQ_KP_ROW_BASE, MPQ_KP_ROW_BASE + 1,
3297 MPQ_KP_ROW_BASE + 2, MPQ_KP_ROW_BASE + 3};
3298static unsigned int mpq_col_gpios[] = {MPQ_KP_COL_BASE, MPQ_KP_COL_BASE + 1,
3299 MPQ_KP_COL_BASE + 2};
3300
3301static const unsigned int mpq_keymap[] = {
3302 KEY(0, 0, KEY_UP),
3303 KEY(0, 1, KEY_ENTER),
3304 KEY(0, 2, KEY_3),
3305
3306 KEY(1, 0, KEY_DOWN),
3307 KEY(1, 1, KEY_EXIT),
3308 KEY(1, 2, KEY_4),
3309
3310 KEY(2, 0, KEY_LEFT),
3311 KEY(2, 1, KEY_1),
3312 KEY(2, 2, KEY_5),
3313
3314 KEY(3, 0, KEY_RIGHT),
3315 KEY(3, 1, KEY_2),
3316 KEY(3, 2, KEY_6),
3317};
3318
3319static struct matrix_keymap_data mpq_keymap_data = {
3320 .keymap_size = ARRAY_SIZE(mpq_keymap),
3321 .keymap = mpq_keymap,
3322};
3323
3324static struct matrix_keypad_platform_data mpq_keypad_data = {
3325 .keymap_data = &mpq_keymap_data,
3326 .row_gpios = mpq_row_gpios,
3327 .col_gpios = mpq_col_gpios,
3328 .num_row_gpios = ARRAY_SIZE(mpq_row_gpios),
3329 .num_col_gpios = ARRAY_SIZE(mpq_col_gpios),
3330 .col_scan_delay_us = 32000,
3331 .debounce_ms = 20,
3332 .wakeup = 1,
3333 .active_low = 1,
3334 .no_autorepeat = 1,
3335};
3336
3337static struct platform_device mpq_keypad_device = {
3338 .name = "matrix-keypad",
3339 .id = -1,
3340 .dev = {
3341 .platform_data = &mpq_keypad_data,
3342 },
3343};
3344
Srikanth Uyyala7d4f7212012-10-12 17:45:36 +05303345static struct platform_device msm_dev_avtimer_device = {
3346 .name = "dev_avtimer",
3347 .dev = { .platform_data = &dev_avtimer_pdata },
3348};
3349
Jin Hongd3024e62012-02-09 16:13:32 -08003350/* Sensors DSPS platform data */
3351#define DSPS_PIL_GENERIC_NAME "dsps"
3352static void __init apq8064_init_dsps(void)
3353{
3354 struct msm_dsps_platform_data *pdata =
3355 msm_dsps_device_8064.dev.platform_data;
3356 pdata->pil_name = DSPS_PIL_GENERIC_NAME;
3357 pdata->gpios = NULL;
3358 pdata->gpios_num = 0;
3359
3360 platform_device_register(&msm_dsps_device_8064);
3361}
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303362
Jing Lin417fa452012-02-05 14:31:06 -08003363#define I2C_SURF 1
3364#define I2C_FFA (1 << 1)
3365#define I2C_RUMI (1 << 2)
3366#define I2C_SIM (1 << 3)
3367#define I2C_LIQUID (1 << 4)
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003368#define I2C_MPQ_CDP BIT(5)
3369#define I2C_MPQ_HRD BIT(6)
3370#define I2C_MPQ_DTV BIT(7)
Jing Lin417fa452012-02-05 14:31:06 -08003371
3372struct i2c_registry {
3373 u8 machs;
3374 int bus;
3375 struct i2c_board_info *info;
3376 int len;
3377};
3378
3379static struct i2c_registry apq8064_i2c_devices[] __initdata = {
Jing Lin21ed4de2012-02-05 15:53:28 -08003380 {
David Keitel2f613d92012-02-15 11:29:16 -08003381 I2C_LIQUID,
3382 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
3383 smb349_charger_i2c_info,
3384 ARRAY_SIZE(smb349_charger_i2c_info)
3385 },
3386 {
Jing Lin21ed4de2012-02-05 15:53:28 -08003387 I2C_SURF | I2C_LIQUID,
3388 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
3389 mxt_device_info,
3390 ARRAY_SIZE(mxt_device_info),
3391 },
Anirudh Ghayal2917a5a2012-02-05 19:51:07 -08003392 {
3393 I2C_FFA,
3394 APQ_8064_GSBI3_QUP_I2C_BUS_ID,
3395 cyttsp_info,
3396 ARRAY_SIZE(cyttsp_info),
3397 },
Amy Maloche70090f992012-02-16 16:35:26 -08003398 {
3399 I2C_FFA | I2C_LIQUID,
3400 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
3401 isa1200_board_info,
3402 ARRAY_SIZE(isa1200_board_info),
3403 },
Santosh Mardieff9a742012-04-09 23:23:39 +05303404 {
3405 I2C_MPQ_CDP,
3406 APQ_8064_GSBI5_QUP_I2C_BUS_ID,
3407 cs8427_device_info,
3408 ARRAY_SIZE(cs8427_device_info),
3409 },
Abhishek Kharbanda72dc72e2012-06-07 13:41:37 -07003410 {
3411 I2C_SURF | I2C_FFA | I2C_LIQUID,
3412 APQ_8064_GSBI1_QUP_I2C_BUS_ID,
3413 sii_device_info,
3414 ARRAY_SIZE(sii_device_info),
3415 }
Jing Lin417fa452012-02-05 14:31:06 -08003416};
3417
Kuirong Wangf8c5e142012-06-21 16:17:32 -07003418static struct i2c_registry apq8064_tabla_i2c_devices[] __initdata = {
3419 {
3420 .bus = APQ_8064_GSBI1_QUP_I2C_BUS_ID,
3421 .info = apq8064_tabla_i2c_device_info,
3422 .len = ARRAY_SIZE(apq8064_tabla_i2c_device_info),
3423 },
3424};
3425
Jay Chokshi607f61b2012-04-25 18:21:21 -07003426#define SX150X_EXP1_INT_N PM8921_MPP_IRQ(PM8921_IRQ_BASE, 9)
Anirudh Ghayal9f1aaa72012-04-26 18:15:08 +05303427#define SX150X_EXP2_INT_N MSM_GPIO_TO_INT(81)
Jay Chokshi607f61b2012-04-25 18:21:21 -07003428
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003429struct sx150x_platform_data mpq8064_sx150x_pdata[] = {
3430 [SX150X_EXP1] = {
3431 .gpio_base = SX150X_EXP1_GPIO_BASE,
3432 .oscio_is_gpo = false,
3433 .io_pullup_ena = 0x0,
3434 .io_pulldn_ena = 0x0,
3435 .io_open_drain_ena = 0x0,
3436 .io_polarity = 0,
Jay Chokshi607f61b2012-04-25 18:21:21 -07003437 .irq_summary = SX150X_EXP1_INT_N,
3438 .irq_base = SX150X_EXP1_IRQ_BASE,
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003439 },
3440 [SX150X_EXP2] = {
3441 .gpio_base = SX150X_EXP2_GPIO_BASE,
3442 .oscio_is_gpo = false,
Anirudh Ghayal32ea6252012-04-26 16:39:50 +05303443 .io_pullup_ena = 0x0f,
3444 .io_pulldn_ena = 0x70,
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003445 .io_open_drain_ena = 0x0,
3446 .io_polarity = 0,
Anirudh Ghayal9f1aaa72012-04-26 18:15:08 +05303447 .irq_summary = SX150X_EXP2_INT_N,
3448 .irq_base = SX150X_EXP2_IRQ_BASE,
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003449 },
3450 [SX150X_EXP3] = {
3451 .gpio_base = SX150X_EXP3_GPIO_BASE,
3452 .oscio_is_gpo = false,
3453 .io_pullup_ena = 0x0,
3454 .io_pulldn_ena = 0x0,
3455 .io_open_drain_ena = 0x0,
3456 .io_polarity = 0,
3457 .irq_summary = -1,
3458 },
3459 [SX150X_EXP4] = {
3460 .gpio_base = SX150X_EXP4_GPIO_BASE,
3461 .oscio_is_gpo = false,
3462 .io_pullup_ena = 0x0,
3463 .io_pulldn_ena = 0x0,
3464 .io_open_drain_ena = 0x0,
3465 .io_polarity = 0,
3466 .irq_summary = -1,
3467 },
3468};
3469
3470static struct i2c_board_info sx150x_gpio_exp_info[] = {
3471 {
3472 I2C_BOARD_INFO("sx1509q", 0x70),
3473 .platform_data = &mpq8064_sx150x_pdata[SX150X_EXP1],
3474 },
3475 {
3476 I2C_BOARD_INFO("sx1508q", 0x23),
3477 .platform_data = &mpq8064_sx150x_pdata[SX150X_EXP2],
3478 },
3479 {
3480 I2C_BOARD_INFO("sx1508q", 0x22),
3481 .platform_data = &mpq8064_sx150x_pdata[SX150X_EXP3],
3482 },
3483 {
3484 I2C_BOARD_INFO("sx1509q", 0x3E),
3485 .platform_data = &mpq8064_sx150x_pdata[SX150X_EXP4],
3486 },
3487};
3488
3489#define MPQ8064_I2C_GSBI5_BUS_ID 5
3490
3491static struct i2c_registry mpq8064_i2c_devices[] __initdata = {
3492 {
3493 I2C_MPQ_CDP,
3494 MPQ8064_I2C_GSBI5_BUS_ID,
3495 sx150x_gpio_exp_info,
3496 ARRAY_SIZE(sx150x_gpio_exp_info),
3497 },
3498};
3499
Jing Lin417fa452012-02-05 14:31:06 -08003500static void __init register_i2c_devices(void)
3501{
3502 u8 mach_mask = 0;
3503 int i;
Kuirong Wangf8c5e142012-06-21 16:17:32 -07003504 u32 version;
Jing Lin417fa452012-02-05 14:31:06 -08003505
Kevin Chand07220e2012-02-13 15:52:22 -08003506#ifdef CONFIG_MSM_CAMERA
3507 struct i2c_registry apq8064_camera_i2c_devices = {
3508 I2C_SURF | I2C_FFA | I2C_LIQUID | I2C_RUMI,
3509 APQ_8064_GSBI4_QUP_I2C_BUS_ID,
3510 apq8064_camera_board_info.board_info,
3511 apq8064_camera_board_info.num_i2c_board_info,
3512 };
3513#endif
Jing Lin417fa452012-02-05 14:31:06 -08003514 /* Build the matching 'supported_machs' bitmask */
3515 if (machine_is_apq8064_cdp())
3516 mach_mask = I2C_SURF;
3517 else if (machine_is_apq8064_mtp())
3518 mach_mask = I2C_FFA;
3519 else if (machine_is_apq8064_liquid())
3520 mach_mask = I2C_LIQUID;
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003521 else if (PLATFORM_IS_MPQ8064())
3522 mach_mask = I2C_MPQ_CDP;
Jing Lin417fa452012-02-05 14:31:06 -08003523 else
3524 pr_err("unmatched machine ID in register_i2c_devices\n");
3525
3526 /* Run the array and install devices as appropriate */
3527 for (i = 0; i < ARRAY_SIZE(apq8064_i2c_devices); ++i) {
3528 if (apq8064_i2c_devices[i].machs & mach_mask)
3529 i2c_register_board_info(apq8064_i2c_devices[i].bus,
3530 apq8064_i2c_devices[i].info,
3531 apq8064_i2c_devices[i].len);
3532 }
Kevin Chand07220e2012-02-13 15:52:22 -08003533#ifdef CONFIG_MSM_CAMERA
3534 if (apq8064_camera_i2c_devices.machs & mach_mask)
3535 i2c_register_board_info(apq8064_camera_i2c_devices.bus,
3536 apq8064_camera_i2c_devices.info,
3537 apq8064_camera_i2c_devices.len);
3538#endif
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003539
3540 for (i = 0; i < ARRAY_SIZE(mpq8064_i2c_devices); ++i) {
3541 if (mpq8064_i2c_devices[i].machs & mach_mask)
3542 i2c_register_board_info(
3543 mpq8064_i2c_devices[i].bus,
3544 mpq8064_i2c_devices[i].info,
3545 mpq8064_i2c_devices[i].len);
3546 }
Kuirong Wangf8c5e142012-06-21 16:17:32 -07003547
3548 if (machine_is_apq8064_mtp()) {
3549 version = socinfo_get_platform_version();
3550 if (SOCINFO_VERSION_MINOR(version) == 1)
3551 for (i = 0; i < ARRAY_SIZE(apq8064_tabla_i2c_devices);
3552 ++i)
3553 i2c_register_board_info(
3554 apq8064_tabla_i2c_devices[i].bus,
3555 apq8064_tabla_i2c_devices[i].info,
3556 apq8064_tabla_i2c_devices[i].len);
3557 }
3558
Jing Lin417fa452012-02-05 14:31:06 -08003559}
3560
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003561static void enable_avc_i2c_bus(void)
3562{
3563 int avc_i2c_en_mpp = PM8921_MPP_PM_TO_SYS(8);
3564 int rc;
3565
3566 rc = gpio_request(avc_i2c_en_mpp, "avc_i2c_en");
3567 if (rc)
3568 pr_err("request for avc_i2c_en mpp failed,"
3569 "rc=%d\n", rc);
3570 else
3571 gpio_set_value_cansleep(avc_i2c_en_mpp, 1);
3572}
3573
David Collinsd49a1c52012-08-22 13:18:06 -07003574/* Modify platform data values to match requirements for PM8917. */
3575static void __init apq8064_pm8917_pdata_fixup(void)
3576{
3577 cdp_keys_data.buttons = cdp_keys_pm8917;
3578 cdp_keys_data.nbuttons = ARRAY_SIZE(cdp_keys_pm8917);
3579}
3580
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003581static void __init apq8064_common_init(void)
3582{
Kuirong Wangf8c5e142012-06-21 16:17:32 -07003583 u32 platform_version = socinfo_get_platform_version();
Hemant Kumarbc8bdf62012-10-17 12:29:51 -07003584 struct msm_rpmrs_level rpmrs_level;
David Collinsd49a1c52012-08-22 13:18:06 -07003585
3586 if (socinfo_get_pmic_model() == PMIC_MODEL_PM8917)
3587 apq8064_pm8917_pdata_fixup();
Rohit Vaswanib1cc4932012-07-23 21:30:11 -07003588 platform_device_register(&msm_gpio_device);
Joel King8f839b92012-04-01 14:37:46 -07003589 msm_tsens_early_init(&apq_tsens_pdata);
Praveen Chidambaram877d7a42012-06-05 14:33:20 -06003590 msm_thermal_init(&msm_thermal_pdata);
Abhimanyu Kapur440cdde2012-12-04 00:05:40 -08003591 if (IS_ERR_OR_NULL(socinfo_init()))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003592 pr_err("socinfo_init() failed!\n");
Praveen Chidambaram78499012011-11-01 17:15:17 -06003593 BUG_ON(msm_rpm_init(&apq8064_rpm_data));
3594 BUG_ON(msm_rpmrs_levels_init(&msm_rpmrs_data));
David Collins2782b5c2012-02-06 10:02:42 -08003595 regulator_suppress_info_printing();
David Collins793793b2012-08-21 15:43:02 -07003596 if (socinfo_get_pmic_model() == PMIC_MODEL_PM8917)
3597 configure_apq8064_pm8917_power_grid();
David Collins2782b5c2012-02-06 10:02:42 -08003598 platform_device_register(&apq8064_device_rpm_regulator);
David Collins793793b2012-08-21 15:43:02 -07003599 if (socinfo_get_pmic_model() != PMIC_MODEL_PM8917)
3600 platform_device_register(&apq8064_pm8921_device_rpm_regulator);
Stephen Boyd4d0d2582012-02-10 14:49:40 -08003601 if (msm_xo_init())
3602 pr_err("Failed to initialize XO votes\n");
Matt Wagantallc51e5602012-02-27 17:25:25 -08003603 msm_clock_init(&apq8064_clock_init_data);
Stepan Moskovchenko2327a952011-12-14 16:31:28 -08003604 apq8064_init_gpiomux();
Kenneth Heitke748593a2011-07-15 15:45:11 -06003605 apq8064_i2c_init();
Mohan Pallakab8aa8282012-10-04 14:26:21 +05303606
3607 /* configure sx150x parameters for HRD */
3608 if (machine_is_mpq8064_hrd()) {
3609 mpq8064_sx150x_pdata[SX150X_EXP2].irq_summary =
3610 PM8921_GPIO_IRQ(PM8921_IRQ_BASE, 40);
3611 mpq8064_sx150x_pdata[SX150X_EXP2].io_pullup_ena = 0xff;
3612 mpq8064_sx150x_pdata[SX150X_EXP2].io_pulldn_ena = 0x00;
3613 }
3614
Jing Lin417fa452012-02-05 14:31:06 -08003615 register_i2c_devices();
Kenneth Heitke36920d32011-07-20 16:44:30 -06003616
Harini Jayaramanc4c58692011-07-19 14:50:10 -06003617 apq8064_device_qup_spi_gsbi5.dev.platform_data =
3618 &apq8064_qup_spi_gsbi5_pdata;
Stepan Moskovchenkoc1074f02011-12-14 17:51:57 -08003619 apq8064_init_pmic();
Hemant Kumar94e7da22012-02-03 16:52:29 -08003620 if (machine_is_apq8064_liquid())
3621 msm_otg_pdata.mhl_enable = true;
Vamsi Krishnad9863eb2012-03-26 17:34:48 -07003622
Abhishek Kharbanda72dc72e2012-06-07 13:41:37 -07003623 if (apq8064_mhl_display_enabled())
3624 mhl_platform_data.mhl_enabled = true;
3625
Ofir Cohen94213a72012-05-03 14:26:32 +03003626 android_usb_pdata.swfi_latency =
3627 msm_rpmrs_levels[0].latency_us;
Vamsi Krishnad9863eb2012-03-26 17:34:48 -07003628
Stepan Moskovchenko14aa6492011-08-08 15:15:01 -07003629 apq8064_device_otg.dev.platform_data = &msm_otg_pdata;
Manu Gautam91223e02011-11-08 15:27:22 +05303630 apq8064_ehci_host_init();
Gagan Mac8a7a5d32011-11-11 16:43:06 -07003631 apq8064_init_buses();
David Collins793793b2012-08-21 15:43:02 -07003632
3633 platform_add_devices(early_common_devices,
3634 ARRAY_SIZE(early_common_devices));
Bamidi RaviKirand1e9f0d2012-12-10 17:33:10 +05303635 if (socinfo_get_pmic_model() != PMIC_MODEL_PM8917) {
3636 if (!machine_is_mpq8064_hrd())
3637 platform_add_devices(pm8921_common_devices,
3638 ARRAY_SIZE(pm8921_common_devices));
3639 else
3640 platform_add_devices(pm8921_mpq_hrd_common_devices,
3641 ARRAY_SIZE(pm8921_mpq_hrd_common_devices));
3642 }
David Collins793793b2012-08-21 15:43:02 -07003643 else
3644 platform_add_devices(pm8917_common_devices,
3645 ARRAY_SIZE(pm8917_common_devices));
David Collins03c16372012-10-04 15:57:28 -07003646 if (machine_is_apq8064_cdp() || machine_is_apq8064_liquid())
3647 platform_device_register(&apq8064_device_ext_ts_sw_vreg);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003648 platform_add_devices(common_devices, ARRAY_SIZE(common_devices));
Terence Hampson36b70722012-05-10 13:18:16 -04003649 if (!(machine_is_mpq8064_cdp() || machine_is_mpq8064_hrd() ||
3650 machine_is_mpq8064_dtv()))
3651 platform_add_devices(common_not_mpq_devices,
3652 ARRAY_SIZE(common_not_mpq_devices));
Kuirong Wangf8c5e142012-06-21 16:17:32 -07003653
3654 if ((machine_is_mpq8064_cdp() || machine_is_mpq8064_hrd() ||
3655 machine_is_mpq8064_dtv()))
3656 platform_add_devices(common_mpq_devices,
3657 ARRAY_SIZE(common_mpq_devices));
3658
3659 if (machine_is_apq8064_mtp()) {
3660 if (SOCINFO_VERSION_MINOR(platform_version) == 1)
3661 platform_add_devices(common_i2s_devices,
3662 ARRAY_SIZE(common_i2s_devices));
3663 }
3664
Hemant Kumarbc8bdf62012-10-17 12:29:51 -07003665 rpmrs_level =
3666 msm_rpmrs_levels[MSM_PM_SLEEP_MODE_WAIT_FOR_INTERRUPT];
3667 msm_hsic_pdata.swfi_latency = rpmrs_level.latency_us;
3668 rpmrs_level =
3669 msm_rpmrs_levels[MSM_PM_SLEEP_MODE_POWER_COLLAPSE_STANDALONE];
3670 msm_hsic_pdata.standalone_latency = rpmrs_level.latency_us;
Hemant Kumarf1ca9192012-02-07 18:59:33 -08003671 if (machine_is_apq8064_mtp()) {
Hemant Kumar30d361c2012-08-20 14:44:40 -07003672 msm_hsic_pdata.log2_irq_thresh = 5,
Hemant Kumarf1ca9192012-02-07 18:59:33 -08003673 apq8064_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
3674 device_initialize(&apq8064_device_hsic_host.dev);
3675 }
Jay Chokshie8741282012-01-25 15:22:55 -08003676 apq8064_pm8xxx_gpio_mpp_init();
Sahitya Tummala3586ed92011-08-03 09:13:23 +05303677 apq8064_init_mmc();
Swaminathan Sathappan144b4882012-02-06 17:01:20 -08003678
3679 if (machine_is_apq8064_mtp()) {
3680 mdm_8064_device.dev.platform_data = &mdm_platform_data;
Ameya Thakure155ece2012-07-09 12:08:37 -07003681 if (SOCINFO_VERSION_MINOR(platform_version) == 1) {
3682 i2s_mdm_8064_device.dev.platform_data =
3683 &mdm_platform_data;
3684 platform_device_register(&i2s_mdm_8064_device);
3685 } else {
3686 mdm_8064_device.dev.platform_data = &mdm_platform_data;
3687 platform_device_register(&mdm_8064_device);
3688 }
Swaminathan Sathappan144b4882012-02-06 17:01:20 -08003689 }
3690 platform_device_register(&apq8064_slim_ctrl);
Santosh Mardi344455a2012-09-07 13:22:16 +05303691 if (machine_is_mpq8064_hrd() || machine_is_mpq8064_dtv()) {
3692 apq8064_slim_devices[ARRAY_SIZE(apq8064_slim_devices) - 1].\
3693 slim_slave = &mpq8064_slim_ashiko20;
3694 }
Sagar Dharia8bdcdaf2011-09-16 16:01:15 -06003695 slim_register_board_info(apq8064_slim_devices,
3696 ARRAY_SIZE(apq8064_slim_devices));
Taniya Dasbbf633d2012-07-31 16:07:47 +05303697 if (!PLATFORM_IS_MPQ8064()) {
Taniya Das30cae292012-07-31 15:56:12 +05303698 apq8064_init_dsps();
Taniya Dasbbf633d2012-07-31 16:07:47 +05303699 platform_device_register(&msm_8960_riva);
3700 }
Praveen Chidambaramc3c90822012-11-07 15:43:49 -07003701 if (cpu_is_apq8064ab())
3702 apq8064ab_update_krait_spm();
Praveen Chidambaram78499012011-11-01 17:15:17 -06003703 msm_spm_init(msm_spm_data, ARRAY_SIZE(msm_spm_data));
3704 msm_spm_l2_init(msm_spm_l2_data);
Praveen Chidambaram78499012011-11-01 17:15:17 -06003705 BUG_ON(msm_pm_boot_init(&msm_pm_boot_pdata));
Siddartha Mohanadossb9df4942012-02-08 09:58:21 -08003706 apq8064_epm_adc_init();
Girish Mahadevan3bc98772012-08-15 10:01:27 -06003707 msm_pm_set_tz_retention_flag(1);
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003708}
3709
Huaibin Yang4a084e32011-12-15 15:25:52 -08003710static void __init apq8064_allocate_memory_regions(void)
3711{
3712 apq8064_allocate_fb_region();
3713}
3714
Joel King82b7e3f2012-01-05 10:03:27 -08003715static void __init apq8064_cdp_init(void)
3716{
Hanumant Singh50440d42012-04-23 19:27:16 -07003717 if (meminfo_init(SYS_MEMORY, SZ_256M) < 0)
3718 pr_err("meminfo_init() failed!\n");
Amy Maloche609bb5e2012-08-03 09:41:42 -07003719 if (machine_is_apq8064_mtp() &&
3720 SOCINFO_VERSION_MINOR(socinfo_get_platform_version()) == 1)
3721 cyttsp_pdata.sleep_gpio = CYTTSP_TS_GPIO_SLEEP_ALT;
Joel King82b7e3f2012-01-05 10:03:27 -08003722 apq8064_common_init();
Joel King8f839b92012-04-01 14:37:46 -07003723 if (machine_is_mpq8064_cdp() || machine_is_mpq8064_hrd() ||
3724 machine_is_mpq8064_dtv()) {
Ravi Kumar V16a614c2012-10-12 20:59:56 +05303725 gpio_ir_recv_pdata.swfi_latency =
3726 msm_rpmrs_levels[0].latency_us;
Jay Chokshie7d8d4f2012-04-04 14:47:57 -07003727 enable_avc_i2c_bus();
Olav Hauganef95ae32012-05-15 09:50:30 -07003728 msm_rotator_set_split_iommu_domain();
Bar Weinerf82c5872012-10-23 14:31:26 +02003729
3730 mpq8064_device_qup_spi_gsbi6.dev.platform_data =
3731 &mpq8064_qup_spi_gsbi6_pdata;
3732
Joel King8f839b92012-04-01 14:37:46 -07003733 platform_add_devices(mpq_devices, ARRAY_SIZE(mpq_devices));
Niranjana Vishwanathapura06f89332012-05-03 17:11:13 -06003734 mpq8064_pcie_init();
Bar Weinerf82c5872012-10-23 14:31:26 +02003735 spi_register_board_info(mpq8064_spi_board_info,
3736 ARRAY_SIZE(mpq8064_spi_board_info));
Joel King8f839b92012-04-01 14:37:46 -07003737 } else {
3738 ethernet_init();
Olav Hauganef95ae32012-05-15 09:50:30 -07003739 msm_rotator_set_split_iommu_domain();
Joel King8f839b92012-04-01 14:37:46 -07003740 platform_add_devices(cdp_devices, ARRAY_SIZE(cdp_devices));
3741 spi_register_board_info(spi_board_info,
3742 ARRAY_SIZE(spi_board_info));
3743 }
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08003744 apq8064_init_fb();
Jordan Crouseb3115fe2012-02-01 22:11:12 -07003745 apq8064_init_gpu();
Matt Wagantall1f65d9d2012-04-25 14:24:20 -07003746 platform_add_devices(apq8064_footswitch, apq8064_num_footswitch);
Steve Mucklef132c6c2012-06-06 18:30:57 -07003747#ifdef CONFIG_MSM_CAMERA
Kevin Chand07220e2012-02-13 15:52:22 -08003748 apq8064_init_cam();
Steve Mucklef132c6c2012-06-06 18:30:57 -07003749#endif
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303750
Mayank Rana262e9032012-05-10 15:14:00 -07003751 if (machine_is_mpq8064_hrd() || machine_is_mpq8064_dtv()) {
3752 platform_device_register(&mpq8064_device_uartdm_gsbi6);
3753#ifdef CONFIG_SERIAL_MSM_HS
3754 /* GSBI6(2) - UARTDM_RX */
3755 mpq8064_gsbi6_uartdm_pdata.wakeup_irq = gpio_to_irq(15);
3756 mpq8064_device_uartdm_gsbi6.dev.platform_data =
3757 &mpq8064_gsbi6_uartdm_pdata;
3758#endif
3759 }
3760
Ankit Verma6fe41b02012-09-13 16:12:11 +05303761#if defined(CONFIG_BT) && defined(CONFIG_MARIMBA_CORE)
3762 if (machine_is_mpq8064_hrd())
3763 apq8064_bt_power_init();
3764#endif
3765
Mohan Pallaka474b94b2012-01-25 12:59:58 +05303766 if (machine_is_apq8064_cdp() || machine_is_apq8064_liquid())
3767 platform_device_register(&cdp_kp_pdev);
3768
3769 if (machine_is_apq8064_mtp())
3770 platform_device_register(&mtp_kp_pdev);
Hanumant Singh50440d42012-04-23 19:27:16 -07003771
3772 change_memory_power = &apq8064_change_memory_power;
Anirudh Ghayal32ea6252012-04-26 16:39:50 +05303773
3774 if (machine_is_mpq8064_cdp()) {
3775 platform_device_register(&mpq_gpio_keys_pdev);
3776 platform_device_register(&mpq_keypad_device);
Mohan Pallakab8aa8282012-10-04 14:26:21 +05303777 } else if (machine_is_mpq8064_hrd())
3778 platform_device_register(&mpq_hrd_keys_pdev);
Srikanth Uyyala7d4f7212012-10-12 17:45:36 +05303779 if (machine_is_mpq8064_cdp() || machine_is_mpq8064_hrd() ||
3780 machine_is_mpq8064_dtv())
3781 platform_device_register(&msm_dev_avtimer_device);
Sujit Reddy Thummab0d51e72012-12-31 15:37:16 +05303782
3783 if (machine_is_apq8064_cdp() || machine_is_mpq8064_hrd()) {
3784 int ret;
3785 struct pm8xxx_mpp_config_data sata_pwr_cfg = {
3786 .type = PM8XXX_MPP_TYPE_D_OUTPUT,
3787 .level = PM8921_MPP_DIG_LEVEL_VPH,
3788 .control = PM8XXX_MPP_DOUT_CTRL_HIGH,
3789 };
3790
3791 /* Apply MPP-4 init only when it is used to control SATA PWR */
3792 ret = pm8xxx_mpp_config(PM8921_MPP_PM_TO_SYS(4), &sata_pwr_cfg);
3793 if (ret)
3794 pr_err("%s: pm8921 MPP %d init config failed(%d)\n",
3795 __func__, PM8921_MPP_PM_TO_SYS(4), ret);
3796 platform_device_register(&apq8064_device_ext_3p3v_mpp4_vreg);
3797 platform_device_register(&apq8064_device_sata);
3798 }
Joel King82b7e3f2012-01-05 10:03:27 -08003799}
3800
Joel King82b7e3f2012-01-05 10:03:27 -08003801MACHINE_START(APQ8064_CDP, "QCT APQ8064 CDP")
3802 .map_io = apq8064_map_io,
3803 .reserve = apq8064_reserve,
3804 .init_irq = apq8064_init_irq,
3805 .handle_irq = gic_handle_irq,
3806 .timer = &msm_timer,
3807 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08003808 .init_early = apq8064_allocate_memory_regions,
Laura Abbott6988cef2012-03-15 14:27:13 -07003809 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003810 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003811 .smp = &msm8960_smp_ops,
Joel King82b7e3f2012-01-05 10:03:27 -08003812MACHINE_END
3813
3814MACHINE_START(APQ8064_MTP, "QCT APQ8064 MTP")
3815 .map_io = apq8064_map_io,
3816 .reserve = apq8064_reserve,
3817 .init_irq = apq8064_init_irq,
3818 .handle_irq = gic_handle_irq,
3819 .timer = &msm_timer,
3820 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08003821 .init_early = apq8064_allocate_memory_regions,
Laura Abbott6988cef2012-03-15 14:27:13 -07003822 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003823 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003824 .smp = &msm8960_smp_ops,
Joel King82b7e3f2012-01-05 10:03:27 -08003825MACHINE_END
3826
3827MACHINE_START(APQ8064_LIQUID, "QCT APQ8064 LIQUID")
3828 .map_io = apq8064_map_io,
3829 .reserve = apq8064_reserve,
3830 .init_irq = apq8064_init_irq,
3831 .handle_irq = gic_handle_irq,
3832 .timer = &msm_timer,
3833 .init_machine = apq8064_cdp_init,
Ravishangar Kalyanamc2fee312012-02-09 19:11:22 -08003834 .init_early = apq8064_allocate_memory_regions,
Laura Abbott6988cef2012-03-15 14:27:13 -07003835 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003836 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003837 .smp = &msm8960_smp_ops,
Joel King82b7e3f2012-01-05 10:03:27 -08003838MACHINE_END
3839
Joel King064bbf82012-04-01 13:23:39 -07003840MACHINE_START(MPQ8064_CDP, "QCT MPQ8064 CDP")
3841 .map_io = apq8064_map_io,
3842 .reserve = apq8064_reserve,
3843 .init_irq = apq8064_init_irq,
3844 .handle_irq = gic_handle_irq,
3845 .timer = &msm_timer,
3846 .init_machine = apq8064_cdp_init,
3847 .init_early = apq8064_allocate_memory_regions,
3848 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003849 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003850 .smp = &msm8960_smp_ops,
Joel King064bbf82012-04-01 13:23:39 -07003851MACHINE_END
3852
Joel King11ca8202012-02-13 16:19:03 -08003853MACHINE_START(MPQ8064_HRD, "QCT MPQ8064 HRD")
3854 .map_io = apq8064_map_io,
3855 .reserve = apq8064_reserve,
3856 .init_irq = apq8064_init_irq,
3857 .handle_irq = gic_handle_irq,
3858 .timer = &msm_timer,
3859 .init_machine = apq8064_cdp_init,
Joel King3a57e772012-05-28 11:22:55 -07003860 .init_early = apq8064_allocate_memory_regions,
Laura Abbott6988cef2012-03-15 14:27:13 -07003861 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003862 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003863 .smp = &msm8960_smp_ops,
Joel King11ca8202012-02-13 16:19:03 -08003864MACHINE_END
3865
3866MACHINE_START(MPQ8064_DTV, "QCT MPQ8064 DTV")
3867 .map_io = apq8064_map_io,
3868 .reserve = apq8064_reserve,
3869 .init_irq = apq8064_init_irq,
3870 .handle_irq = gic_handle_irq,
3871 .timer = &msm_timer,
3872 .init_machine = apq8064_cdp_init,
Joel King3a57e772012-05-28 11:22:55 -07003873 .init_early = apq8064_allocate_memory_regions,
Laura Abbott6988cef2012-03-15 14:27:13 -07003874 .init_very_early = apq8064_early_reserve,
Jeff Ohlsteindd0dd9b2012-05-29 17:47:21 -07003875 .restart = msm_restart,
Syed Rameez Mustafa9de46342012-11-30 11:00:08 -08003876 .smp = &msm8960_smp_ops,
Joel King11ca8202012-02-13 16:19:03 -08003877MACHINE_END