diff mbox

[U-Boot] arm: dts: socfpga: add "u-boot, dm-pre-reloc" to socfpga_cyclone5_socdk dts

Message ID 1444669144-25861-1-git-send-email-dinguyen@opensource.altera.com
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Dinh Nguyen Oct. 12, 2015, 4:59 p.m. UTC
From: Dinh Nguyen <dinguyen@opensource.altera.com>

We need "u-boot,dm-pre-reloc" in the socfpga_cyclone5_socdk.dts file in
order for the SPL to use SD/MMC.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 arch/arm/dts/socfpga_cyclone5_socdk.dts | 3 +++
 1 file changed, 3 insertions(+)

Comments

Pavel Machek Oct. 14, 2015, 4:36 p.m. UTC | #1
On Mon 2015-10-12 11:59:04, dinguyen@opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> We need "u-boot,dm-pre-reloc" in the socfpga_cyclone5_socdk.dts file in
> order for the SPL to use SD/MMC.

Acked-by: Pavel Machek <pavel@denx.de>

								Pavel

> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> ---
>  arch/arm/dts/socfpga_cyclone5_socdk.dts | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> index 9650eb0..5465609 100644
> --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> @@ -69,6 +69,9 @@
>  };
>  
>  &mmc0 {
> +	status = "okay";
> +	u-boot,dm-pre-reloc;
> +
>  	cd-gpios = <&portb 18 0>;
>  	vmmc-supply = <&regulator_3_3v>;
>  	vqmmc-supply = <&regulator_3_3v>;
Marek Vasut Oct. 17, 2015, 12:14 a.m. UTC | #2
On Monday, October 12, 2015 at 06:59:04 PM, dinguyen@opensource.altera.com 
wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> We need "u-boot,dm-pre-reloc" in the socfpga_cyclone5_socdk.dts file in
> order for the SPL to use SD/MMC.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> ---
>  arch/arm/dts/socfpga_cyclone5_socdk.dts | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts
> b/arch/arm/dts/socfpga_cyclone5_socdk.dts index 9650eb0..5465609 100644
> --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
> +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
> @@ -69,6 +69,9 @@
>  };
> 
>  &mmc0 {
> +	status = "okay";
> +	u-boot,dm-pre-reloc;
> +
>  	cd-gpios = <&portb 18 0>;
>  	vmmc-supply = <&regulator_3_3v>;
>  	vqmmc-supply = <&regulator_3_3v>;

Applied, thanks!

I didn't unpack either the MAX10 or CV-SoCDK yet, it's in the pipeline for
the upcoming days.

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 9650eb0..5465609 100644
--- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
@@ -69,6 +69,9 @@ 
 };
 
 &mmc0 {
+	status = "okay";
+	u-boot,dm-pre-reloc;
+
 	cd-gpios = <&portb 18 0>;
 	vmmc-supply = <&regulator_3_3v>;
 	vqmmc-supply = <&regulator_3_3v>;