Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756112Ab3G2NwZ (ORCPT ); Mon, 29 Jul 2013 09:52:25 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:48133 "EHLO mail.free-electrons.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751073Ab3G2NwY (ORCPT ); Mon, 29 Jul 2013 09:52:24 -0400 Date: Mon, 29 Jul 2013 10:52:28 -0300 From: Ezequiel Garcia To: Sebastian Hesselbarth Cc: Russell King , Jason Cooper , Andrew Lunn , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/5] ARM: dove: add MBus DT node Message-ID: <20130729135227.GA2417@localhost> References: <1375101114-28858-1-git-send-email-sebastian.hesselbarth@gmail.com> <1375101114-28858-4-git-send-email-sebastian.hesselbarth@gmail.com> <51F661DE.1070106@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <51F661DE.1070106@gmail.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: 1903 Lines: 49 Hi Sebastian, (Ccing devicetree ML) On Mon, Jul 29, 2013 at 02:36:46PM +0200, Sebastian Hesselbarth wrote: > On 07/29/2013 02:31 PM, Sebastian Hesselbarth wrote: > > This adds a MBus node including ranges and pcie apertures required later. > > > > Signed-off-by: Sebastian Hesselbarth > > --- > > arch/arm/boot/dts/dove.dtsi | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > > > diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi > > index 397674c..bdda016 100644 > > --- a/arch/arm/boot/dts/dove.dtsi > > +++ b/arch/arm/boot/dts/dove.dtsi > > @@ -29,6 +29,20 @@ > > marvell,tauros2-cache-features = <0>; > > }; > > > > + mbus { > > + compatible = "marvell,dove-mbus", "marvell,mbus", "simple-bus"; > > + #address-cells = <2>; > > + #size-cells = <1>; > > + pcie-mem-aperture = <0xe0000000 0x10000000>; /* 256M MEM space */ > > + pcie-io-aperture = <0xf2000000 0x00200000>; /* 2M I/O space */ > > Actually, current v9 of the mbus patch set still requires "controller" > property to match the corresponding controller node. I had a short > discussion with Ezequiel to possibly just use of_find_compatible_node > and blindly assumed post-v8 will already use it. > Ah, regarding this: despite your good arguin against the 'controller' property approach, I still feel a bit inclined for it, as I like the way it tightly-binds the two nodes. Maybe the devicetree maintainers can give their opinions on that matter? Otherwise, it'll just stay as it is :-) -- Ezequiel GarcĂ­a, Free Electrons Embedded Linux, Kernel and Android Engineering http://free-electrons.com -- 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/