diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2018-11-05 23:39:00 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-11-28 18:24:52 +0300 |
commit | d23968448f291d9cbb67432ac6bb1a1a25dd4ec8 (patch) | |
tree | fb903e48ff61c738e09ba367f10f12d948c9d817 /arch/arm/boot/dts/socfpga.dtsi | |
parent | 3e464ad53ce0ec66212aa001a87f87c362f8d818 (diff) | |
download | linux-d23968448f291d9cbb67432ac6bb1a1a25dd4ec8.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index a9135d77d7aa..dcb8fba3d709 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -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>; |