Message ID | 20120709120611.GD12130@elf.ucw.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-socfpga/localtimer.c b/arch/arm/mach-socfpga/localtimer.c index 4aa9221..a616488 100644 --- a/arch/arm/mach-socfpga/localtimer.c +++ b/arch/arm/mach-socfpga/localtimer.c @@ -22,7 +22,7 @@ int __cpuinit socfpga_local_timer_setup(struct clock_event_device *evt) { struct device_node *np; - np = of_find_compatible_node(NULL, NULL, "arm,smp-twd"); + np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-twd-timer"); if (!twd_base) { twd_base = of_iomap(np, 0); WARN_ON(!twd_base);