]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 26 Mar 2015 16:58:08 +0000 (01:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 19:59:11 +0000 (21:59 +0200)
commite38bf7aab7a2a0ad816174091e2568efd7413768
tree4fb4c09159db0c2245301a17489b4aca41bef9db
parent2f5f3e60bcf9a2341cdae709b3c5204854e6e2b6
ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

commit 4e330ae4ab2915444f1e6dca1358a910aa259362 upstream.

There are two PMICs on Cragganmore, currently one dynamically assign
its IRQ base and the other uses a fixed base. It is possible for the
statically assigned PMIC to fail if its IRQ is taken by the dynamically
assigned one. Fix this by statically assigning both the IRQ bases.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-s3c64xx/crag6410.h
arch/arm/mach-s3c64xx/mach-crag6410.c