Skip to content

Commit

Permalink
[ARM] 4791/1: S3C2412: Make fclk a parent of msysclk
Browse files Browse the repository at this point in the history
In the S3C2412 fclk is derived from msysclk, not straight from
the MPLL output. Set clk_f.parent appropriately.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Jan 28, 2008
1 parent cca851d commit ddd870b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c2412/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit ddd870b

Please sign in to comment.