diff --git a/arch/arm/mach-s3c24xx/lowlevel-init.S b/arch/arm/mach-s3c24xx/lowlevel-init.S index 8c32f50..d27cfa5 100644 --- a/arch/arm/mach-s3c24xx/lowlevel-init.S +++ b/arch/arm/mach-s3c24xx/lowlevel-init.S @@ -162,8 +162,7 @@ @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}