Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160939
b: refs/heads/master
c: ca0b490
h: refs/heads/master
i:
  160937: 149379a
  160935: 7c3ed95
v: v3
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Jul 30, 2009
1 parent 90dfef1 commit 35060b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0176794b6abc2e5239c07a58cf11b6f43d0f185
refs/heads/master: ca0b4901d8faaf98cf254e25cd2784bcb21e46d5
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/cpu-freq.h>

#include "usb-simtec.h"
#include "nor-simtec.h"
Expand Down Expand Up @@ -570,6 +571,12 @@ static struct clk *bast_clocks[] __initdata = {
&s3c24xx_uclk,
};

static struct s3c_cpufreq_board __initdata bast_cpufreq = {
.refresh = 7800, /* 7.8usec */
.auto_io = 1,
.need_io = 1,
};

static void __init bast_map_io(void)
{
/* initialise the clocks */
Expand Down Expand Up @@ -608,6 +615,8 @@ static void __init bast_init(void)

usb_simtec_init();
nor_simtec_init();

s3c_cpufreq_setboard(&bast_cpufreq);
}

MACHINE_START(BAST, "Simtec-BAST")
Expand Down

0 comments on commit 35060b7

Please sign in to comment.