diff options
author | Jagan Teki <jteki@openedev.com> | 2016-10-14 12:39:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-10-24 11:47:42 +0300 |
commit | bf5393c5ec9caf042f6121c3e1c5541f47fedf57 (patch) | |
tree | 635b19ccf551c298682a2145f5cc0e3f16a139ba /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |
parent | 05c183e44be769d4e0942f0f5b210ee42d39da0d (diff) | |
download | linux-bf5393c5ec9caf042f6121c3e1c5541f47fedf57.tar.xz |
ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
Fixed code indent tabs in respetcive imx6qdl dtsi files.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index a7100f99123e..54aca3a07ce4 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -153,9 +153,9 @@ &clks { assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, - <&clks IMX6QDL_CLK_LDB_DI1_SEL>; + <&clks IMX6QDL_CLK_LDB_DI1_SEL>; assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>, - <&clks IMX6QDL_CLK_PLL3_USB_OTG>; + <&clks IMX6QDL_CLK_PLL3_USB_OTG>; }; &ecspi3 { |