diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-01 14:33:34 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 05:02:21 +0400 |
commit | 91f6c56152c7d8ab874dbbf8146a6727d4dff426 (patch) | |
tree | 961a11f27a35f18c246a5e84fc372173e1740c5a /arch/arm/mach-shmobile | |
parent | df8ee58d73ae8590bc4c9ddbe19211e4485f9d17 (diff) | |
download | linux-91f6c56152c7d8ab874dbbf8146a6727d4dff426.tar.xz |
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9d-reference.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9d-reference.c b/arch/arm/mach-shmobile/board-kzm9d-reference.c index 8f8bb2fab076..054d8d5c8fc1 100644 --- a/arch/arm/mach-shmobile/board-kzm9d-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9d-reference.c @@ -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, }; |