aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/timer.c
diff options
context:
space:
mode:
authorGravatar Michal Simek <monstr@monstr.eu> 2011-11-07 13:42:12 +0100
committerGravatar Michal Simek <monstr@monstr.eu> 2012-03-23 09:28:15 +0100
commitcc5647a64e8c6691be87a83632d8b1c78b795023 (patch)
tree4e1923bb7d0ad2c6b07f5ba3f2be4ae4f242af3a /arch/microblaze/kernel/timer.c
parentmicroblaze: Fix mapin_ram function (diff)
downloadlinux-cc5647a64e8c6691be87a83632d8b1c78b795023.tar.gz
linux-cc5647a64e8c6691be87a83632d8b1c78b795023.tar.bz2
linux-cc5647a64e8c6691be87a83632d8b1c78b795023.zip
microblaze: Use node name instead of compatible string
Change report in bootlog: Origin: xlnx,xps-intc-1.00.a #0 at 0xc8000000, num_irq=6, edge=0x4 xlnx,xps-timer-1.00.a #0 at 0xc8004000, irq=2 New: interrupt-controller #0 at 0xc8000000, num_irq=6, edge=0x4 system-timer #0 at 0xc8004000, irq=2 Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/timer.c')
-rw-r--r--arch/microblaze/kernel/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c
index 78b82f30bdd5..cadfd5608afb 100644
--- a/arch/microblaze/kernel/timer.c
+++ b/arch/microblaze/kernel/timer.c
@@ -274,8 +274,8 @@ void __init time_init(void)
#ifdef CONFIG_SELFMOD_TIMER
selfmod_function((int *) arr_func, timer_baseaddr);
#endif
- printk(KERN_INFO "XPS timer #0 at 0x%08x, irq=%d\n",
- timer_baseaddr, irq);
+ printk(KERN_INFO "%s #0 at 0x%08x, irq=%d\n",
+ timer->name, timer_baseaddr, irq);
/* If there is clock-frequency property than use it */
prop = of_get_property(timer, "clock-frequency", NULL);