From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth Subject: Re: [PATCH v3 03/12] bus: mvebu-mbus: Add static window allocation to the DT binding Date: Tue, 18 Jun 2013 20:24:56 +0200 Message-ID: <51C0A5F8.8030300@gmail.com> References: <1371554737-25319-1-git-send-email-ezequiel.garcia@free-electrons.com> <1371554737-25319-4-git-send-email-ezequiel.garcia@free-electrons.com> <20130618174622.GD2204@obsidianresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130618174622.GD2204-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@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: Jason Gunthorpe Cc: Andrew Lunn , Jason Cooper , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Maen Suleiman , Lior Amsalem , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 06/18/2013 07:46 PM, Jason Gunthorpe wrote: > On Tue, Jun 18, 2013 at 08:25:28AM -0300, Ezequiel Garcia wrote: >> + >> +IIAA0000 >> + >> +Where: >> + -- I = Marvell defined target ID for programmable windows >> + -- A = Marvell defined target attributes for programmable windows > > I thought we agreed to something like: > > SIAA0000 > > Where 'S' is the designator for the special items like PCI-E and > internal-regs. 0 = normal target ids, 0xF = special ids. > > The target is only 4 bits, the attr is 8, so a little doc update to > clarify this should be enough, no need to change the DTs. +1 for SIAA0000, as it allows to use MBUS_ID also for those fake windows. It makes it more readable IMHO. Also allows you to have up to 40b offset, which _might_ be important with LPAE enabled. Sebastian