diff options
author | Marek Vasut <marex@denx.de> | 2015-08-02 22:55:24 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-23 11:56:19 +0200 |
commit | afe139938a75402a4287634c4d46b25e07cf79c0 (patch) | |
tree | 9927f492b2373a13ad4e0d1ceddce71151c8241a /arch/arm/dts/socfpga_cyclone5_socrates.dts | |
parent | 7e4d2fa2ed2ddf80121372db0282315dc9850a1b (diff) |
arm: socfpga: Make the DT mmc node consistent
The socfpga_cyclone5.dtsi has an mmc0 node, socrates has mmc node.
This makes aliases not very usable, so make everything into mmc0.
Moreover, zap the useless mmc alias while at this.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_socrates.dts')
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index 00b1830485..3c985584d1 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -34,7 +34,7 @@ }; }; -&mmc { +&mmc0 { status = "okay"; }; |