]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 19 Jan 2017 23:09:33 +0000 (00:09 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Jan 2017 09:34:08 +0000 (17:34 +0800)
Fixed code indent tabs in respective imx6qdl dtsi files and
also add space on imx6qdl-icore-rqs.dtsi on usdhc bus-width nodes.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
arch/arm/boot/dts/imx6qdl-gw552x.dtsi
arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi

index b6078b14fd0f87c131bd246210671a743604b245..91991d63a69c9a9af6aac4772be2b21014a8a493 100644 (file)
 
                        /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */
                        reg_1p8v: sw2 {
-                                regulator-name = "vdd1p8";
+                               regulator-name = "vdd1p8";
                                regulator-min-microvolt = <1033310>;
                                regulator-max-microvolt = <2004000>;
                                lltc,fb-voltage-divider = <301000 200000>;
index 19cf036d3f568c3a7109ba773eaf28b73a8568a5..a208e7e0dc6e2cd61b35373384ecf3741904c4b8 100644 (file)
 
                        /* VDD_1P8 (1+R1/R2 = 2.505): GPS/VideoIn/ENET-PHY */
                        reg_1p8v: sw2 {
-                                regulator-name = "vdd1p8";
+                               regulator-name = "vdd1p8";
                                regulator-min-microvolt = <1033310>;
                                regulator-max-microvolt = <2004000>;
                                lltc,fb-voltage-divider = <301000 200000>;
index 90200fa4275cd8158679a6e5ab7783ad659bfa3d..67613dd7cc926fa6d11c273dadfb1c8314365ad1 100644 (file)
 
                        /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */
                        reg_1p8v: sw2 {
-                                regulator-name = "vdd1p8";
+                               regulator-name = "vdd1p8";
                                regulator-min-microvolt = <1033310>;
                                regulator-max-microvolt = <2004000>;
                                lltc,fb-voltage-divider = <301000 200000>;
index ed60d72b06b958f5a125fdcbd4ce30ce2b90ee32..5fab5be414feb729fb3458fab43852c2644d0969 100644 (file)
        pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
        vmcc-supply = <&reg_sd3_vmmc>;
        cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
-       bus-witdh=<4>;
+       bus-witdh = <4>;
        no-1-8-v;
        status = "okay";
 };
        pinctrl-1 = <&pinctrl_usdhc4_100mhz>;
        pinctrl-2 = <&pinctrl_usdhc4_200mhz>;
        vmcc-supply = <&reg_sd4_vmmc>;
-       bus-witdh=<8>;
+       bus-witdh = <8>;
        no-1-8-v;
        non-removable;
        status = "okay";