commit | e413bd33ac44b6d0bebc0ef2ac19cbe7558a7303 | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Mon Sep 26 09:21:51 2016 +0200 |
committer | Robert Jarzmik <robert.jarzmik@free.fr> | Sat Nov 05 21:48:18 2016 +0100 |
tree | bc379f3b0e699496a7d3e19d97377bba6c265c5d | |
parent | f2131c543649caade98e5834ee3f45c75a73a6a8 [diff] |
ARM: pxa: fix pxa25x interrupt init In the device-tree case, the root interrupt controller cannot be accessed through the 6th coprocessor, contrary to pxa27x and pxa3xx architectures. Fix it to behave as in non-devicetree builds. Fixes: 32f17997c130 ("ARM: pxa: remove irq init from dt machines") Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>