Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344927
b: refs/heads/master
c: 5847c47
h: refs/heads/master
i:
  344925: 73f10f5
  344923: 3b8909d
  344919: 88a6fa2
  344911: 8c8836f
  344895: 67feb96
v: v3
  • Loading branch information
Greg Ungerer committed Dec 5, 2012
1 parent e6e0cb6 commit d5f0c74
Show file tree
Hide file tree
Showing 2 changed files with 21 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: ee1e6b3277de8eb1e3cfb683533c6d72d4ddaa40
refs/heads/master: 5847c478edc10f81700adec81b6129b9fcd1bb21
20 changes: 20 additions & 0 deletions trunk/arch/m68k/platform/coldfire/m525x.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
#include <asm/machdep.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfclk.h>

/***************************************************************************/

DEFINE_CLK(pll, "pll.0", MCF_CLK);
DEFINE_CLK(sys, "sys.0", MCF_BUSCLK);
DEFINE_CLK(mcftmr0, "mcftmr.0", MCF_BUSCLK);
DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK);
DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK);
DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK);

struct clk *mcf_clks[] = {
&clk_pll,
&clk_sys,
&clk_mcftmr0,
&clk_mcftmr1,
&clk_mcfuart0,
&clk_mcfuart1,
NULL
};

/***************************************************************************/

Expand Down

0 comments on commit d5f0c74

Please sign in to comment.