Message ID | 20131001103334.813.45590.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
--- 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, };