All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Fix booting from QSPI flash on socdk board.
@ 2016-02-01  8:38 shengjiangwu
  2016-02-02 16:07 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: shengjiangwu @ 2016-02-01  8:38 UTC (permalink / raw)
  To: u-boot

Added missing parameter 'u-boot,dm-pre-reloc' for qspi and
flash0 in dts file arch/arm/dts/socfpga_cyclone5_socdk.dts
to make it support booting from QSPI flash.

Signed-off-by: shengjiangwu <shengjiangwu@icloud.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
---
 arch/arm/dts/socfpga_cyclone5_socdk.dts |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index a202709..bc60419 100644
--- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
@@ -83,9 +83,11 @@
 };
 
 &qspi {
+	u-boot,dm-pre-reloc;
 	status = "okay";
 
 	flash0: n25q00 at 0 {
+		u-boot,dm-pre-reloc;
 		#address-cells = <1>;
 		#size-cells = <1>;
 		compatible = "n25q00";
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm: socfpga: Fix booting from QSPI flash on socdk board.
  2016-02-01  8:38 [U-Boot] [PATCH] arm: socfpga: Fix booting from QSPI flash on socdk board shengjiangwu
@ 2016-02-02 16:07 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2016-02-02 16:07 UTC (permalink / raw)
  To: u-boot

On 1 February 2016 at 14:08, shengjiangwu <shengjiangwu@icloud.com> wrote:
> Added missing parameter 'u-boot,dm-pre-reloc' for qspi and
> flash0 in dts file arch/arm/dts/socfpga_cyclone5_socdk.dts
> to make it support booting from QSPI flash.
>
> Signed-off-by: shengjiangwu <shengjiangwu@icloud.com>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux@gmail.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> ---
>  arch/arm/dts/socfpga_cyclone5_socdk.dts |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> index a202709..bc60419 100644
> --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> @@ -83,9 +83,11 @@
>  };
>
>  &qspi {
> +       u-boot,dm-pre-reloc;
>         status = "okay";
>
>         flash0: n25q00 at 0 {
> +               u-boot,dm-pre-reloc;
>                 #address-cells = <1>;
>                 #size-cells = <1>;
>                 compatible = "n25q00";

Reviewed-by: Jagan Teki <jteki@openedev.com>

-- 
Jagan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-02 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01  8:38 [U-Boot] [PATCH] arm: socfpga: Fix booting from QSPI flash on socdk board shengjiangwu
2016-02-02 16:07 ` Jagan Teki

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.