From: Lubomir Rintel Date: Sun, 2 Dec 2018 11:38:48 +0000 (+0100) Subject: ARM: mmp2: DT: be compatible with mrvl,mmp2 X-Git-Tag: v5.4-rc1~1905^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f491ac32c618057acc721de0db50df1aef552f33;p=platform%2Fkernel%2Flinux-rpi.git 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: Lubomir Rintel Signed-off-by: Olof Johansson --- 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, };