summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp
diff options
context:
space:
mode:
authorLubomir Rintel2018-12-02 12:38:48 +0100
committerOlof Johansson2018-12-03 21:55:00 +0100
commitf491ac32c618057acc721de0db50df1aef552f33 (patch)
treef566451a87ddf314afcffb3b39d7d276826cacaf /arch/arm/mach-mmp
parentMerge tag 'arm-soc/for-4.21/devicetree' of https://github.com/Broadcom/stblin... (diff)
downloadkernel-qcow2-linux-f491ac32c618057acc721de0db50df1aef552f33.tar.gz
kernel-qcow2-linux-f491ac32c618057acc721de0db50df1aef552f33.tar.xz
kernel-qcow2-linux-f491ac32c618057acc721de0db50df1aef552f33.zip
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 <lkundrak@v3.sk> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mmp')
-rw-r--r--arch/arm/mach-mmp/mmp2-dt.c2
1 files changed, 1 insertions, 1 deletions
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,
};