From patchwork Wed Oct 16 21:58:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3057981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9A3B39F2B6 for ; Wed, 16 Oct 2013 21:58:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A30902024C for ; Wed, 16 Oct 2013 21:58:49 +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 B74522018A for ; Wed, 16 Oct 2013 21:58:48 +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 1VWZ6k-0005um-E4; Wed, 16 Oct 2013 21:58:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VWZ6a-0008Jc-8J; Wed, 16 Oct 2013 21:58:12 +0000 Received: from mail-pb0-x230.google.com ([2607:f8b0:400e:c01::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VWZ6Y-0008IY-Id for linux-arm-kernel@lists.infradead.org; Wed, 16 Oct 2013 21:58:11 +0000 Received: by mail-pb0-f48.google.com with SMTP id ma3so1398397pbc.35 for ; Wed, 16 Oct 2013 14:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=bhzpcR51pbGzZm6C54owFaTpjdX8u2qGTwSHptt/fSQ=; b=ZtOx3jWx5bjfSf6Dhvi2INlvQnSt6tzhXINEUgMF9cUypG9ObgJ4OIHkcfdiJ0Xh4T TGKHLRgERPp3o/sbBq/l9YsTX6s8GP9uDMWHsXxphV03zppED4BXtJWokLxdiKiiVP51 4dkUjF6GusCzwGCkfGjDBH9odncptz+bioHKfNlkxGyO5VXnGI9Xcg93sLM5VzqHgWhI 4mh5U8uA5hfCFIja309r5F8LnAHmZZtG6H46D+ZTnbuESprpczF09ayviemY7lZ5BdS7 2r5DvrZXS4tqXliijp+mwVgVDdMaJfNKLqPx5dfyj/C0TfAtf8q54Nba3JXqDtoJd71U jBXQ== X-Received: by 10.66.4.130 with SMTP id k2mr5581790pak.95.1381960669002; Wed, 16 Oct 2013 14:57:49 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id xs1sm109261656pac.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Oct 2013 14:57:47 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 17 Oct 2013 06:58:19 +0900 Message-Id: <20131016215819.12718.54556.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Cosmetic update of Lager DT Reference X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131016_175810_733651_0336D4C9 X-CRM114-Status: UNSURE ( 8.88 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: khilman@linaro.org, arnd@arndb.de, Magnus Damm , horms@verge.net.au, olof@lixom.net, 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.6 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 Clean up the Lager DT reference board code to make it match Koelsch DT reference including using the rcar-gen2 header. Signed-off-by: Magnus Damm --- Written against renesas-devel-20131016 arch/arm/mach-shmobile/board-lager-reference.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- 0001/arch/arm/mach-shmobile/board-lager-reference.c +++ work/arch/arm/mach-shmobile/board-lager-reference.c 2013-10-08 15:32:05.000000000 +0900 @@ -20,16 +20,15 @@ #include #include +#include #include #include static void __init lager_add_standard_devices(void) { - /* clocks are setup late during boot in the case of DT */ r8a7790_clock_init(); - r8a7790_add_dt_devices(); - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); + of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); } static const char *lager_boards_compat_dt[] __initdata = {