projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc63192
)
ARM: tegra: provide the correct max rates for pclk and sclk
author
Dima Zavin
<dima@android.com>
Sat, 2 Oct 2010 03:00:59 +0000
(20:00 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:29:08 +0000
(16:29 -0700)
Change-Id: Ieb1ae5356df26e0c9be631b9f58c641a350dc4eb
Signed-off-by: Dima Zavin <dima@android.com>
arch/arm/mach-tegra/tegra2_clocks.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/tegra2_clocks.c
b/arch/arm/mach-tegra/tegra2_clocks.c
index c11e4a7be7559e4869e4239a84a98217aa14cfe6..59ca5b0ec412d0c529009b0304951d24d648d401 100644
(file)
--- a/
arch/arm/mach-tegra/tegra2_clocks.c
+++ b/
arch/arm/mach-tegra/tegra2_clocks.c
@@
-1632,7
+1632,7
@@
static struct clk tegra_clk_sclk = {
.inputs = mux_sclk,
.reg = 0x28,
.ops = &tegra_super_ops,
- .max_rate =
60
0000000,
+ .max_rate =
24
0000000,
};
static struct clk tegra_clk_virtual_cpu = {
@@
-1669,7
+1669,7
@@
static struct clk tegra_clk_pclk = {
.reg = 0x30,
.reg_shift = 0,
.ops = &tegra_bus_ops,
- .max_rate = 1
08
000000,
+ .max_rate = 1
20
000000,
};
static struct clk tegra_clk_blink = {