]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: board: armadillo800eva: Use "arm,pl390"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 20 Nov 2015 12:36:57 +0000 (13:36 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 18 Dec 2015 01:21:10 +0000 (10:21 +0900)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/staging/board/armadillo800eva.c

index 9c41652ee908b5e8254b29f4e3dbf4cf584bed9d..912c96b0536def7c11d9eb1620e24ff37550ef0f 100644 (file)
@@ -97,7 +97,7 @@ static const struct board_staging_dev armadillo800eva_devices[] __initconst = {
 
 static void __init armadillo800eva_init(void)
 {
-       board_staging_gic_setup_xlate("arm,cortex-a9-gic", 32);
+       board_staging_gic_setup_xlate("arm,pl390", 32);
        board_staging_register_devices(armadillo800eva_devices,
                                       ARRAY_SIZE(armadillo800eva_devices));
 }