Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355246
b: refs/heads/master
c: 80debae
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Feb 1, 2013
1 parent 29c723d commit dc26aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: db1c8172eeca18246b3362d86a4567f4049d07d2
refs/heads/master: 80debae58435423def63632273139ee5fcb99c69
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-imx/imx31-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ static const char *imx31_dt_board_compat[] __initdata = {
NULL
};

static void __init imx31_dt_timer_init(void)
{
mx31_clocks_init_dt();
}

DT_MACHINE_START(IMX31_DT, "Freescale i.MX31 (Device Tree Support)")
.map_io = mx31_map_io,
.init_early = imx31_init_early,
.init_irq = mx31_init_irq,
.handle_irq = imx31_handle_irq,
.init_time = mx31_clocks_init_dt,
.init_time = imx31_dt_timer_init,
.init_machine = imx31_dt_init,
.dt_compat = imx31_dt_board_compat,
.restart = mxc_restart,
Expand Down

0 comments on commit dc26aaf

Please sign in to comment.