Commit a562a8ac authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

ARM: dts: rockchip: remove some tabs and spaces from dtsi files

Cleanup the Rockchip dtsi files a little bit
by removing some tabs and spaces.
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20191014210619.12778-1-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 463c5ac0
...@@ -696,8 +696,8 @@ i2s_bus: i2s-bus { ...@@ -696,8 +696,8 @@ i2s_bus: i2s-bus {
hdmi { hdmi {
hdmi_ctl: hdmi-ctl { hdmi_ctl: hdmi-ctl {
rockchip,pins = <1 RK_PB0 1 &pcfg_pull_none>, rockchip,pins = <1 RK_PB0 1 &pcfg_pull_none>,
<1 RK_PB1 1 &pcfg_pull_none>, <1 RK_PB1 1 &pcfg_pull_none>,
<1 RK_PB2 1 &pcfg_pull_none>, <1 RK_PB2 1 &pcfg_pull_none>,
<1 RK_PB3 1 &pcfg_pull_none>; <1 RK_PB3 1 &pcfg_pull_none>;
}; };
......
...@@ -230,14 +230,14 @@ pcfg_output_high: pcfg-output-high { ...@@ -230,14 +230,14 @@ pcfg_output_high: pcfg-output-high {
}; };
emmc { emmc {
emmc_reset: emmc-reset { emmc_reset: emmc-reset {
rockchip,pins = <3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; rockchip,pins = <3 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
}; };
}; };
gmac { gmac {
phy_rst: phy-rst { 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>;
}; };
}; };
}; };
......
...@@ -382,18 +382,15 @@ eth_phy_pwr: eth-phy-pwr { ...@@ -382,18 +382,15 @@ eth_phy_pwr: eth-phy-pwr {
pmic { pmic {
pmic_int: pmic-int { pmic_int: pmic-int {
rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO \ rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_up>;
&pcfg_pull_up>;
}; };
dvs_1: dvs-1 { dvs_1: dvs-1 {
rockchip,pins = <0 RK_PB3 RK_FUNC_GPIO \ rockchip,pins = <0 RK_PB3 RK_FUNC_GPIO &pcfg_pull_down>;
&pcfg_pull_down>;
}; };
dvs_2: dvs-2 { dvs_2: dvs-2 {
rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO \ rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_down>;
&pcfg_pull_down>;
}; };
}; };
...@@ -406,8 +403,7 @@ sdmmc_bus4: sdmmc-bus4 { ...@@ -406,8 +403,7 @@ sdmmc_bus4: sdmmc-bus4 {
}; };
sdmmc_clk: sdmmc-clk { sdmmc_clk: sdmmc-clk {
rockchip,pins = <6 RK_PC4 1 \ rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none_drv_8ma>;
&pcfg_pull_none_drv_8ma>;
}; };
sdmmc_cmd: sdmmc-cmd { sdmmc_cmd: sdmmc-cmd {
...@@ -432,7 +428,7 @@ pwr_3g: pwr-3g { ...@@ -432,7 +428,7 @@ pwr_3g: pwr-3g {
sdio { sdio {
wifi_enable: wifi-enable { wifi_enable: wifi-enable {
rockchip,pins = <4 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>, 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>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment