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/imx6sx.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/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 9526c3854b28..bd9fe6745601 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -858,7 +858,7 @@ fsl,num-tx-queues=<3>; fsl,num-rx-queues=<3>; status = "disabled"; - }; + }; mlb: mlb@0218c000 { reg = <0x0218c000 0x4000>; @@ -1181,7 +1181,7 @@ fsl,adck-max-frequency = <30000000>, <40000000>, <20000000>; status = "disabled"; - }; + }; adc2: adc@02284000 { compatible = "fsl,imx6sx-adc", "fsl,vf610-adc"; @@ -1192,7 +1192,7 @@ fsl,adck-max-frequency = <30000000>, <40000000>, <20000000>; status = "disabled"; - }; + }; wdog3: wdog@02288000 { compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; |