From patchwork Wed May 25 09:46:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 9135023 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 481C260221 for ; Wed, 25 May 2016 09:48:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3969A1FEC1 for ; Wed, 25 May 2016 09:48:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2C320282D7; Wed, 25 May 2016 09:48:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CCA071FEC1 for ; Wed, 25 May 2016 09:48:54 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5VPR-0005nD-5w; Wed, 25 May 2016 09:47:25 +0000 Received: from bear.ext.ti.com ([198.47.19.11]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5VPN-0005g9-Mj for linux-arm-kernel@lists.infradead.org; Wed, 25 May 2016 09:47:23 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u4P9kwfB030904; Wed, 25 May 2016 04:46:58 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4P9kw9a005264; Wed, 25 May 2016 04:46:58 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Wed, 25 May 2016 04:46:57 -0500 Received: from uda0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u4P9ktKe010661; Wed, 25 May 2016 04:46:55 -0500 From: Vignesh R To: Santosh Shilimkar , Rob Herring Subject: [PATCH] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot Date: Wed, 25 May 2016 15:16:50 +0530 Message-ID: <20160525094650.6169-1-vigneshr@ti.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160525_024721_855473_6C0C2D3D X-CRM114-Status: UNSURE ( 7.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vignesh R Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP U-Boot SPI Boot image is now more than 512KB for Keystone2 devices and cannot fit into existing partition. So, increase the SPI Flash partition for U-Boot to 1MB for all Keystone2 devices. Signed-off-by: Vignesh R --- arch/arm/boot/dts/keystone-k2e-evm.dts | 4 ++-- arch/arm/boot/dts/keystone-k2hk-evm.dts | 4 ++-- arch/arm/boot/dts/keystone-k2l-evm.dts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts index 4c32ebc1425a..39c91185e112 100644 --- a/arch/arm/boot/dts/keystone-k2e-evm.dts +++ b/arch/arm/boot/dts/keystone-k2e-evm.dts @@ -129,13 +129,13 @@ partition@0 { label = "u-boot-spl"; - reg = <0x0 0x80000>; + reg = <0x0 0x100000>; read-only; }; partition@1 { label = "misc"; - reg = <0x80000 0xf80000>; + reg = <0x100000 0xf00000>; }; }; }; diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts index b38b3441818b..afc70d0481d4 100644 --- a/arch/arm/boot/dts/keystone-k2hk-evm.dts +++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts @@ -157,13 +157,13 @@ partition@0 { label = "u-boot-spl"; - reg = <0x0 0x80000>; + reg = <0x0 0x100000>; read-only; }; partition@1 { label = "misc"; - reg = <0x80000 0xf80000>; + reg = <0x100000 0xf00000>; }; }; }; diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts index 7f9c2e94d605..cabbdf69ddf5 100644 --- a/arch/arm/boot/dts/keystone-k2l-evm.dts +++ b/arch/arm/boot/dts/keystone-k2l-evm.dts @@ -106,13 +106,13 @@ partition@0 { label = "u-boot-spl"; - reg = <0x0 0x80000>; + reg = <0x0 0x100000>; read-only; }; partition@1 { label = "misc"; - reg = <0x80000 0xf80000>; + reg = <0x100000 0xf00000>; }; }; };