diff mbox series

ARM: mmp2: DT: be compatible with mrvl,mmp2

Message ID 20181202113848.2763-1-lkundrak@v3.sk (mailing list archive)
State New, archived
Headers show
Series ARM: mmp2: DT: be compatible with mrvl,mmp2 | expand

Commit Message

Lubomir Rintel Dec. 2, 2018, 11:38 a.m. UTC
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(-)

Comments

Olof Johansson Dec. 3, 2018, 8:55 p.m. UTC | #1
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
diff mbox series

Patch

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,
 };