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-sdb.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-sdb.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi index 9d70cfd40aff..7327bcde843f 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dtsi +++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi @@ -192,10 +192,10 @@ }; &i2c4 { - clock-frequency = <100000>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_i2c4>; - status = "okay"; + clock-frequency = <100000>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_i2c4>; + status = "okay"; codec: wm8962@1a { compatible = "wlf,wm8962"; |