mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v1] ARM: i.MX: esdctl: Add support for i.MX6SoloX's memory controller
Date: Wed, 13 Jun 2018 09:51:32 +0200	[thread overview]
Message-ID: <20180613075132.pohxv63xhuhk7s7p@pengutronix.de> (raw)
In-Reply-To: <20180613075014.16396-1-o.rempel@pengutronix.de>

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 <o.rempel@pengutronix.de>
> ---
>  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

      reply	other threads:[~2018-06-13  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13  7:50 Oleksij Rempel
2018-06-13  7:51 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180613075132.pohxv63xhuhk7s7p@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=o.rempel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox