ARM: dts: imx7d-pico: indent use tabs, no spaces at start of line
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 22 Jul 2022 21:54:38 +0000 (23:54 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 21 Aug 2022 07:49:17 +0000 (15:49 +0800)
Avoid the following checkpatch warning:

arch/arm/boot/dts/imx7d-pico.dtsi:44: error: code indent should use tabs
 where possible
arch/arm/boot/dts/imx7d-pico.dtsi:44: warning: please, no spaces at the
 start of a line

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-pico.dtsi

index e519897fae082671ada0dfb31a7a40c859b94d2f..e0bff39e8d3e1bc5e464921ab133d4baf32a2462 100644 (file)
@@ -41,7 +41,7 @@
                regulator-max-microvolt = <3300000>;
                gpio = <&gpio1 6 GPIO_ACTIVE_HIGH>;
                enable-active-high;
-        };
+       };
 
        reg_wlreg_on: regulator-wlreg_on {
                compatible = "regulator-fixed";
                        MX7D_PAD_ENET1_RGMII_RD2__ENET1_RGMII_RD2       0x1
                        MX7D_PAD_ENET1_RGMII_RD3__ENET1_RGMII_RD3       0x1
                        MX7D_PAD_ENET1_RGMII_RX_CTL__ENET1_RGMII_RX_CTL 0x1
-                       MX7D_PAD_SD3_RESET_B__GPIO6_IO11                0x1  /* Ethernet reset */
+                       MX7D_PAD_SD3_RESET_B__GPIO6_IO11                0x1  /* Ethernet reset */
                >;
        };
 
 
        pinctrl_pwm1: pwm1 {
                fsl,pins = <
-                       MX7D_PAD_GPIO1_IO08__PWM1_OUT   0x7f
+                       MX7D_PAD_GPIO1_IO08__PWM1_OUT   0x7f
                >;
        };
 
        pinctrl_pwm2: pwm2 {
                fsl,pins = <
-                       MX7D_PAD_GPIO1_IO09__PWM2_OUT   0x7f
+                       MX7D_PAD_GPIO1_IO09__PWM2_OUT   0x7f
                >;
        };
 
        pinctrl_pwm3: pwm3 {
                fsl,pins = <
-                       MX7D_PAD_GPIO1_IO10__PWM3_OUT   0x7f
+                       MX7D_PAD_GPIO1_IO10__PWM3_OUT   0x7f
                >;
        };