Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247284 > unrolled thread
| Started by | Marcin Wojtas <mw@semihalf.com> |
|---|---|
| First post | 2015-10-15 03:10 +0200 |
| Last post | 2015-10-15 08:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: mvebu: correct a385-db-ap compatible string Marcin Wojtas <mw@semihalf.com> - 2015-10-15 03:10 +0200
Re: [PATCH] ARM: mvebu: correct a385-db-ap compatible string Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-10-15 08:40 +0200
| From | Marcin Wojtas <mw@semihalf.com> |
|---|---|
| Date | 2015-10-15 03:10 +0200 |
| Subject | [PATCH] ARM: mvebu: correct a385-db-ap compatible string |
| Message-ID | <qjFdo-7FB-7@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Date | 2015-10-15 08:40 +0200 |
| Message-ID | <qjKmJ-6HK-9@gated-at.bofh.it> |
| In reply to | #1247284 |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web