aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mvebu/armada-370-xp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/armada-370-xp.c b/arch/arm/mach-mvebu/armada-370-xp.c
index 49d791548ad6..29c27cd71018 100644
--- a/arch/arm/mach-mvebu/armada-370-xp.c
+++ b/arch/arm/mach-mvebu/armada-370-xp.c
@@ -46,9 +46,8 @@ static void __init armada_370_xp_dt_init(void)
46 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); 46 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
47} 47}
48 48
49static const char * const armada_370_xp_dt_board_dt_compat[] = { 49static const char * const armada_370_xp_dt_compat[] = {
50 "marvell,a370-db", 50 "marvell,armada-370-xp",
51 "marvell,axp-db",
52 NULL, 51 NULL,
53}; 52};
54 53
@@ -59,5 +58,5 @@ DT_MACHINE_START(ARMADA_XP_DT, "Marvell Aramada 370/XP (Device Tree)")
59 .handle_irq = armada_370_xp_handle_irq, 58 .handle_irq = armada_370_xp_handle_irq,
60 .timer = &armada_370_xp_timer, 59 .timer = &armada_370_xp_timer,
61 .restart = mvebu_restart, 60 .restart = mvebu_restart,
62 .dt_compat = armada_370_xp_dt_board_dt_compat, 61 .dt_compat = armada_370_xp_dt_compat,
63MACHINE_END 62MACHINE_END