aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2015-11-20 13:36:57 +0100
committerSimon Horman <[email protected]>2015-12-18 10:21:10 +0900
commit1474136ce6a457a10a797b3de04adbb035e90901 (patch)
tree291db3cf41ea4bd0993ae4e75d7d608058b69efe
parentcebbddb6f9cc1d1cce11490903d07c2da228cec9 (diff)
staging: board: armadillo800eva: Use "arm,pl390"
Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Simon Horman <[email protected]>
-rw-r--r--drivers/staging/board/armadillo800eva.c2
1 files changed, 1 insertions, 1 deletions
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));
}