ARM: S3C24XX: convert s3c2410 to common clock framework
Convert the machines using the s3c2410 to use the new driver based on the common clock framework instead of the legacy Samsung clock driver. As with the s3c244x, machines using the clkout output will need a fixup from someone with the hardware. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:

committed by
Kukjin Kim

parent
a28d618e2e
commit
07ee5e7c3e
@@ -142,12 +142,7 @@ static void __init nexcoder_map_io(void)
|
||||
|
||||
static void __init nexcoder_init_time(void)
|
||||
{
|
||||
/*
|
||||
* for whatever reason the nexcoder called s3c24xx_init_clocks(0)
|
||||
* meaning a xti value of 0Hz, so this machine will most likely
|
||||
* not work out of the box and needs a fixup.
|
||||
*/
|
||||
s3c2440_init_clocks(0);
|
||||
s3c2440_init_clocks(12000000);
|
||||
samsung_timer_init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user