ARM: dts: rockchip: remove some tabs and spaces from dtsi files
authorJohan Jonker <jbx6244@gmail.com>
Mon, 14 Oct 2019 21:06:19 +0000 (23:06 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 16 Oct 2019 19:26:03 +0000 (21:26 +0200)
Cleanup the Rockchip dtsi files a little bit
by removing some tabs and spaces.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20191014210619.12778-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036.dtsi
arch/arm/boot/dts/rk3288-rock2-som.dtsi
arch/arm/boot/dts/rk3288-tinker.dtsi

index c776321..c70182c 100644 (file)
 
                hdmi {
                        hdmi_ctl: hdmi-ctl {
-                               rockchip,pins = <1 RK_PB0  1 &pcfg_pull_none>,
-                                               <1 RK_PB1  1 &pcfg_pull_none>,
+                               rockchip,pins = <1 RK_PB0 1 &pcfg_pull_none>,
+                                               <1 RK_PB1 1 &pcfg_pull_none>,
                                                <1 RK_PB2 1 &pcfg_pull_none>,
                                                <1 RK_PB3 1 &pcfg_pull_none>;
                        };
index 9f9e2bf..44bb5e6 100644 (file)
        };
 
        emmc {
-                       emmc_reset: emmc-reset {
-                               rockchip,pins = <3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
-                       };
+               emmc_reset: emmc-reset {
+                       rockchip,pins = <3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
        };
 
        gmac {
                phy_rst: phy-rst {
-                       rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO  &pcfg_output_high>;
+                       rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_output_high>;
                };
        };
 };
index 81e4e95..0aeef23 100644 (file)
 
        pmic {
                pmic_int: pmic-int {
-                       rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO \
-                                       &pcfg_pull_up>;
+                       rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_up>;
                };
 
                dvs_1: dvs-1 {
-                       rockchip,pins = <0 RK_PB3 RK_FUNC_GPIO \
-                                       &pcfg_pull_down>;
+                       rockchip,pins = <0 RK_PB3 RK_FUNC_GPIO &pcfg_pull_down>;
                };
 
                dvs_2: dvs-2 {
-                       rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO \
-                                       &pcfg_pull_down>;
+                       rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_down>;
                };
        };
 
                };
 
                sdmmc_clk: sdmmc-clk {
-                       rockchip,pins = <6 RK_PC4 1 \
-                                       &pcfg_pull_none_drv_8ma>;
+                       rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none_drv_8ma>;
                };
 
                sdmmc_cmd: sdmmc-cmd {
        sdio {
                wifi_enable: wifi-enable {
                        rockchip,pins = <4 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>,
-                               <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
+                                       <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
 };