aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2014-11-21 20:48:20 -0500
committerJason Cooper <jason@lakedaemon.net>2014-11-21 20:48:20 -0500
commit93a93d19c7267439364e7c52a643127ac5c2d4f1 (patch)
tree10ae503656eff7e197732ae65aadd97bf7932292 /arch/arm/mach-mvebu
parent172ed82cef421a205e1f557372a4a1338dc46edc (diff)
parent2eb04ae010a8fb165ba7aa56e9aa8e7980887dee (diff)
Merge branch 'mvebu/fixes' into mvebu/soc
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/board-v7.c2
-rw-r--r--arch/arm/mach-mvebu/coherency.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c
index 461e726a7012..d965d0c0ef2d 100644
--- a/arch/arm/mach-mvebu/board-v7.c
+++ b/arch/arm/mach-mvebu/board-v7.c
@@ -126,7 +126,7 @@ static void __init i2c_quirk(void)
126 126
127static void __init mvebu_dt_init(void) 127static void __init mvebu_dt_init(void)
128{ 128{
129 if (of_machine_is_compatible("plathome,openblocks-ax3-4")) 129 if (of_machine_is_compatible("marvell,armadaxp"))
130 i2c_quirk(); 130 i2c_quirk();
131 if (of_machine_is_compatible("marvell,a375-db")) 131 if (of_machine_is_compatible("marvell,a375-db"))
132 external_abort_quirk(); 132 external_abort_quirk();
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c
index 2bdc3233abe2..044b51185fcc 100644
--- a/arch/arm/mach-mvebu/coherency.c
+++ b/arch/arm/mach-mvebu/coherency.c
@@ -400,6 +400,8 @@ int __init coherency_init(void)
400 type == COHERENCY_FABRIC_TYPE_ARMADA_380) 400 type == COHERENCY_FABRIC_TYPE_ARMADA_380)
401 armada_375_380_coherency_init(np); 401 armada_375_380_coherency_init(np);
402 402
403 of_node_put(np);
404
403 return 0; 405 return 0;
404} 406}
405 407