commit | 67d71344fd09223820eb9de39b597ec29f035e89 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Mar 19 15:31:08 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Mar 25 12:25:41 2013 +0100 |
tree | c4c49ff1d1879d2fa006a22cef4edaf3adb20ece | |
parent | b426476a5c55a3fa2747810f616e395b31ff029e [diff] |
ARM: sirf: fix prima2 interrupt lookup We must not read the interrupts property manually but instead use irq_of_parse_and_map() to guarantee that we get the correct interrupt number once we stop using the legacy IRQ domain. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Barry Song <Baohua.Song@csr.com>