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

* [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-kernel, linux-arm-kernel
  Cc: sebastian.hesselbarth, andrew, jason, thomas.petazzoni,
	gregory.clement, nadavh, alior, tawfik, mw, jaz

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

* [PATCH] ARM: mvebu: correct a385-db-ap compatible string
  2015-10-15  1:17 ` Marcin Wojtas
@ 2015-10-15  6:34   ` Gregory CLEMENT
  -1 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2015-10-15  6:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Marcin,
 
 On jeu., oct. 15 2015, Marcin Wojtas <mw@semihalf.com> wrote:

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

Applied on mvebu/fixes.
I also aded the commit it fixes, add the stabel team in CC and also
mention in the commit log that the compatible "marvell,armada38x" was
wrong.

Thanks,

Gregory
> ---
>  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
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* Re: [PATCH] ARM: mvebu: correct a385-db-ap compatible string
@ 2015-10-15  6:34   ` Gregory CLEMENT
  0 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2015-10-15  6:34 UTC (permalink / raw)
  To: Marcin Wojtas
  Cc: linux-kernel, linux-arm-kernel, sebastian.hesselbarth, andrew,
	jason, thomas.petazzoni, nadavh, alior, tawfik, jaz

Hi Marcin,
 
 On jeu., oct. 15 2015, Marcin Wojtas <mw@semihalf.com> wrote:

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

Applied on mvebu/fixes.
I also aded the commit it fixes, add the stabel team in CC and also
mention in the commit log that the compatible "marvell,armada38x" was
wrong.

Thanks,

Gregory
> ---
>  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
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[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.