All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: zynq: Enable u-boot, dm-pre-reloc for qspi
Date: Tue, 16 Feb 2016 16:47:36 +0100	[thread overview]
Message-ID: <56C34498.7070805@xilinx.com> (raw)
In-Reply-To: <1455627903-12857-1-git-send-email-nathan@nathanrossi.com>

On 16.2.2016 14:05, Nathan Rossi wrote:
> Enable u-boot,dm-pre-reloc for qspi for zc706, zed and microzed.
> 
> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Michal Simek <michal.simek@xilinx.com>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  arch/arm/dts/zynq-microzed.dts | 1 +
>  arch/arm/dts/zynq-zc706.dts    | 1 +
>  arch/arm/dts/zynq-zed.dts      | 1 +
>  3 files changed, 3 insertions(+)
> 
> diff --git a/arch/arm/dts/zynq-microzed.dts b/arch/arm/dts/zynq-microzed.dts
> index e841a1d..793ab44 100644
> --- a/arch/arm/dts/zynq-microzed.dts
> +++ b/arch/arm/dts/zynq-microzed.dts
> @@ -24,6 +24,7 @@
>  };
>  
>  &qspi {
> +	u-boot,dm-pre-reloc;
>  	status = "okay";
>  };
>  
> diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts
> index 1ba3a1c..1610520 100644
> --- a/arch/arm/dts/zynq-zc706.dts
> +++ b/arch/arm/dts/zynq-zc706.dts
> @@ -306,6 +306,7 @@
>  };
>  
>  &qspi {
> +	u-boot,dm-pre-reloc;
>  	status = "okay";
>  };
>  
> diff --git a/arch/arm/dts/zynq-zed.dts b/arch/arm/dts/zynq-zed.dts
> index 5ec59e2..ec9b2f7 100644
> --- a/arch/arm/dts/zynq-zed.dts
> +++ b/arch/arm/dts/zynq-zed.dts
> @@ -61,6 +61,7 @@
>  };
>  
>  &qspi {
> +	u-boot,dm-pre-reloc;
>  	status = "okay";
>  };
>  

Applied.

Thanks,
Michal
> 

      reply	other threads:[~2016-02-16 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 13:05 [U-Boot] [PATCH] ARM: zynq: Enable u-boot,dm-pre-reloc for qspi Nathan Rossi
2016-02-16 15:47 ` Michal Simek [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=56C34498.7070805@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.