ARM: dts: socfpga: use tabs for indentation

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>
This commit is contained in:
Simon Goldschmidt 2018-11-05 21:39:00 +01:00 committed by Dinh Nguyen
parent 3e464ad53c
commit d23968448f
2 changed files with 3 additions and 3 deletions

View File

@ -758,7 +758,7 @@
qspi: spi@ff705000 {
compatible = "cdns,qspi-nor";
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
reg = <0xff705000 0x1000>,
<0xffa00000 0x1000>;

View File

@ -111,9 +111,9 @@
};
&qspi {
status = "okay";
status = "okay";
flash0: n25q512a@0 {
flash0: n25q512a@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "n25q512a";