diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-16 20:21:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-16 20:21:04 -0400 |
commit | ac6a53219a1bf5bd30b754d6d3f04f26e3921d15 (patch) | |
tree | 1d4fa108f8ea97108537e1bb282801359c8540ec /arch/arm/dts | |
parent | 4b8cdd484c51bb05b47cc83c634ba4a4043aa997 (diff) | |
parent | 3790a8c66266de6361c8be1544d244f8adb71fb9 (diff) |
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socdk.dts | 3 |
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 = <®ulator_3_3v>; vqmmc-supply = <®ulator_3_3v>; |