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:
94f4e51
)
ARM: mach-shmobile: fix EXTAL1 frequency on sh7372
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Fri, 25 Jun 2010 07:22:31 +0000
(07:22 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 4 Aug 2010 06:34:32 +0000
(15:34 +0900)
EXTAL1 is clocked at 26.0MHz
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/clock-sh7372.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/clock-sh7372.c
b/arch/arm/mach-shmobile/clock-sh7372.c
index 241caea322607a9c6011cd5226ed36b3e4121f7f..9bc6df985fc877f84694f9df5e17ab0a5080d8cb 100644
(file)
--- a/
arch/arm/mach-shmobile/clock-sh7372.c
+++ b/
arch/arm/mach-shmobile/clock-sh7372.c
@@
-60,7
+60,7
@@
static struct clk r_clk = {
* If needed, reset this with clk_set_rate() from the platform code.
*/
struct clk sh7372_extal1_clk = {
- .rate = 26
666666
,
+ .rate = 26
000000
,
};
/*