Abhimanyu Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -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> |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 14 | #include <linux/kernel.h> |
| 15 | #include <linux/platform_device.h> |
| 16 | #include <linux/io.h> |
| 17 | #include <linux/irq.h> |
| 18 | #include <linux/irqdomain.h> |
| 19 | #include <linux/of.h> |
| 20 | #include <linux/of_address.h> |
| 21 | #include <linux/of_platform.h> |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 22 | #include <linux/memory.h> |
Matt Wagantall | ecaa117 | 2012-05-08 21:38:45 -0700 | [diff] [blame] | 23 | #include <linux/regulator/machine.h> |
Michael Bohan | 2a46832 | 2012-08-14 17:06:34 -0700 | [diff] [blame] | 24 | #include <linux/regulator/krait-regulator.h> |
Eugene Seah | ce52ef2 | 2012-07-12 12:40:38 -0600 | [diff] [blame] | 25 | #include <linux/msm_thermal.h> |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 26 | #include <asm/mach/map.h> |
| 27 | #include <asm/hardware/gic.h> |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 28 | #include <asm/mach/map.h> |
| 29 | #include <asm/mach/arch.h> |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 30 | #include <mach/board.h> |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 31 | #include <mach/gpiomux.h> |
| 32 | #include <mach/msm_iomap.h> |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 33 | #ifdef CONFIG_ION_MSM |
| 34 | #include <mach/ion.h> |
| 35 | #endif |
| 36 | #include <mach/msm_memtypes.h> |
Jeff Hugo | 7094609 | 2012-02-10 11:30:43 -0700 | [diff] [blame] | 37 | #include <mach/msm_smd.h> |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 38 | #include <mach/restart.h> |
Mahesh Sivasubramanian | a8ff992 | 2012-03-27 17:50:42 -0600 | [diff] [blame] | 39 | #include <mach/rpm-smd.h> |
David Collins | 8f4cebc | 2012-05-08 16:54:50 -0700 | [diff] [blame] | 40 | #include <mach/rpm-regulator-smd.h> |
Vikram Mulukutla | aeadb5f | 2012-05-04 14:03:07 -0700 | [diff] [blame] | 41 | #include <mach/socinfo.h> |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 42 | #include "board-dt.h" |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 43 | #include "clock.h" |
Michael Bohan | 037a0f5 | 2012-02-29 19:13:09 -0800 | [diff] [blame] | 44 | #include "devices.h" |
Praveen Chidambaram | da9501d | 2012-04-26 19:48:29 -0600 | [diff] [blame] | 45 | #include "spm.h" |
Jeff Hugo | a643ca1 | 2012-06-11 16:00:23 -0600 | [diff] [blame] | 46 | #include "modem_notifier.h" |
Girish Mahadevan | 40abbe1 | 2012-04-25 14:58:13 -0600 | [diff] [blame] | 47 | #include "lpm_resources.h" |
Syed Rameez Mustafa | 9de4634 | 2012-11-30 11:00:08 -0800 | [diff] [blame] | 48 | #include "platsmp.h" |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 49 | |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 50 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 51 | static struct memtype_reserve msm8974_reserve_table[] __initdata = { |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 52 | [MEMTYPE_SMI] = { |
| 53 | }, |
| 54 | [MEMTYPE_EBI0] = { |
| 55 | .flags = MEMTYPE_FLAGS_1M_ALIGN, |
| 56 | }, |
| 57 | [MEMTYPE_EBI1] = { |
| 58 | .flags = MEMTYPE_FLAGS_1M_ALIGN, |
| 59 | }, |
| 60 | }; |
| 61 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 62 | static int msm8974_paddr_to_memtype(unsigned int paddr) |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 63 | { |
| 64 | return MEMTYPE_EBI1; |
| 65 | } |
| 66 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 67 | static struct reserve_info msm8974_reserve_info __initdata = { |
| 68 | .memtype_reserve_table = msm8974_reserve_table, |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 69 | .paddr_to_memtype = msm8974_paddr_to_memtype, |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 70 | }; |
| 71 | |
Neeti Desai | 1b2cb55 | 2012-11-01 21:57:36 -0700 | [diff] [blame] | 72 | void __init msm_8974_reserve(void) |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 73 | { |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 74 | reserve_info = &msm8974_reserve_info; |
| 75 | of_scan_flat_dt(dt_scan_for_memory_reserve, msm8974_reserve_table); |
Neeti Desai | 1b2cb55 | 2012-11-01 21:57:36 -0700 | [diff] [blame] | 76 | msm_reserve(); |
| 77 | } |
| 78 | |
| 79 | static void __init msm8974_early_memory(void) |
| 80 | { |
| 81 | reserve_info = &msm8974_reserve_info; |
| 82 | of_scan_flat_dt(dt_scan_for_memory_hole, msm8974_reserve_table); |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 83 | } |
| 84 | |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 85 | /* |
| 86 | * Used to satisfy dependencies for devices that need to be |
| 87 | * run early or in a particular order. Most likely your device doesn't fall |
| 88 | * into this category, and thus the driver should not be added here. The |
| 89 | * EPROBE_DEFER can satisfy most dependency problems. |
| 90 | */ |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 91 | void __init msm8974_add_drivers(void) |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 92 | { |
Jeff Hugo | a643ca1 | 2012-06-11 16:00:23 -0600 | [diff] [blame] | 93 | msm_init_modem_notifier_list(); |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 94 | msm_smd_init(); |
| 95 | msm_rpm_driver_init(); |
Girish Mahadevan | 40abbe1 | 2012-04-25 14:58:13 -0600 | [diff] [blame] | 96 | msm_lpmrs_module_init(); |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 97 | rpm_regulator_smd_driver_init(); |
| 98 | msm_spm_device_init(); |
Michael Bohan | 2a46832 | 2012-08-14 17:06:34 -0700 | [diff] [blame] | 99 | krait_power_init(); |
Stepan Moskovchenko | 82f0eab | 2013-04-02 19:52:28 -0700 | [diff] [blame^] | 100 | if (of_board_is_rumi()) |
Vikram Mulukutla | 19245e0 | 2012-07-23 15:58:04 -0700 | [diff] [blame] | 101 | msm_clock_init(&msm8974_rumi_clock_init_data); |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 102 | else |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 103 | msm_clock_init(&msm8974_clock_init_data); |
Eugene Seah | ce52ef2 | 2012-07-12 12:40:38 -0600 | [diff] [blame] | 104 | msm_thermal_device_init(); |
Vikram Mulukutla | aa6f36c | 2012-06-12 18:16:29 -0700 | [diff] [blame] | 105 | } |
| 106 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 107 | static struct of_dev_auxdata msm8974_auxdata_lookup[] __initdata = { |
Pavankumar Kondeti | 0063b84 | 2012-01-16 12:19:58 +0530 | [diff] [blame] | 108 | OF_DEV_AUXDATA("qcom,hsusb-otg", 0xF9A55000, \ |
| 109 | "msm_otg", NULL), |
Vijayavardhan Vennapusa | 1f5da0b | 2013-01-08 20:03:57 +0530 | [diff] [blame] | 110 | OF_DEV_AUXDATA("qcom,ehci-host", 0xF9A55000, \ |
| 111 | "msm_ehci_host", NULL), |
Manu Gautam | 51be971 | 2012-06-06 14:54:52 +0530 | [diff] [blame] | 112 | OF_DEV_AUXDATA("qcom,dwc-usb3-msm", 0xF9200000, \ |
| 113 | "msm_dwc3", NULL), |
Shimrit Malichi | 57ae149 | 2012-08-06 14:03:45 +0300 | [diff] [blame] | 114 | OF_DEV_AUXDATA("qcom,usb-bam-msm", 0xF9304000, \ |
| 115 | "usb_bam", NULL), |
Harini Jayaraman | 5f98dbb | 2011-12-20 13:38:19 -0700 | [diff] [blame] | 116 | OF_DEV_AUXDATA("qcom,spi-qup-v2", 0xF9924000, \ |
| 117 | "spi_qsd.1", NULL), |
Sujit Reddy Thumma | 85fc52c | 2012-05-02 12:53:45 +0530 | [diff] [blame] | 118 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF9824000, \ |
David Ng | 665140f | 2012-04-12 16:03:45 -0700 | [diff] [blame] | 119 | "msm_sdcc.1", NULL), |
Sujit Reddy Thumma | 85fc52c | 2012-05-02 12:53:45 +0530 | [diff] [blame] | 120 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF98A4000, \ |
| 121 | "msm_sdcc.2", NULL), |
| 122 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF9864000, \ |
David Ng | 665140f | 2012-04-12 16:03:45 -0700 | [diff] [blame] | 123 | "msm_sdcc.3", NULL), |
Sujit Reddy Thumma | 85fc52c | 2012-05-02 12:53:45 +0530 | [diff] [blame] | 124 | OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF98E4000, \ |
| 125 | "msm_sdcc.4", NULL), |
Venkat Gopalakrishnan | 13268f9 | 2012-09-17 15:15:07 -0700 | [diff] [blame] | 126 | OF_DEV_AUXDATA("qcom,sdhci-msm", 0xF9824900, \ |
| 127 | "msm_sdcc.1", NULL), |
| 128 | OF_DEV_AUXDATA("qcom,sdhci-msm", 0xF98A4900, \ |
| 129 | "msm_sdcc.2", NULL), |
| 130 | OF_DEV_AUXDATA("qcom,sdhci-msm", 0xF9864900, \ |
| 131 | "msm_sdcc.3", NULL), |
| 132 | OF_DEV_AUXDATA("qcom,sdhci-msm", 0xF98E4900, \ |
| 133 | "msm_sdcc.4", NULL), |
Hariprasad Dhalinarasimha | de991f0 | 2012-05-31 13:15:51 -0700 | [diff] [blame] | 134 | OF_DEV_AUXDATA("qcom,msm-rng", 0xF9BFF000, \ |
| 135 | "msm_rng", NULL), |
Ramesh Masavarapu | fb1f01e | 2012-06-14 09:40:40 -0700 | [diff] [blame] | 136 | OF_DEV_AUXDATA("qcom,qseecom", 0xFE806000, \ |
| 137 | "qseecom", NULL), |
Adrian Salido-Moreno | 5ef3ac0 | 2012-05-14 18:40:47 -0700 | [diff] [blame] | 138 | OF_DEV_AUXDATA("qcom,mdss_mdp", 0xFD900000, "mdp.0", NULL), |
Siddartha Mohanadoss | 0a18888 | 2012-07-06 15:51:00 -0700 | [diff] [blame] | 139 | OF_DEV_AUXDATA("qcom,msm-tsens", 0xFC4A8000, \ |
| 140 | "msm-tsens", NULL), |
Mona Hossain | b43e94b | 2012-05-07 08:52:06 -0700 | [diff] [blame] | 141 | OF_DEV_AUXDATA("qcom,qcedev", 0xFD440000, \ |
| 142 | "qcedev.0", NULL), |
| 143 | OF_DEV_AUXDATA("qcom,qcrypto", 0xFD440000, \ |
| 144 | "qcrypto.0", NULL), |
Ming-yi Lin | b6ade10 | 2013-02-04 14:05:08 +0800 | [diff] [blame] | 145 | OF_DEV_AUXDATA("qcom,hsic-host", 0xF9A00000, \ |
| 146 | "msm_hsic_host", NULL), |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 147 | {} |
| 148 | }; |
| 149 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 150 | static void __init msm8974_map_io(void) |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 151 | { |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 152 | msm_map_8974_io(); |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 153 | } |
| 154 | |
| 155 | void __init msm8974_init(void) |
| 156 | { |
| 157 | struct of_dev_auxdata *adata = msm8974_auxdata_lookup; |
Abhimanyu Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 158 | |
Abhimanyu Kapur | 91a0a50 | 2013-01-11 19:24:59 -0800 | [diff] [blame] | 159 | if (socinfo_init() < 0) |
Abhimanyu Kapur | 440cdde | 2012-12-04 00:05:40 -0800 | [diff] [blame] | 160 | pr_err("%s: socinfo_init() failed\n", __func__); |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 161 | |
Abhimanyu Kapur | 90ced6e | 2012-06-26 17:41:25 -0700 | [diff] [blame] | 162 | msm_8974_init_gpiomux(); |
Matt Wagantall | ecaa117 | 2012-05-08 21:38:45 -0700 | [diff] [blame] | 163 | regulator_has_full_constraints(); |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 164 | of_platform_populate(NULL, of_default_bus_match_table, adata, NULL); |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 165 | msm8974_add_drivers(); |
Sathish Ambley | c58afc2 | 2011-10-09 21:55:39 -0700 | [diff] [blame] | 166 | } |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 167 | |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 168 | void __init msm8974_init_very_early(void) |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 169 | { |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 170 | msm8974_early_memory(); |
Olav Haugan | b800c8c | 2012-01-30 08:50:45 -0800 | [diff] [blame] | 171 | } |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 172 | |
| 173 | static const char *msm8974_dt_match[] __initconst = { |
| 174 | "qcom,msm8974", |
| 175 | NULL |
| 176 | }; |
| 177 | |
| 178 | DT_MACHINE_START(MSM8974_DT, "Qualcomm MSM 8974 (Flattened Device Tree)") |
| 179 | .map_io = msm8974_map_io, |
| 180 | .init_irq = msm_dt_init_irq, |
| 181 | .init_machine = msm8974_init, |
| 182 | .handle_irq = gic_handle_irq, |
| 183 | .timer = &msm_dt_timer, |
| 184 | .dt_compat = msm8974_dt_match, |
Neeti Desai | 1b2cb55 | 2012-11-01 21:57:36 -0700 | [diff] [blame] | 185 | .reserve = msm_8974_reserve, |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 186 | .init_very_early = msm8974_init_very_early, |
| 187 | .restart = msm_restart, |
Syed Rameez Mustafa | 9de4634 | 2012-11-30 11:00:08 -0800 | [diff] [blame] | 188 | .smp = &msm8974_smp_ops, |
Rohit Vaswani | 750bee1 | 2012-09-20 16:18:10 -0700 | [diff] [blame] | 189 | MACHINE_END |