From: Ben Dooks Date: Mon, 28 Jan 2008 12:01:31 +0000 (+0100) Subject: [ARM] 4791/1: S3C2412: Make fclk a parent of msysclk X-Git-Tag: v2.6.25-rc1~1175^2~2^9~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=ddd870bdb722280bd5af1682d82557d1787ac90c [ARM] 4791/1: S3C2412: Make fclk a parent of msysclk In the S3C2412 fclk is derived from msysclk, not straight from the MPLL output. Set clk_f.parent appropriately. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2412/clock.c b/arch/arm/mach-s3c2412/clock.c index 0f752500cd5b..2697a65ba727 100644 --- a/arch/arm/mach-s3c2412/clock.c +++ b/arch/arm/mach-s3c2412/clock.c @@ -684,6 +684,8 @@ int __init s3c2412_baseclk_add(void) clk_usb_bus.parent = &clk_usbsrc; clk_usb_bus.rate = 0x0; + clk_f.parent = &clk_msysclk; + s3c2412_clk_initparents(); for (ptr = 0; ptr < ARRAY_SIZE(clks); ptr++) {