PPC: e500: Fix GPIO controller interrupt number
commit82e345f57e6482cef960677613125c5aaf2b1654
authorAmit Tomar <Amit.Tomar@freescale.com>
Fri, 19 Dec 2014 14:20:37 +0000 (19 14:20 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 7 Jan 2015 15:16:28 +0000 (7 16:16 +0100)
tree30253518bf5d5dc69575f0561dfb878db0eab28c
parentf83c2378bb412b205e9d14dca2f7758d3d23cc88
PPC: e500: Fix GPIO controller interrupt number

The GPIO controller lives at IRQ 47, not 43 on real hardware. This is a problem
because IRQ 43 is occupied by the I2C controller which we want to implement
next, so we'd have a conflict on that IRQ number.

Move the GPIO controller to IRQ 47 where it belongs.

Signed-off-by: Amit Singh Tomar <amit.tomar@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c