From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fT0ZE-0003P3-Fi for barebox@lists.infradead.org; Wed, 13 Jun 2018 07:51:56 +0000 Date: Wed, 13 Jun 2018 09:51:32 +0200 From: Sascha Hauer Message-ID: <20180613075132.pohxv63xhuhk7s7p@pengutronix.de> References: <20180613075014.16396-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180613075014.16396-1-o.rempel@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v1] ARM: i.MX: esdctl: Add support for i.MX6SoloX's memory controller To: Oleksij Rempel Cc: barebox@lists.infradead.org On Wed, Jun 13, 2018 at 09:50:14AM +0200, Oleksij Rempel wrote: > Add code needed to dynamically detect the offset and amount of RAM. > > Signed-off-by: Oleksij Rempel > --- > arch/arm/mach-imx/esdctl.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied, thanks Sascha > > diff --git a/arch/arm/mach-imx/esdctl.c b/arch/arm/mach-imx/esdctl.c > index c1680d5ff..875e942de 100644 > --- a/arch/arm/mach-imx/esdctl.c > +++ b/arch/arm/mach-imx/esdctl.c > @@ -390,6 +390,11 @@ static __maybe_unused struct imx_esdctl_data imx6q_data = { > .add_mem = imx6_mmdc_add_mem, > }; > > +static __maybe_unused struct imx_esdctl_data imx6sx_data = { > + .base0 = MX6_MMDC_PORT0_BASE_ADDR, > + .add_mem = imx6_mmdc_add_mem, > +}; > + > static __maybe_unused struct imx_esdctl_data imx6ul_data = { > .base0 = MX6_MMDC_PORT0_BASE_ADDR, > .add_mem = imx6_mmdc_add_mem, > @@ -455,6 +460,9 @@ static __maybe_unused struct of_device_id imx_esdctl_dt_ids[] = { > }, { > .compatible = "fsl,imx6ul-mmdc", > .data = &imx6ul_data > + }, { > + .compatible = "fsl,imx6sx-mmdc", > + .data = &imx6sx_data > }, { > .compatible = "fsl,imx6q-mmdc", > .data = &imx6q_data > -- > 2.17.1 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox