diff mbox

[04/05] ARM: shmobile: Let KZM9D multiplatform boot with KZM9D DTB

Message ID 20131001103334.813.45590.sendpatchset@w520 (mailing list archive)
State New, archived
Headers show

Commit Message

Magnus Damm Oct. 1, 2013, 10:33 a.m. UTC
From: Magnus Damm <damm@opensource.se>

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>
---

 arch/arm/mach-shmobile/board-kzm9d-reference.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 3, 2013, 4:25 a.m. UTC | #1
On Tue, Oct 01, 2013 at 07:33:34PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> 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>

Thanks, I have queued this up in the boards3 branch.
It should make it into v3.13 but if not I'll rename the branch
soc after rebasing it on v3.13-rcX which will then be targeted at v3.14.
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/board-kzm9d-reference.c
+++ work/arch/arm/mach-shmobile/board-kzm9d-reference.c	2013-09-27 11:32:00.000000000 +0900
@@ -33,6 +33,7 @@  static void __init kzm9d_add_standard_de
 }
 
 static const char *kzm9d_boards_compat_dt[] __initdata = {
+	"renesas,kzm9d",
 	"renesas,kzm9d-reference",
 	NULL,
 };