From patchwork Wed Jun 5 07:34:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2665891 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 221DFDF264 for ; Wed, 5 Jun 2013 07:29:46 +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 1Uk88f-0005zQ-3T; Wed, 05 Jun 2013 07:28:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk88B-0008QL-4d; Wed, 05 Jun 2013 07:27:39 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk887-0008NR-5o for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2013 07:27:36 +0000 Received: by mail-pd0-f173.google.com with SMTP id v10so1421844pde.18 for ; Wed, 05 Jun 2013 00:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=J5Cj9zhUWiG17/VM9VLPI49b/3toZDYK2ElI5Y6p5IM=; b=phWbYzW0aqxJsGErW84uZh3Q3uSqOD2vZV3Yfs8jO91yUEA2+53vfGOpMSG+DEo8TI +YIAjxOjCojE7STm3pegmBtccLSijB/5Eb5+SK+a4xF6vtvWkTSwCCWdmFmAj1/5Xnol i1GRRxqZDbUJ5nClFceCEb/b7ZJAIFMc2e5X8ebhu+2l8on+z/4fXCEbolapJUL1MEID v13/SlDXXPc+W323Ccgd6yQRhfLKY4vMfxVjSbBGrmVkRrjPwFmrFigm695QCIX3KaWf xYChTalr5qFRBgEVMbj0b1z1qPbWfvfeVyPavnS3S/M+IT8uuYtWD53Ib6GqldD4lDNv avLA== X-Received: by 10.68.197.66 with SMTP id is2mr32044809pbc.175.1370417234029; Wed, 05 Jun 2013 00:27:14 -0700 (PDT) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id q8sm62566265pan.12.2013.06.05.00.27.12 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Jun 2013 00:27:13 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 05 Jun 2013 16:34:42 +0900 Message-Id: <20130605073442.15758.91842.sendpatchset@w520> In-Reply-To: <20130605073410.15758.37563.sendpatchset@w520> References: <20130605073410.15758.37563.sendpatchset@w520> Subject: [PATCH 04/06] ARM: shmobile: Bonito memory size fixup X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130605_032735_343953_E85BBEE0 X-CRM114-Status: GOOD ( 10.24 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.173 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (magnus.damm[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: arnd@arndb.de, Magnus Damm , horms@verge.net.au, laurent.pinchart@ideasonboard.com, 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 From: Magnus Damm Specify the Bonito memory configuration via a board specific fixup callback, and also select ATAGS to make sure the callback is executed as expected. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 1 + arch/arm/mach-shmobile/board-bonito.c | 4 ++++ 2 files changed, 5 insertions(+) --- 0006/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-06-04 15:11:54.000000000 +0900 @@ -120,6 +120,7 @@ config MACH_KOTA2 config MACH_BONITO bool "bonito board" depends on ARCH_R8A7740 + select ATAGS select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR --- 0001/arch/arm/mach-shmobile/board-bonito.c +++ work/arch/arm/mach-shmobile/board-bonito.c 2013-06-04 15:19:19.000000000 +0900 @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include