summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/tegra3_clocks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/tegra3_clocks.c b/arch/arm/mach-tegra/tegra3_clocks.c
index 262b7a5cedad..d376eac33c9d 100644
--- a/arch/arm/mach-tegra/tegra3_clocks.c
+++ b/arch/arm/mach-tegra/tegra3_clocks.c
@@ -3891,7 +3891,7 @@ static struct clk tegra_clk_sclk = {
.reg = 0x28,
.ops = &tegra_super_ops,
.max_rate = 378000000,
- .min_rate = 12000000,
+ .min_rate = 40000000,
};
static struct clk tegra_clk_virtual_cpu_g = {
@@ -3946,7 +3946,7 @@ static struct clk tegra_clk_hclk = {
.reg_shift = 4,
.ops = &tegra_bus_ops,
.max_rate = 378000000,
- .min_rate = 12000000,
+ .min_rate = 40000000,
};
static struct clk tegra_clk_pclk = {
@@ -3957,7 +3957,7 @@ static struct clk tegra_clk_pclk = {
.reg_shift = 0,
.ops = &tegra_bus_ops,
.max_rate = 167000000,
- .min_rate = 12000000,
+ .min_rate = 40000000,
};
static struct raw_notifier_head sbus_rate_change_nh;