]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: board: kzm9d: Use "arm,pl390"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 20 Nov 2015 12:36:56 +0000 (13:36 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 18 Dec 2015 01:21:06 +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/kzm9d.c

index 8d1eb09bc66ef4134269a68a10745895ef601c53..05a6d434d307fe0fbf43069028ab6d79a4699e4d 100644 (file)
@@ -11,7 +11,7 @@ static struct resource usbs1_res[] __initdata = {
 
 static void __init kzm9d_init(void)
 {
-       board_staging_gic_setup_xlate("arm,cortex-a9-gic", 32);
+       board_staging_gic_setup_xlate("arm,pl390", 32);
 
        if (!board_staging_dt_node_available(usbs1_res,
                                             ARRAY_SIZE(usbs1_res))) {