From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH v3 3/4] powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s) Date: Tue, 2 Dec 2014 18:32:57 -0600 Message-ID: <1417566777.15957.227.camel@freescale.com> References: <1417428135-12895-1-git-send-email-Emilian.Medve@Freescale.com> <1417428135-12895-4-git-send-email-Emilian.Medve@Freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1417428135-12895-4-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Emil Medve Cc: linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , Geoff Thorpe , Hai-Ying Wang , Chunhe Lan , Poonam Aggrwal List-Id: devicetree@vger.kernel.org On Mon, 2014-12-01 at 04:02 -0600, Emil Medve wrote: > diff --git a/arch/powerpc/boot/dts/t4240rdb.dts b/arch/powerpc/boot/dts/t4240rdb.dts > index 53761d4..431bf4e 100644 > --- a/arch/powerpc/boot/dts/t4240rdb.dts > +++ b/arch/powerpc/boot/dts/t4240rdb.dts > @@ -69,10 +69,27 @@ > device_type = "memory"; > }; > > + reserved-memory { > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + bman_fbpr: bman-fbpr { > + compatible = "fsl,bman-fbpr"; > + alloc-ranges = <0 0 0xffff 0xffffffff>; > + size = <0 0x1000000>; > + alignment = <0 0x1000000>; > + }; > + }; Can't this be done at the SoC level rather than board level? -Scott -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html