提交 d2396844 编写于 作者: S Simon Goldschmidt 提交者: Dinh Nguyen

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: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 3e464ad5
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
qspi: spi@ff705000 { qspi: spi@ff705000 {
compatible = "cdns,qspi-nor"; compatible = "cdns,qspi-nor";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0xff705000 0x1000>, reg = <0xff705000 0x1000>,
<0xffa00000 0x1000>; <0xffa00000 0x1000>;
......
...@@ -111,9 +111,9 @@ ...@@ -111,9 +111,9 @@
}; };
&qspi { &qspi {
status = "okay"; status = "okay";
flash0: n25q512a@0 { flash0: n25q512a@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "n25q512a"; compatible = "n25q512a";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册