diff options
author | Marek Vasut <marex@denx.de> | 2015-12-18 00:38:18 +0100 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-12-18 13:22:13 +0100 |
commit | dfd35b779d6c8bbf9f287e1abec533374c41b8ae (patch) | |
tree | 7722282b2611c43049d5badacfb52f63fa4ecc21 /arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi | |
parent | ARM: socfpga: Add support for DENX MCV SoM and MCVEVK baseboard (diff) | |
download | linux-dfd35b779d6c8bbf9f287e1abec533374c41b8ae.tar.xz linux-dfd35b779d6c8bbf9f287e1abec533374c41b8ae.zip |
ARM: socfpga: Repair incorrectly applied MCV patch
For whatever reason, this patch was not applied verbatim and had all
tabs replaced with spaces. Replace them back by a quick sed.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alan Tull <atull@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Olof Johansson <olof@lixom.net>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: Thor Thayer <tthayer@altera.com>
Cc: Vince Bridgers <vbridgers2013@gmail.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi b/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi index f0e03a23a864..baecd983d056 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi +++ b/arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi @@ -18,16 +18,16 @@ #include "socfpga_cyclone5.dtsi" / { - model = "DENX MCV"; - compatible = "altr,socfpga-cyclone5", "altr,socfpga"; + model = "DENX MCV"; + compatible = "altr,socfpga-cyclone5", "altr,socfpga"; - memory { - name = "memory"; - device_type = "memory"; - reg = <0x0 0x40000000>; /* 1 GiB */ - }; + memory { + name = "memory"; + device_type = "memory"; + reg = <0x0 0x40000000>; /* 1 GiB */ + }; }; -&mmc0 { /* On-SoM eMMC */ - bus-width = <8>; +&mmc0 { /* On-SoM eMMC */ + bus-width = <8>; }; |