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:
parent
3e464ad53c
commit
d23968448f
@ -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>;
|
||||
|
@ -111,9 +111,9 @@
|
||||
};
|
||||
|
||||
&qspi {
|
||||
status = "okay";
|
||||
status = "okay";
|
||||
|
||||
flash0: n25q512a@0 {
|
||||
flash0: n25q512a@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "n25q512a";
|
||||
|
Loading…
Reference in New Issue
Block a user