From patchwork Fri Jan 13 12:40:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "B, Ravi" X-Patchwork-Id: 9515551 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 287566077E for ; Fri, 13 Jan 2017 12:41:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1DCB7285AE for ; Fri, 13 Jan 2017 12:41:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1278E28628; Fri, 13 Jan 2017 12:41:51 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 96D7B285AE for ; Fri, 13 Jan 2017 12:41:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751840AbdAMMls (ORCPT ); Fri, 13 Jan 2017 07:41:48 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:37819 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751811AbdAMMlq (ORCPT ); Fri, 13 Jan 2017 07:41:46 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v0DCekU2012382; Fri, 13 Jan 2017 06:40:46 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v0DCekMx024239; Fri, 13 Jan 2017 06:40:46 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Fri, 13 Jan 2017 06:40:45 -0600 Received: from uda0393587.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v0DCebSI002919; Fri, 13 Jan 2017 06:40:43 -0600 From: Ravi Babu To: , , CC: , , , Ravi Babu , Sekhar Nori Subject: [PATCH 1/2] ARM: dts: dra7-evm: increase QSPI SPL partition size Date: Fri, 13 Jan 2017 18:10:33 +0530 Message-ID: <1484311234-21978-2-git-send-email-ravibabu@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484311234-21978-1-git-send-email-ravibabu@ti.com> References: <1484311234-21978-1-git-send-email-ravibabu@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The SPL size for DRA74x platform has increased and is now more than 64KB. Increase QSPI SPL partition size to 256KB for DRA74x EVM. QSPI partition numbering changes because of this. Signed-off-by: Ravi Babu Signed-off-by: Sekhar Nori --- arch/arm/boot/dts/dra7-evm.dts | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 132f2be..2784241 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -681,41 +681,29 @@ */ partition@0 { label = "QSPI.SPL"; - reg = <0x00000000 0x000010000>; + reg = <0x00000000 0x000040000>; }; partition@1 { - label = "QSPI.SPL.backup1"; - reg = <0x00010000 0x00010000>; - }; - partition@2 { - label = "QSPI.SPL.backup2"; - reg = <0x00020000 0x00010000>; - }; - partition@3 { - label = "QSPI.SPL.backup3"; - reg = <0x00030000 0x00010000>; - }; - partition@4 { label = "QSPI.u-boot"; reg = <0x00040000 0x00100000>; }; - partition@5 { + partition@2 { label = "QSPI.u-boot-spl-os"; reg = <0x00140000 0x00080000>; }; - partition@6 { + partition@3 { label = "QSPI.u-boot-env"; reg = <0x001c0000 0x00010000>; }; - partition@7 { + partition@4 { label = "QSPI.u-boot-env.backup1"; reg = <0x001d0000 0x0010000>; }; - partition@8 { + partition@5 { label = "QSPI.kernel"; reg = <0x001e0000 0x0800000>; }; - partition@9 { + partition@6 { label = "QSPI.file-system"; reg = <0x009e0000 0x01620000>; };