projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c444b
)
omap3/sys_info: fix printout of OMAP36XX L3 freqency
author
Andreas Bießmann
<andreas.devel@googlemail.com>
Mon, 8 Jul 2013 13:21:34 +0000
(15:21 +0200)
committer
Tom Rini
<trini@ti.com>
Fri, 26 Jul 2013 20:39:10 +0000
(16:39 -0400)
The OMAP36xx/OMAP37xx family uses L3 frequency of 200MHz instead of 165MHz
used by OMAP34xx/OMAP35xx.
Also fix checkpatch warning about alignment.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/cpu/armv7/omap3/sys_info.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap3/sys_info.c
b/arch/arm/cpu/armv7/omap3/sys_info.c
index 9a3303f708f1b7f5ed2b21614ead84803f98180d..258786b50e364d101b0919f38a08988b1ded912d 100644
(file)
--- a/
arch/arm/cpu/armv7/omap3/sys_info.c
+++ b/
arch/arm/cpu/armv7/omap3/sys_info.c
@@
-342,9
+342,9
@@
int print_cpuinfo (void)
}
if (CPU_OMAP36XX == get_cpu_family())
- printf("%s%s-%s ES%s, CPU-OPP2, L3-
165
MHz, Max CPU Clock %s\n",
-
cpu_family_s, cpu_s, sec_s,
-
rev_s_37xx[get_cpu_rev()], max_clk);
+ printf("%s%s-%s ES%s, CPU-OPP2, L3-
200
MHz, Max CPU Clock %s\n",
+ cpu_family_s, cpu_s, sec_s,
+ rev_s_37xx[get_cpu_rev()], max_clk);
else
printf("%s%s-%s ES%s, CPU-OPP2, L3-165MHz, Max CPU Clock %s\n",
cpu_family_s, cpu_s, sec_s,