Commit f491ac32 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Olof Johansson

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

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: default avatarLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent af43c3f0
...@@ -31,7 +31,7 @@ static void __init mmp_init_time(void) ...@@ -31,7 +31,7 @@ static void __init mmp_init_time(void)
} }
static const char *const mmp2_dt_board_compat[] __initconst = { static const char *const mmp2_dt_board_compat[] __initconst = {
"mrvl,mmp2-brownstone", "mrvl,mmp2",
NULL, NULL,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment