summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-10-12 11:59:04 -0500
committerMarek Vasut <marex@denx.de>2015-10-17 01:47:31 +0200
commit3790a8c66266de6361c8be1544d244f8adb71fb9 (patch)
tree8707039a7751519892edd7ad446b8c198a4f88c7 /arch
parent8d8e13e129f20ef82a271094eb713d513e83adf4 (diff)
downloadblackbird-obmc-uboot-3790a8c66266de6361c8be1544d244f8adb71fb9.tar.gz
blackbird-obmc-uboot-3790a8c66266de6361c8be1544d244f8adb71fb9.zip
arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socdk.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 9650eb0877..546560979b 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>;
OpenPOWER on IntegriCloud