ARM: shmobile: Let KZM9D multiplatform boot with KZM9D DTB

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>
This commit is contained in:
Magnus Damm 2013-10-01 19:33:34 +09:00 коммит произвёл Simon Horman
Родитель df8ee58d73
Коммит 91f6c56152
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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,
};