Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91281
b: refs/heads/master
c: d96a980
h: refs/heads/master
i:
  91279: c1a374d
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Apr 17, 2008
1 parent a3114c0 commit aaa09a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1017be88d341c05adc8d790d8092781b7330dafd
refs/heads/master: d96a980441a70168a8ead0a0f23c4c63725da5fa
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ static void __init bast_map_io(void)
{
/* initialise the clocks */

s3c24xx_dclk0.parent = NULL;
s3c24xx_dclk0.parent = &clk_upll;
s3c24xx_dclk0.rate = 12*1000*1000;

s3c24xx_dclk1.parent = NULL;
s3c24xx_dclk1.parent = &clk_upll;
s3c24xx_dclk1.rate = 24*1000*1000;

s3c24xx_clkout0.parent = &s3c24xx_dclk0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/mach-vr1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void __init vr1000_map_io(void)
{
/* initialise clock sources */

s3c24xx_dclk0.parent = NULL;
s3c24xx_dclk0.parent = &clk_upll;
s3c24xx_dclk0.rate = 12*1000*1000;

s3c24xx_dclk1.parent = NULL;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2440/mach-anubis.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,10 @@ static void __init anubis_map_io(void)
{
/* initialise the clocks */

s3c24xx_dclk0.parent = NULL;
s3c24xx_dclk0.parent = &clk_upll;
s3c24xx_dclk0.rate = 12*1000*1000;

s3c24xx_dclk1.parent = NULL;
s3c24xx_dclk1.parent = &clk_upll;
s3c24xx_dclk1.rate = 24*1000*1000;

s3c24xx_clkout0.parent = &s3c24xx_dclk0;
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-s3c2440/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/device.h>
#include <linux/sysdev.h>
#include <linux/serial_core.h>
#include <linux/clk.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>
Expand Down Expand Up @@ -344,10 +345,10 @@ static void __init osiris_map_io(void)

/* initialise the clocks */

s3c24xx_dclk0.parent = NULL;
s3c24xx_dclk0.parent = &clk_upll;
s3c24xx_dclk0.rate = 12*1000*1000;

s3c24xx_dclk1.parent = NULL;
s3c24xx_dclk1.parent = &clk_upll;
s3c24xx_dclk1.rate = 24*1000*1000;

s3c24xx_clkout0.parent = &s3c24xx_dclk0;
Expand Down

0 comments on commit aaa09a2

Please sign in to comment.