diff options
author | Johan Jonker <jbx6244@gmail.com> | 2019-10-15 00:06:19 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-10-16 22:26:03 +0300 |
commit | a562a8acccb3070155aad3db5ac97a80aed2a24b (patch) | |
tree | 6f798dd11d8c4196ee32832955426f241cc7b129 /arch/arm/boot/dts/rk3036.dtsi | |
parent | 463c5ac0300ad4a85982cfc0b40585b07df01fc7 (diff) | |
download | linux-a562a8acccb3070155aad3db5ac97a80aed2a24b.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index c776321b2cc4..c70182c5aeb1 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -696,8 +696,8 @@ 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>; }; |