From dfd35b779d6c8bbf9f287e1abec533374c41b8ae Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 17 Dec 2015 23:38:18 +0000 Subject: 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 Cc: Alan Tull Cc: Dinh Nguyen Cc: Olof Johansson Cc: Steffen Trumtrar Cc: Thor Thayer Cc: Vince Bridgers Signed-off-by: Dinh Nguyen --- arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi') 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>; }; -- cgit v1.2.3