Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 and |
| 6 | * only version 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | */ |
| 13 | |
| 14 | #define pr_fmt(fmt) "%s: " fmt, __func__ |
| 15 | |
| 16 | #include <linux/kernel.h> |
| 17 | #include <linux/module.h> |
| 18 | #include <linux/errno.h> |
| 19 | #include <linux/io.h> |
Patrick Daly | af8808e | 2013-03-20 12:57:00 -0700 | [diff] [blame] | 20 | #include <linux/clk.h> |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 21 | #include <linux/platform_device.h> |
| 22 | #include <linux/regulator/consumer.h> |
Patrick Daly | f9451d2 | 2013-03-20 14:20:12 -0700 | [diff] [blame] | 23 | #include <linux/regulator/cpr-regulator.h> |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 24 | |
| 25 | #include <mach/clk-provider.h> |
| 26 | #include <mach/msm_bus.h> |
| 27 | #include <mach/msm_bus_board.h> |
| 28 | #include <mach/rpm-regulator-smd.h> |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 29 | #include <mach/socinfo.h> |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 30 | |
| 31 | #include "acpuclock-cortex.h" |
| 32 | |
| 33 | #define RCG_CONFIG_UPDATE_BIT BIT(0) |
| 34 | |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 35 | static struct msm_bus_paths bw_level_tbl_8226[] = { |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 36 | [0] = BW_MBPS(152), /* At least 19 MHz on bus. */ |
| 37 | [1] = BW_MBPS(300), /* At least 37.5 MHz on bus. */ |
| 38 | [2] = BW_MBPS(400), /* At least 50 MHz on bus. */ |
| 39 | [3] = BW_MBPS(800), /* At least 100 MHz on bus. */ |
| 40 | [4] = BW_MBPS(1600), /* At least 200 MHz on bus. */ |
| 41 | [5] = BW_MBPS(2128), /* At least 266 MHz on bus. */ |
| 42 | [6] = BW_MBPS(3200), /* At least 400 MHz on bus. */ |
| 43 | [7] = BW_MBPS(4264), /* At least 533 MHz on bus. */ |
| 44 | }; |
| 45 | |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 46 | static struct msm_bus_paths bw_level_tbl_8610[] = { |
| 47 | [0] = BW_MBPS(152), /* At least 19 MHz on bus. */ |
| 48 | [1] = BW_MBPS(300), /* At least 37.5 MHz on bus. */ |
| 49 | [2] = BW_MBPS(400), /* At least 50 MHz on bus. */ |
| 50 | [3] = BW_MBPS(800), /* At least 100 MHz on bus. */ |
| 51 | [4] = BW_MBPS(1600), /* At least 200 MHz on bus. */ |
| 52 | [5] = BW_MBPS(2128), /* At least 266 MHz on bus. */ |
| 53 | }; |
| 54 | |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 55 | static struct msm_bus_scale_pdata bus_client_pdata = { |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 56 | .usecase = bw_level_tbl_8226, |
| 57 | .num_usecases = ARRAY_SIZE(bw_level_tbl_8226), |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 58 | .active_only = 1, |
| 59 | .name = "acpuclock", |
| 60 | }; |
| 61 | |
| 62 | /* TODO: |
| 63 | * 1) Update MX voltage when data is avaiable |
| 64 | * 2) Update bus bandwidth |
| 65 | * 3) Depending on Frodo version, may need minimum of LVL_NOM |
| 66 | */ |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 67 | static struct clkctl_acpu_speed acpu_freq_tbl_8226[] = { |
Patrick Daly | 18748a7 | 2013-04-24 18:59:22 -0700 | [diff] [blame] | 68 | { 0, 19200, CXO, 0, 0, CPR_CORNER_SVS, 0, 0 }, |
| 69 | { 1, 300000, PLL0, 4, 2, CPR_CORNER_SVS, 0, 4 }, |
| 70 | { 1, 384000, ACPUPLL, 5, 0, CPR_CORNER_SVS, 0, 4 }, |
| 71 | { 1, 600000, PLL0, 4, 0, CPR_CORNER_NORMAL, 0, 6 }, |
| 72 | { 1, 787200, ACPUPLL, 5, 0, CPR_CORNER_NORMAL, 0, 7 }, |
Patrick Daly | f363c25 | 2013-03-21 12:08:37 -0700 | [diff] [blame] | 73 | { 1, 998400, ACPUPLL, 5, 0, CPR_CORNER_TURBO, 0, 7 }, |
| 74 | { 1, 1094400, ACPUPLL, 5, 0, CPR_CORNER_TURBO, 0, 7 }, |
Patrick Daly | 18748a7 | 2013-04-24 18:59:22 -0700 | [diff] [blame] | 75 | { 0, 1190400, ACPUPLL, 5, 0, CPR_CORNER_TURBO, 0, 7 }, |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 76 | { 0 } |
| 77 | }; |
| 78 | |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 79 | static struct clkctl_acpu_speed acpu_freq_tbl_8610[] = { |
Patrick Daly | 18748a7 | 2013-04-24 18:59:22 -0700 | [diff] [blame] | 80 | { 0, 19200, CXO, 0, 0, CPR_CORNER_SVS, 0, 0 }, |
| 81 | { 1, 300000, PLL0, 4, 2, CPR_CORNER_SVS, 0, 3 }, |
| 82 | { 1, 384000, ACPUPLL, 5, 0, CPR_CORNER_SVS, 0, 3 }, |
| 83 | { 1, 600000, PLL0, 4, 0, CPR_CORNER_NORMAL, 0, 4 }, |
| 84 | { 1, 787200, ACPUPLL, 5, 0, CPR_CORNER_NORMAL, 0, 4 }, |
| 85 | { 0, 998400, ACPUPLL, 5, 0, CPR_CORNER_TURBO, 0, 5 }, |
| 86 | { 0, 1190400, ACPUPLL, 5, 0, CPR_CORNER_TURBO, 0, 5 }, |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 87 | { 0 } |
| 88 | }; |
| 89 | |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 90 | static struct acpuclk_drv_data drv_data = { |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 91 | .freq_tbl = acpu_freq_tbl_8226, |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 92 | .current_speed = &(struct clkctl_acpu_speed){ 0 }, |
| 93 | .bus_scale = &bus_client_pdata, |
Patrick Daly | f9451d2 | 2013-03-20 14:20:12 -0700 | [diff] [blame] | 94 | .vdd_max_cpu = CPR_CORNER_TURBO, |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 95 | .src_clocks = { |
| 96 | [PLL0].name = "gpll0", |
| 97 | [ACPUPLL].name = "a7sspll", |
| 98 | }, |
| 99 | .reg_data = { |
| 100 | .cfg_src_mask = BM(10, 8), |
| 101 | .cfg_src_shift = 8, |
| 102 | .cfg_div_mask = BM(4, 0), |
| 103 | .cfg_div_shift = 0, |
| 104 | .update_mask = RCG_CONFIG_UPDATE_BIT, |
| 105 | .poll_mask = RCG_CONFIG_UPDATE_BIT, |
| 106 | }, |
Patrick Daly | af8808e | 2013-03-20 12:57:00 -0700 | [diff] [blame] | 107 | .power_collapse_khz = 300000, |
| 108 | .wait_for_irq_khz = 300000, |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 109 | }; |
| 110 | |
| 111 | static int __init acpuclk_a7_probe(struct platform_device *pdev) |
| 112 | { |
| 113 | struct resource *res; |
Patrick Daly | af8808e | 2013-03-20 12:57:00 -0700 | [diff] [blame] | 114 | u32 i; |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 115 | |
| 116 | res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "rcg_base"); |
| 117 | if (!res) |
| 118 | return -EINVAL; |
| 119 | |
Patrick Daly | af8808e | 2013-03-20 12:57:00 -0700 | [diff] [blame] | 120 | drv_data.apcs_rcg_cmd = devm_ioremap(&pdev->dev, res->start, |
| 121 | resource_size(res)); |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 122 | if (!drv_data.apcs_rcg_cmd) |
| 123 | return -ENOMEM; |
| 124 | |
| 125 | drv_data.apcs_rcg_config = drv_data.apcs_rcg_cmd + 4; |
| 126 | |
Patrick Daly | 0962ada | 2013-03-13 16:37:40 -0700 | [diff] [blame] | 127 | drv_data.vdd_cpu = devm_regulator_get(&pdev->dev, "a7_cpu"); |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 128 | if (IS_ERR(drv_data.vdd_cpu)) { |
| 129 | dev_err(&pdev->dev, "regulator for %s get failed\n", "a7_cpu"); |
| 130 | return PTR_ERR(drv_data.vdd_cpu); |
| 131 | } |
| 132 | |
Patrick Daly | af8808e | 2013-03-20 12:57:00 -0700 | [diff] [blame] | 133 | for (i = 0; i < NUM_SRC; i++) { |
| 134 | if (!drv_data.src_clocks[i].name) |
| 135 | continue; |
| 136 | drv_data.src_clocks[i].clk = |
| 137 | devm_clk_get(&pdev->dev, drv_data.src_clocks[i].name); |
| 138 | if (IS_ERR(drv_data.src_clocks[i].clk)) { |
| 139 | dev_err(&pdev->dev, "Unable to get clock %s\n", |
| 140 | drv_data.src_clocks[i].name); |
| 141 | return -EPROBE_DEFER; |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | /* Enable the always on source */ |
| 146 | clk_prepare_enable(drv_data.src_clocks[PLL0].clk); |
| 147 | |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 148 | return acpuclk_cortex_init(pdev, &drv_data); |
| 149 | } |
| 150 | |
| 151 | static struct of_device_id acpuclk_a7_match_table[] = { |
| 152 | {.compatible = "qcom,acpuclk-a7"}, |
| 153 | {} |
| 154 | }; |
| 155 | |
| 156 | static struct platform_driver acpuclk_a7_driver = { |
| 157 | .driver = { |
| 158 | .name = "acpuclk-a7", |
| 159 | .of_match_table = acpuclk_a7_match_table, |
| 160 | .owner = THIS_MODULE, |
| 161 | }, |
| 162 | }; |
| 163 | |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 164 | void msm8610_acpu_init(void) |
| 165 | { |
| 166 | drv_data.bus_scale->usecase = bw_level_tbl_8610; |
| 167 | drv_data.bus_scale->num_usecases = ARRAY_SIZE(bw_level_tbl_8610); |
| 168 | drv_data.freq_tbl = acpu_freq_tbl_8610; |
| 169 | } |
| 170 | |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 171 | static int __init acpuclk_a7_init(void) |
| 172 | { |
Vikram Mulukutla | 8f30773 | 2013-04-15 18:19:27 -0700 | [diff] [blame] | 173 | if (cpu_is_msm8610()) |
| 174 | msm8610_acpu_init(); |
| 175 | |
Patrick Daly | 985c14b | 2012-12-03 17:12:37 -0800 | [diff] [blame] | 176 | return platform_driver_probe(&acpuclk_a7_driver, acpuclk_a7_probe); |
| 177 | } |
| 178 | device_initcall(acpuclk_a7_init); |