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 a9135d77d7aa165002e273cbb220c563636c9f57..dcb8fba3d70974292cf1a4eba621a4a363ac6e6d 100644 (file)
 
                qspi: spi@ff705000 {
                        compatible = "cdns,qspi-nor";
-                        #address-cells = <1>;
+                       #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0xff705000 0x1000>,
                              <0xffa00000 0x1000>;
index e54b5f2af74f960643b65655b227ff734b384879..99a71757cdf46330418b65aeae3646668229c378 100644 (file)
 };
 
 &qspi {
-        status = "okay";
+       status = "okay";
 
-        flash0: n25q512a@0 {
+       flash0: n25q512a@0 {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "n25q512a";