linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mmp2: DT: be compatible with mrvl,mmp2
@ 2018-12-02 11:38 Lubomir Rintel
  2018-12-03 20:55 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Rintel @ 2018-12-02 11:38 UTC (permalink / raw)
  To: arm-soc, Arnd Bergmann, Olof Johansson
  Cc: Eric Miao, Haojian Zhuang, Pavel Machek, James Cameron,
	Linux ARM, Linux Kernel Mailing List, Lubomir Rintel

There are more boards that can work with mmp2-dt than just Brownstone.
The OLPC XO-1.75 device tree root is compatible with "mrvl,mmp2" only.

The "mrvl,mmp2-brownstone" string is safe to remove: the Brownstone
device tree contains the "mrvl,mmp2" compatible string too.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/mach-mmp/mmp2-dt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-mmp/mmp2-dt.c b/arch/arm/mach-mmp/mmp2-dt.c
index 0341359b24a4..81232ecf08be 100644
--- a/arch/arm/mach-mmp/mmp2-dt.c
+++ b/arch/arm/mach-mmp/mmp2-dt.c
@@ -31,7 +31,7 @@ static void __init mmp_init_time(void)
 }
 
 static const char *const mmp2_dt_board_compat[] __initconst = {
-	"mrvl,mmp2-brownstone",
+	"mrvl,mmp2",
 	NULL,
 };
 
-- 
2.19.1


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

* Re: [PATCH] ARM: mmp2: DT: be compatible with mrvl,mmp2
  2018-12-02 11:38 [PATCH] ARM: mmp2: DT: be compatible with mrvl,mmp2 Lubomir Rintel
@ 2018-12-03 20:55 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2018-12-03 20:55 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: arm-soc, Arnd Bergmann, Eric Miao, Haojian Zhuang, Pavel Machek,
	James Cameron, Linux ARM, Linux Kernel Mailing List

On Sun, Dec 02, 2018 at 12:38:48PM +0100, Lubomir Rintel wrote:
> There are more boards that can work with mmp2-dt than just Brownstone.
> The OLPC XO-1.75 device tree root is compatible with "mrvl,mmp2" only.
> 
> The "mrvl,mmp2-brownstone" string is safe to remove: the Brownstone
> device tree contains the "mrvl,mmp2" compatible string too.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

Applied to next/dt. Thanks!


-Olof

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

end of thread, other threads:[~2018-12-03 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 11:38 [PATCH] ARM: mmp2: DT: be compatible with mrvl,mmp2 Lubomir Rintel
2018-12-03 20:55 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).