Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947640AbbGaV2z (ORCPT ); Fri, 31 Jul 2015 17:28:55 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33941 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756303AbbGaV2w (ORCPT ); Fri, 31 Jul 2015 17:28:52 -0400 Date: Fri, 31 Jul 2015 14:28:47 -0700 From: Brian Norris To: Vignesh R Cc: Mark Brown , David Woodhouse , Tony Lindgren , Russell King , Huang Shijie , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org Subject: Re: [RFC PATCH 4/5] ARM: dts: DRA7: Add memory map region entries for qspi Message-ID: <20150731212847.GH10676@google.com> References: <1438072876-16338-1-git-send-email-vigneshr@ti.com> <1438072876-16338-5-git-send-email-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438072876-16338-5-git-send-email-vigneshr@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 35 On Tue, Jul 28, 2015 at 02:11:15PM +0530, Vignesh R wrote: > Add qspi memory mapped region entries for DRA7xx based SoCs. > > Signed-off-by: Vignesh R > --- > arch/arm/boot/dts/am4372.dtsi | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi > index ade28c790f4b..5317a0f24ab9 100644 > --- a/arch/arm/boot/dts/am4372.dtsi > +++ b/arch/arm/boot/dts/am4372.dtsi > @@ -902,7 +902,9 @@ > > qspi: qspi@47900000 { > compatible = "ti,am4372-qspi"; > - reg = <0x47900000 0x100>; > + reg = <0x47900000 0x100>, > + <0x30000000 0x3ffffff>; Are you sure this region is 1 byte shy of 64MB in length? Same question for patch 5. > + reg-names = "qspi_base", "qspi_mmap"; > #address-cells = <1>; > #size-cells = <0>; > ti,hwmods = "qspi"; > -- > 2.4.6 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/