ARM: dts: socfpga: use tabs for indentation
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 5 Nov 2018 20:39:00 +0000 (21:39 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 28 Nov 2018 15:24:52 +0000 (09:24 -0600)
In two of the gen5 socfpga devicetree files, there are some lines
indented using spaces instead of tabs.

Fix this by correctly indenting them with tabs.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga.dtsi
arch/arm/boot/dts/socfpga_cyclone5_sodia.dts

index a9135d7..dcb8fba 100644 (file)
 
                qspi: spi@ff705000 {
                        compatible = "cdns,qspi-nor";
-                        #address-cells = <1>;
+                       #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0xff705000 0x1000>,
                              <0xffa00000 0x1000>;
index e54b5f2..99a7175 100644 (file)
 };
 
 &qspi {
-        status = "okay";
+       status = "okay";
 
-        flash0: n25q512a@0 {
+       flash0: n25q512a@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "n25q512a";