[openwrt/openwrt] realtek: fix dts whitespace

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 8 18:04:25 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e8096de9a2d64f9728ad040cfc55fc55ab6dc793

commit e8096de9a2d64f9728ad040cfc55fc55ab6dc793
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Wed Feb 8 03:48:20 2023 +0100

    realtek: fix dts whitespace
    
    Remove whitespace from otherwise empty lines
    
    Signed-off-by: Felix Baumann <felix.bau at gmx.de>
---
 target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts | 4 ++--
 target/linux/realtek/dts-5.10/rtl931x.dtsi                | 6 +++---
 target/linux/realtek/dts-5.15/rtl8393_zyxel_gs1900-48.dts | 4 ++--
 target/linux/realtek/dts-5.15/rtl931x.dtsi                | 4 ++--
 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 at 0 {
 		device_type = "memory";
@@ -149,7 +149,7 @@
 		regmap = <&ethernet0>;
 		#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 at 0 {
 		device_type = "memory";
@@ -149,7 +149,7 @@
 		regmap = <&ethernet0>;
 		#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>;




More information about the lede-commits mailing list