From: Geert Uytterhoeven Date: Fri, 20 Nov 2015 12:36:57 +0000 (+0100) Subject: staging: board: armadillo800eva: Use "arm,pl390" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1474136ce6a457a10a797b3de04adbb035e90901;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: board: armadillo800eva: Use "arm,pl390" Signed-off-by: Geert Uytterhoeven Acked-by: Greg Kroah-Hartman Signed-off-by: Simon Horman --- diff --git a/drivers/staging/board/armadillo800eva.c b/drivers/staging/board/armadillo800eva.c index 9c41652ee908..912c96b0536d 100644 --- a/drivers/staging/board/armadillo800eva.c +++ b/drivers/staging/board/armadillo800eva.c @@ -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)); }