From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 01 Oct 2013 10:33:34 +0000 Subject: [PATCH 04/05] ARM: shmobile: Let KZM9D multiplatform boot with KZM9D DTB Message-Id: <20131001103334.813.45590.sendpatchset@w520> List-Id: References: <20131001103255.813.65710.sendpatchset@w520> In-Reply-To: <20131001103255.813.65710.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Let the multiplatform KZM9D support boot with the legacy DTS for KZM9D as well as the KZM9D reference DTS. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-kzm9d-reference.c | 1 + 1 file changed, 1 insertion(+) --- 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, };