From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH] ARM: Kirkwood: Fix the internal register ranges translation Date: Fri, 21 Jun 2013 11:41:35 -0400 Message-ID: <20130621154135.GS31667@titan.lakedaemon.net> References: <1371569479-31498-1-git-send-email-ezequiel.garcia@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1371569479-31498-1-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Ezequiel Garcia Cc: Lior Amsalem , Andrew Lunn , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Jason Gunthorpe , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Tue, Jun 18, 2013 at 12:31:19PM -0300, Ezequiel Garcia wrote: > Although the internal register window size is 1 MiB, the previous > ranges translation for the internal register space had a size of > 0x4000000. This was done to allow the crypto and nand node to access > the corresponding 'sram' and 'nand' decoding windows. > > In order to describe the hardware more accurately, we declare the > real 1 MiB internal register space in the ranges, and add a translation > entry for the nand node to access the 'nand' window. > > This commit will make future improvements on the MBus DT binding easier. > > Signed-off-by: Ezequiel Garcia > --- > Tested on Plathome Openblocks A6 board. > > arch/arm/boot/dts/kirkwood.dtsi | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied to mvebu/dt thx, Jason.