Commits
Michal Simek committed 9d0ced0084d
microblaze: Use irq_of_parse_and_map for timer It is necessary to call generic function for irq finding. The main reason is that this generic function calls irq_create_of_mapping which can add some shift because of NO_IRQ. Signed-off-by: Michal Simek <monstr@monstr.eu>