]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: Let KZM9D multiplatform boot with KZM9D DTB
authorMagnus Damm <damm@opensource.se>
Tue, 1 Oct 2013 10:33:34 +0000 (19:33 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 01:02:21 +0000 (10:02 +0900)
Let the multiplatform KZM9D support boot with the
legacy DTS for KZM9D as well as the KZM9D reference DTS.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-kzm9d-reference.c

index 8f8bb2fab07697413486d9ac07b4004b528a05bf..054d8d5c8fc1a5b743962e0c0ee6be920e9f981d 100644 (file)
@@ -33,6 +33,7 @@ static void __init kzm9d_add_standard_devices(void)
 }
 
 static const char *kzm9d_boards_compat_dt[] __initdata = {
+       "renesas,kzm9d",
        "renesas,kzm9d-reference",
        NULL,
 };