diff options
author | Marek Vasut <marex@denx.de> | 2015-07-25 10:47:22 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-08 14:14:04 +0200 |
commit | 2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b (patch) | |
tree | 7b8cf75794bf9992143e92febbcf49ba88cbe3f0 /arch/arm | |
parent | b09b72d83b17f353bed47df9ddaba8380a06e9f5 (diff) | |
download | u-boot-imx-2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b.zip u-boot-imx-2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b.tar.gz u-boot-imx-2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b.tar.bz2 |
arm: dts: socfpga: Add mmc alias
Add alias for the SD/MMC controller, so it can be located by U-Boot OF support.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/socfpga.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi index 3a3fb4a..e17e9f4 100644 --- a/arch/arm/dts/socfpga.dtsi +++ b/arch/arm/dts/socfpga.dtsi @@ -23,6 +23,7 @@ spi0 = &qspi; spi1 = &spi0; spi2 = &spi1; + mmc = &mmc; }; cpus { |