All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: correct a385-db-ap compatible string
@ 2015-10-15  1:17 ` Marcin Wojtas
  0 siblings, 0 replies; 4+ messages in thread
From: Marcin Wojtas @ 2015-10-15  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

This commit enables standby support on Armada 385 DB-AP board, because the PM
initalization routine requires "marvell,armada380" compatible string for all
Armada 38x-based platforms.

Signed-off-by: Marcin Wojtas <mw@semihalf.com>
---
 arch/arm/boot/dts/armada-385-db-ap.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-385-db-ap.dts b/arch/arm/boot/dts/armada-385-db-ap.dts
index 89f5a95..4047621 100644
--- a/arch/arm/boot/dts/armada-385-db-ap.dts
+++ b/arch/arm/boot/dts/armada-385-db-ap.dts
@@ -46,7 +46,7 @@
 
 / {
 	model = "Marvell Armada 385 Access Point Development Board";
-	compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada38x";
+	compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada380";
 
 	chosen {
 		stdout-path = "serial1:115200n8";
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-15  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15  1:17 [PATCH] ARM: mvebu: correct a385-db-ap compatible string Marcin Wojtas
2015-10-15  1:17 ` Marcin Wojtas
2015-10-15  6:34 ` Gregory CLEMENT
2015-10-15  6:34   ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.