Mitchel Humpherys | a35ec18 | 2012-11-19 11:04:35 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 2 | * |
| 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 Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 13 | #include <linux/err.h> |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 14 | #include <linux/kernel.h> |
| 15 | #include <linux/errno.h> |
| 16 | #include <linux/platform_device.h> |
| 17 | #include <linux/io.h> |
| 18 | #include <linux/gpio.h> |
| 19 | #include <linux/irq.h> |
| 20 | #include <linux/irqdomain.h> |
| 21 | #include <linux/of.h> |
| 22 | #include <linux/of_address.h> |
| 23 | #include <linux/of_platform.h> |
| 24 | #include <linux/of_fdt.h> |
| 25 | #include <linux/of_irq.h> |
| 26 | #include <linux/memory.h> |
| 27 | #ifdef CONFIG_ANDROID_PMEM |
| 28 | #include <linux/android_pmem.h> |
| 29 | #endif |
David Keitel | ab87651 | 2013-02-19 12:01:07 -0800 | [diff] [blame] | 30 | #include <linux/regulator/qpnp-regulator.h> |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 31 | #include <asm/mach/map.h> |
| 32 | #include <asm/hardware/gic.h> |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 33 | #include <asm/mach/arch.h> |
| 34 | #include <asm/mach/time.h> |
| 35 | #include <mach/board.h> |
| 36 | #include <mach/gpiomux.h> |
| 37 | #include <mach/msm_iomap.h> |
Syed Rameez Mustafa | f1bdd71 | 2012-11-20 14:56:44 -0800 | [diff] [blame] | 38 | #include <mach/restart.h> |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 39 | #ifdef CONFIG_ION_MSM |
| 40 | #include <mach/ion.h> |
| 41 | #endif |
| 42 | #include <mach/msm_memtypes.h> |
| 43 | #include <mach/socinfo.h> |
| 44 | #include <mach/board.h> |
Matt Wagantall | 33d01f5 | 2012-02-23 23:27:44 -0800 | [diff] [blame] | 45 | #include <mach/clk-provider.h> |
Praveen Chidambaram | de2a87b | 2012-12-20 16:13:53 -0700 | [diff] [blame] | 46 | #include <mach/msm_smd.h> |
| 47 | #include <mach/rpm-smd.h> |
| 48 | #include <linux/msm_thermal.h> |
Rohit Vaswani | 835707b | 2012-09-20 16:21:39 -0700 | [diff] [blame] | 49 | #include "board-dt.h" |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 50 | #include "clock.h" |
Syed Rameez Mustafa | 9de4634 | 2012-11-30 11:00:08 -0800 | [diff] [blame] | 51 | #include "platsmp.h" |
Praveen Chidambaram | de2a87b | 2012-12-20 16:13:53 -0700 | [diff] [blame] | 52 | #include "spm.h" |
| 53 | #include "lpm_resources.h" |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 54 | |
Mitchel Humpherys | 3c7c712 | 2012-11-08 19:24:39 -0800 | [diff] [blame] | 55 | static struct memtype_reserve msm8226_reserve_table[] __initdata = { |
| 56 | [MEMTYPE_SMI] = { |
| 57 | }, |
| 58 | [MEMTYPE_EBI0] = { |
| 59 | .flags = MEMTYPE_FLAGS_1M_ALIGN, |
| 60 | }, |
| 61 | [MEMTYPE_EBI1] = { |
| 62 | .flags = MEMTYPE_FLAGS_1M_ALIGN, |
| 63 | }, |
| 64 | }; |
| 65 | |
| 66 | static int msm8226_paddr_to_memtype(unsigned int paddr) |
| 67 | { |
| 68 | return MEMTYPE_EBI1; |
| 69 | } |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 70 | |
Syed Rameez Mustafa | 51d4d18 | 2012-11-20 14:36:43 -0800 | [diff] [blame] | 71 | static struct of_dev_auxdata msm8226_auxdata_lookup[] __initdata = { |
| 72 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF9824000, \ |
| 73 | "msm_sdcc.1", NULL), |
| 74 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF98A4000, \ |
| 75 | "msm_sdcc.2", NULL), |
| 76 | {} |
| 77 | }; |
| 78 | |
Mitchel Humpherys | 3c7c712 | 2012-11-08 19:24:39 -0800 | [diff] [blame] | 79 | static struct reserve_info msm8226_reserve_info __initdata = { |
| 80 | .memtype_reserve_table = msm8226_reserve_table, |
| 81 | .paddr_to_memtype = msm8226_paddr_to_memtype, |
| 82 | }; |
| 83 | |
| 84 | static void __init msm8226_early_memory(void) |
| 85 | { |
| 86 | reserve_info = &msm8226_reserve_info; |
Neeti Desai | bfedbd3 | 2012-11-21 13:19:36 -0800 | [diff] [blame] | 87 | of_scan_flat_dt(dt_scan_for_memory_hole, msm8226_reserve_table); |
Mitchel Humpherys | 3c7c712 | 2012-11-08 19:24:39 -0800 | [diff] [blame] | 88 | } |
| 89 | |
| 90 | static void __init msm8226_reserve(void) |
| 91 | { |
Neeti Desai | bfedbd3 | 2012-11-21 13:19:36 -0800 | [diff] [blame] | 92 | reserve_info = &msm8226_reserve_info; |
| 93 | of_scan_flat_dt(dt_scan_for_memory_reserve, msm8226_reserve_table); |
Mitchel Humpherys | 3c7c712 | 2012-11-08 19:24:39 -0800 | [diff] [blame] | 94 | msm_reserve(); |
| 95 | } |
| 96 | |
Patrick Daly | e682ac7 | 2013-01-22 15:21:37 -0800 | [diff] [blame] | 97 | /* |
| 98 | * Used to satisfy dependencies for devices that need to be |
| 99 | * run early or in a particular order. Most likely your device doesn't fall |
| 100 | * into this category, and thus the driver should not be added here. The |
| 101 | * EPROBE_DEFER can satisfy most dependency problems. |
| 102 | */ |
Praveen Chidambaram | de2a87b | 2012-12-20 16:13:53 -0700 | [diff] [blame] | 103 | void __init msm8226_add_drivers(void) |
| 104 | { |
| 105 | msm_rpm_driver_init(); |
| 106 | msm_lpmrs_module_init(); |
| 107 | msm_spm_device_init(); |
David Keitel | ab87651 | 2013-02-19 12:01:07 -0800 | [diff] [blame] | 108 | qpnp_regulator_init(); |
Patrick Daly | eb370ea | 2012-10-23 11:57:50 -0700 | [diff] [blame] | 109 | if (machine_is_msm8226_rumi()) |
| 110 | msm_clock_init(&msm8226_rumi_clock_init_data); |
| 111 | else |
| 112 | msm_clock_init(&msm8226_clock_init_data); |
| 113 | |
Praveen Chidambaram | de2a87b | 2012-12-20 16:13:53 -0700 | [diff] [blame] | 114 | msm_thermal_device_init(); |
| 115 | } |
| 116 | |
Syed Rameez Mustafa | e8156b4 | 2012-10-11 18:05:08 -0700 | [diff] [blame] | 117 | void __init msm8226_init(void) |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 118 | { |
Syed Rameez Mustafa | 51d4d18 | 2012-11-20 14:36:43 -0800 | [diff] [blame] | 119 | struct of_dev_auxdata *adata = msm8226_auxdata_lookup; |
Abhimanyu Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 120 | |
Abhimanyu Kapur | 91a0a50 | 2013-01-11 19:24:59 -0800 | [diff] [blame] | 121 | if (socinfo_init() < 0) |
Abhimanyu Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 122 | pr_err("%s: socinfo_init() failed\n", __func__); |
Syed Rameez Mustafa | 51d4d18 | 2012-11-20 14:36:43 -0800 | [diff] [blame] | 123 | |
Syed Rameez Mustafa | 9d16c4f | 2012-09-10 14:16:55 -0700 | [diff] [blame] | 124 | msm8226_init_gpiomux(); |
Syed Rameez Mustafa | 51d4d18 | 2012-11-20 14:36:43 -0800 | [diff] [blame] | 125 | of_platform_populate(NULL, of_default_bus_match_table, adata, NULL); |
Patrick Daly | e682ac7 | 2013-01-22 15:21:37 -0800 | [diff] [blame] | 126 | msm8226_add_drivers(); |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 127 | } |
| 128 | |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 129 | static const char *msm8226_dt_match[] __initconst = { |
| 130 | "qcom,msm8226", |
| 131 | NULL |
| 132 | }; |
| 133 | |
| 134 | DT_MACHINE_START(MSM8226_DT, "Qualcomm MSM 8226 (Flattened Device Tree)") |
| 135 | .map_io = msm_map_msm8226_io, |
Praveen Chidambaram | de2a87b | 2012-12-20 16:13:53 -0700 | [diff] [blame] | 136 | .init_irq = msm_dt_init_irq, |
Rohit Vaswani | 835707b | 2012-09-20 16:21:39 -0700 | [diff] [blame] | 137 | .init_machine = msm8226_init, |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 138 | .handle_irq = gic_handle_irq, |
Rohit Vaswani | 835707b | 2012-09-20 16:21:39 -0700 | [diff] [blame] | 139 | .timer = &msm_dt_timer, |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 140 | .dt_compat = msm8226_dt_match, |
Mitchel Humpherys | 3c7c712 | 2012-11-08 19:24:39 -0800 | [diff] [blame] | 141 | .reserve = msm8226_reserve, |
Syed Rameez Mustafa | f1bdd71 | 2012-11-20 14:56:44 -0800 | [diff] [blame] | 142 | .init_very_early = msm8226_early_memory, |
| 143 | .restart = msm_restart, |
Syed Rameez Mustafa | 9de4634 | 2012-11-30 11:00:08 -0800 | [diff] [blame] | 144 | .smp = &arm_smp_ops, |
Syed Rameez Mustafa | 878892c | 2012-08-23 17:30:32 -0700 | [diff] [blame] | 145 | MACHINE_END |