From patchwork Fri Nov 8 10:09:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3157171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2868EBEEB2 for ; Fri, 8 Nov 2013 10:09:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7AF65203B5 for ; Fri, 8 Nov 2013 10:09:36 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BC832202BE for ; Fri, 8 Nov 2013 10:09:31 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vej0K-0002Oz-A0; Fri, 08 Nov 2013 10:09:28 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vej0H-0007Yv-UL; Fri, 08 Nov 2013 10:09:25 +0000 Received: from mail-pd0-f169.google.com ([209.85.192.169]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vej0F-0007YX-09 for linux-arm-kernel@lists.infradead.org; Fri, 08 Nov 2013 10:09:23 +0000 Received: by mail-pd0-f169.google.com with SMTP id q10so1947882pdj.28 for ; Fri, 08 Nov 2013 02:08:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=2ZAODrwKAh8Y+pILXuXUG4N6tt0xHlt387QXIw8S1tQ=; b=msrWwIscDY63LJg66JZC2yRkKyadMfRfLQ5YOARBy0r/CisxrFQCHHobrYbtV3Nafj YoI6LKou1v93FvzeZ65tpojma5vwutDESbrq4LOYSEer4JEAc1lcpFdQVWBNBMt65NQW jk4ne8opU45109F+Okk2SaVykq5ISXVRQxbV+2XeaV1l7uQ99ZkXb7DmHWsHWGsKwrwG NUV0qw+H5Utf+NMdb7pcsUtzdG/Mmq1h7tSievT0vMgcUdNK+L19BwnCjrMIOsSIhTW5 HnS2ukZa7PZkLewKPiLMr5hQwKF0jx3O9k7NKQkPbi9Y+saznQ3O8LSHMEN5U2HZEad/ WddQ== X-Received: by 10.67.3.3 with SMTP id bs3mr14843187pad.46.1383905336486; Fri, 08 Nov 2013 02:08:56 -0800 (PST) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id lm2sm13080664pab.2.2013.11.08.02.08.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Nov 2013 02:08:55 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Fri, 08 Nov 2013 19:09:34 +0900 Message-Id: <20131108100934.24755.56317.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Select USE_OF on EMEV2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131108_050923_170210_839A7483 X-CRM114-Status: UNSURE ( 9.49 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Now when the legacy KZM9D board code is gone, make sure USE_OF is selected in case of the EMEV2 SoC. Signed-off-by: Magnus Damm --- Built on top of "renesas-devel-v3.12-rc7-20131101" and [PATCH 00/04] ARM: shmobile: KZM9D legacy board code removal arch/arm/mach-shmobile/Kconfig | 1 + arch/arm/mach-shmobile/setup-emev2.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) --- 0017/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-11-08 19:04:48.000000000 +0900 @@ -123,6 +123,7 @@ config ARCH_EMEV2 select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 + select USE_OF config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" --- 0005/arch/arm/mach-shmobile/setup-emev2.c +++ work/arch/arm/mach-shmobile/setup-emev2.c 2013-11-08 19:05:00.000000000 +0900 @@ -48,8 +48,6 @@ void __init emev2_init_delay(void) shmobile_setup_delay(533, 1, 3); /* Cortex-A9 @ 533MHz */ } -#ifdef CONFIG_USE_OF - static void __init emev2_add_standard_devices_dt(void) { #ifdef CONFIG_COMMON_CLK @@ -73,5 +71,3 @@ DT_MACHINE_START(EMEV2_DT, "Generic Emma .init_late = shmobile_init_late, .dt_compat = emev2_boards_compat_dt, MACHINE_END - -#endif /* CONFIG_USE_OF */