瀏覽代碼

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>
Dinh Nguyen 9 年之前
父節點
當前提交
3790a8c662
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/arm/dts/socfpga_cyclone5_socdk.dts

+ 3 - 0
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>;