Skip to content
Snippets Groups Projects
Commit 3790a8c6 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Marek Vasut
Browse files

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: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 8d8e13e1
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,9 @@ ...@@ -69,6 +69,9 @@
}; };
&mmc0 { &mmc0 {
status = "okay";
u-boot,dm-pre-reloc;
cd-gpios = <&portb 18 0>; cd-gpios = <&portb 18 0>;
vmmc-supply = <&regulator_3_3v>; vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>; vqmmc-supply = <&regulator_3_3v>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment