diff options
author | Jagan Teki <jagan@openedev.com> | 2016-10-26 13:01:01 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-02 17:43:56 +0300 |
commit | 46311707939f0cac228e07c59e0d86c310efa95c (patch) | |
tree | 6d37895cd3676b2cd9f8df25e9ea2c0afc501afb /arch/arm/boot/dts/imx23.dtsi | |
parent | a7859df4fd7df0667e486c9ebe32aa425d64c023 (diff) | |
download | linux-46311707939f0cac228e07c59e0d86c310efa95c.tar.xz |
ARM: dts: imx: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respetcive imx23, imx51, imx53, imx6dl, imx6q
and imx6sx dtsi and dts files.
Signed-off-by: Jagan Teki <jagan@openedev.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 440ee9a4a158..8e1543f7aea7 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -464,7 +464,7 @@ reg = <0x80038000 0x2000>; status = "disabled"; }; - }; + }; apbx@80040000 { compatible = "simple-bus"; |