]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 5 Nov 2016 20:48:18 +0000 (21:48 +0100)
commite413bd33ac44b6d0bebc0ef2ac19cbe7558a7303
treebc379f3b0e699496a7d3e19d97377bba6c265c5d
parentf2131c543649caade98e5834ee3f45c75a73a6a8
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>
arch/arm/mach-pxa/pxa25x.c