This is a note to let you know that I've just added the patch titled

    ARM: mvebu: correct a385-db-ap compatible string

to the 4.2-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-mvebu-correct-a385-db-ap-compatible-string.patch
and it can be found in the queue-4.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From db347f1a5304d68c68c52f19971924b1e5842f3c Mon Sep 17 00:00:00 2001
From: Marcin Wojtas <[email protected]>
Date: Thu, 15 Oct 2015 03:17:08 +0200
Subject: ARM: mvebu: correct a385-db-ap compatible string

From: Marcin Wojtas <[email protected]>

commit db347f1a5304d68c68c52f19971924b1e5842f3c upstream.

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.

Beside the compatible "marvell,armada38x" was wrong and should be fixed
in the stable kernels too.

[[email protected]: add information, about the fixes]
Fixes: e5ee12817e9ea ("ARM: mvebu: Add Armada 385 Access Point
Development Board support")
Signed-off-by: Marcin Wojtas <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/arm/boot/dts/armada-385-db-ap.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 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";


Patches currently in stable-queue which might be from [email protected] are

queue-4.2/arm-mvebu-correct-a385-db-ap-compatible-string.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to