summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:09:05 +0200
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:24:43 +0200
commit56f09a35223e416f1fa320d819ca65809b441a80 (patch)
treed9560147de328754d313962e4a42e84fc3f3a8d4 /arch
parentc54abdc4f797845a5c3727136f871f701f3591b7 (diff)
downloadbarebox-56f09a35223e416f1fa320d819ca65809b441a80.tar.gz
barebox-56f09a35223e416f1fa320d819ca65809b441a80.tar.xz
Fix PLL documentation for the S3C2440 CPU
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c24xx/lowlevel-init.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/lowlevel-init.S b/arch/arm/mach-s3c24xx/lowlevel-init.S
index 8c32f50508..d27cfa5dfb 100644
--- a/arch/arm/mach-s3c24xx/lowlevel-init.S
+++ b/arch/arm/mach-s3c24xx/lowlevel-init.S
@@ -162,8 +162,7 @@ Define in the machine specific config.h the following symbols:
@note Valid values for the PLL settings can be found in the CPU manual.
-@par Background: PLL frequency calculation for the S3C2410 CPU (both PLLs)
-and S3C2440 (UPLL only)
+@par Background: PLL frequency calculation for the S3C2410 CPU (both PLLs) and S3C2440 (UPLL only)
@f[
f_{PLL} = \frac{m * f_{Ref}}{p * 2^s}