summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_dvfs.c
diff options
context:
space:
mode:
authorIshwarya Balaji Gururajan <igururajan@nvidia.com>2014-05-22 14:59:58 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2014-05-29 01:49:19 -0700
commit9dafc7186228c1fd60586cd1bb2bb8e1f76a41f0 (patch)
tree39ea165d645ed7cf431c045be0ea3747d4d6151c /arch/arm/mach-tegra/tegra13_dvfs.c
parent4d282feca6e7f5a9362337e2bf0e4270a267e549 (diff)
ARM: T132: Update SoC dvfs tables for I/O
update SoC dvfs tables for I/O peripherals Bug 1442659 Change-Id: I9f96b131aa13b033b5db1941b7ffe04b0a5e9096 Signed-off-by: Ishwarya Balaji Gururajan <igururajan@nvidia.com> Reviewed-on: http://git-master/r/413411 Reviewed-by: Mandar Padmawar <mpadmawar@nvidia.com> Tested-by: Mandar Padmawar <mpadmawar@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index 48ec0cfee152..be151ecbbfc7 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -365,17 +365,11 @@ static struct dvfs core_dvfs_table[] = {
/* Core voltages (mV): 800, 850, 900, 950, 1000, 1050, 1100, 1150 */
/* Clock limits for I/O peripherals */
- CORE_DVFS("sbc1", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
- CORE_DVFS("sbc2", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
- CORE_DVFS("sbc3", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
- CORE_DVFS("sbc4", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
- CORE_DVFS("sbc5", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
- CORE_DVFS("sbc6", -1, -1, 1, KHZ, 33000, 33000, 33000, 33000, 33000, 33000, 51000, 51000),
-
- CORE_DVFS("dsia", -1, -1, 1, KHZ, 1, 500000, 750000, 750000, 750000, 750000, 750000, 750000),
- CORE_DVFS("dsib", -1, -1, 1, KHZ, 1, 500000, 750000, 750000, 750000, 750000, 750000, 750000),
- CORE_DVFS("dsialp", -1, -1, 1, KHZ, 1, 102000, 102000, 102000, 156000, 156000, 156000, 156000),
- CORE_DVFS("dsiblp", -1, -1, 1, KHZ, 1, 102000, 102000, 102000, 156000, 156000, 156000, 156000),
+
+ CORE_DVFS("dsia", -1, -1, 1, KHZ, 500000, 500000, 750000, 750000, 750000, 750000, 750000, 750000),
+ CORE_DVFS("dsib", -1, -1, 1, KHZ, 500000, 500000, 750000, 750000, 750000, 750000, 750000, 750000),
+ CORE_DVFS("dsialp", -1, -1, 1, KHZ, 102000, 102000, 102000, 102000, 156000, 156000, 156000, 156000),
+ CORE_DVFS("dsiblp", -1, -1, 1, KHZ, 102000, 102000, 102000, 102000, 156000, 156000, 156000, 156000),
CORE_DVFS("hdmi", -1, -1, 1, KHZ, 1, 148500, 148500, 297000, 297000, 297000, 297000, 297000),
/* FIXME: Finalize these values for NOR after qual */