diff options
author | Felix Baumann <felix.bau@gmx.de> | 2023-02-08 03:48:20 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-02-09 03:03:52 +0100 |
commit | e8096de9a2d64f9728ad040cfc55fc55ab6dc793 (patch) | |
tree | 1b83fa8905f21dca9cdced56b559478e21573bd9 /target | |
parent | d87482a8db908e899bc101242896089cc8b12036 (diff) | |
download | upstream-e8096de9a2d64f9728ad040cfc55fc55ab6dc793.tar.gz upstream-e8096de9a2d64f9728ad040cfc55fc55ab6dc793.tar.bz2 upstream-e8096de9a2d64f9728ad040cfc55fc55ab6dc793.zip |
realtek: fix dts whitespace
Remove whitespace from otherwise empty lines
Signed-off-by: Felix Baumann <felix.bau@gmx.de>
Diffstat (limited to 'target')
4 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts index 48cfae6703..c7ddd8313a 100644 --- a/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts +++ b/target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts @@ -14,7 +14,7 @@ led-failsafe = &led_sys; led-running = &led_sys; led-upgrade = &led_sys; - }; + }; memory@0 { device_type = "memory"; @@ -149,7 +149,7 @@ regmap = <ðernet0>; #address-cells = <1>; #size-cells = <0>; - + /* External phy RTL8218B #1 */ EXTERNAL_PHY(0) EXTERNAL_PHY(1) diff --git a/target/linux/realtek/dts-5.10/rtl931x.dtsi b/target/linux/realtek/dts-5.10/rtl931x.dtsi index a5166141e6..fd932c8be1 100644 --- a/target/linux/realtek/dts-5.10/rtl931x.dtsi +++ b/target/linux/realtek/dts-5.10/rtl931x.dtsi @@ -5,7 +5,7 @@ / { #address-cells = <1>; #size-cells = <1>; - + compatible = "realtek,rtl838x-soc"; cpus { @@ -28,7 +28,7 @@ device_type = "memory"; reg = <0x0 0x10000000>; }; - + chosen { bootargs = "console=ttyS0,115200"; }; @@ -75,7 +75,7 @@ clocks = <&cpuclock>; }; }; - + soc: soc { compatible = "simple-bus"; #address-cells = <1>; diff --git a/target/linux/realtek/dts-5.15/rtl8393_zyxel_gs1900-48.dts b/target/linux/realtek/dts-5.15/rtl8393_zyxel_gs1900-48.dts index 48cfae6703..c7ddd8313a 100644 --- a/target/linux/realtek/dts-5.15/rtl8393_zyxel_gs1900-48.dts +++ b/target/linux/realtek/dts-5.15/rtl8393_zyxel_gs1900-48.dts @@ -14,7 +14,7 @@ led-failsafe = &led_sys; led-running = &led_sys; led-upgrade = &led_sys; - }; + }; memory@0 { device_type = "memory"; @@ -149,7 +149,7 @@ regmap = <ðernet0>; #address-cells = <1>; #size-cells = <0>; - + /* External phy RTL8218B #1 */ EXTERNAL_PHY(0) EXTERNAL_PHY(1) diff --git a/target/linux/realtek/dts-5.15/rtl931x.dtsi b/target/linux/realtek/dts-5.15/rtl931x.dtsi index e7e7840a22..61599e89b5 100644 --- a/target/linux/realtek/dts-5.15/rtl931x.dtsi +++ b/target/linux/realtek/dts-5.15/rtl931x.dtsi @@ -5,7 +5,7 @@ / { #address-cells = <1>; #size-cells = <1>; - + compatible = "realtek,rtl838x-soc"; cpus { @@ -81,7 +81,7 @@ clocks = <&cpuclock>; }; }; - + soc: soc { compatible = "simple-bus"; #address-cells = <1>; |