Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374193
b: refs/heads/master
c: dabfd8f
h: refs/heads/master
i:
  374191: fcce5be
v: v3
  • Loading branch information
Rob Herring committed Apr 11, 2013
1 parent 8a1e54a commit ca0bd17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 5993b3ee98c6b1a86fc0f0a4bed12a1dd9f0eae5
refs/heads/master: dabfd8fb84abfddf526123388b68a50ec14cd380
11 changes: 0 additions & 11 deletions trunk/arch/arm/mach-vexpress/v2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,20 +431,9 @@ void __init v2m_dt_init_early(void)

static void __init v2m_dt_timer_init(void)
{
struct device_node *node = NULL;

vexpress_clk_of_init();

clocksource_of_init();
do {
node = of_find_compatible_node(node, NULL, "arm,sp804");
} while (node && vexpress_get_site_by_node(node) != VEXPRESS_SITE_MB);
if (node) {
pr_info("Using SP804 '%s' as a clock & events source\n",
node->full_name);
v2m_sp804_init(of_iomap(node, 0),
irq_of_parse_and_map(node, 0));
}

versatile_sched_clock_init(vexpress_get_24mhz_clock_base(),
24000000);
Expand Down

0 comments on commit ca0bd17

Please sign in to comment.