]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: mmp2: DT: be compatible with mrvl,mmp2
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 2 Dec 2018 11:38:48 +0000 (12:38 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 3 Dec 2018 20:55:00 +0000 (12:55 -0800)
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>
arch/arm/mach-mmp/mmp2-dt.c

index 0341359b24a43d5b5e64c234e0f68596cf962955..81232ecf08be3ef2d2f0153febf2923f0d7e4787 100644 (file)
@@ -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,
 };