]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: pxa: fix pxa25x interrupt init
authorRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 26 Sep 2016 07:21:51 +0000 (09:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Jan 2017 12:42:56 +0000 (13:42 +0100)
commit78e2d9405e2ddb2c5c5c1f5dc9ead81191277c70
tree1d2e0d86f87c63439ec3dd2b86e7a326ee7e11c7
parent596ff0afbe8e2e61fdb5cf222b8d72545af77e4e
ARM: pxa: fix pxa25x interrupt init

commit e413bd33ac44b6d0bebc0ef2ac19cbe7558a7303 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-pxa/pxa25x.c