]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: dts: RTL93xx whitespace cleanup 21474/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Fri, 9 Jan 2026 18:17:38 +0000 (19:17 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 9 Jan 2026 18:39:50 +0000 (20:39 +0200)
Replace spaces with tabs. No functional changes.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21474
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
target/linux/realtek/dts/rtl931x.dtsi
target/linux/realtek/dts/rtl93xx_linksys_lgs3xxc_nand_common.dtsi

index 6655879524df276c5eef2bba094952541fb13a6a..eba623fc9b8845271cbf84003eb1f5e46217eebe 100644 (file)
                                     <GIC_SHARED 2 IRQ_TYPE_LEVEL_HIGH>, <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SHARED 4 IRQ_TYPE_LEVEL_HIGH>, <GIC_SHARED 5 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&lx_clk>;
-                };
+               };
 
                uart0: uart@2000 {
                        compatible = "ns16550a";
index 61d972f6d3b63bcfdf92b9d189b5161851ed2010..8fd5615c9923de1c43d5132e986df1e7c4ba9623 100644 (file)
 };
 
 &spi0 {
-        status = "okay";
-        flash@0 {
-                compatible = "jedec,spi-nor";
-                reg = <0>;
-                spi-max-frequency = <10000000>;
-
-                partitions {
-                        compatible = "fixed-partitions";
-                        #address-cells = <1>;
-                        #size-cells = <1>;
-
-                        partition@0 {
-                                label = "u-boot";
-                                reg = <0x0 0xe0000>;
+       status = "okay";
+       flash@0 {
+               compatible = "jedec,spi-nor";
+               reg = <0>;
+               spi-max-frequency = <10000000>;
+
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "u-boot";
+                               reg = <0x0 0xe0000>;
                                read-only;
-                        };
-                        partition@e0000 {
-                                label = "u-boot-env";
-                                reg = <0xe0000 0x10000>;
-                        };
-                        partition@f0000 {
-                                label = "u-boot-env2";
-                                reg = <0xf0000 0x10000>;
-                        };
-                };
-        };
+                       };
+                       partition@e0000 {
+                               label = "u-boot-env";
+                               reg = <0xe0000 0x10000>;
+                       };
+                       partition@f0000 {
+                               label = "u-boot-env2";
+                               reg = <0xf0000 0x10000>;
+                       };
+               };
+       };
 };
 
 &snand {
-        status = "okay";
-        flash@0 {
-                compatible = "spi-nand";
-                reg = <0>;
+       status = "okay";
+       flash@0 {
+               compatible = "spi-nand";
+               reg = <0>;
 
                nand-ecc-engine = <&ecc0>;
                nand-ecc-strength = <6>;
                                reg = <0x7300000 0x900000>;
                        };
                };
-        };
+       };
 };