From 985f30d576aa00aa4e08f17f98499c4765d03ac3 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Fri, 9 Jan 2026 19:17:38 +0100 Subject: [PATCH] realtek: dts: RTL93xx whitespace cleanup Replace spaces with tabs. No functional changes. Signed-off-by: Markus Stockhausen Link: https://github.com/openwrt/openwrt/pull/21474 Signed-off-by: Stijn Tintel --- target/linux/realtek/dts/rtl931x.dtsi | 2 +- .../rtl93xx_linksys_lgs3xxc_nand_common.dtsi | 60 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/target/linux/realtek/dts/rtl931x.dtsi b/target/linux/realtek/dts/rtl931x.dtsi index 6655879524d..eba623fc9b8 100644 --- a/target/linux/realtek/dts/rtl931x.dtsi +++ b/target/linux/realtek/dts/rtl931x.dtsi @@ -157,7 +157,7 @@ , , , ; clocks = <&lx_clk>; - }; + }; uart0: uart@2000 { compatible = "ns16550a"; diff --git a/target/linux/realtek/dts/rtl93xx_linksys_lgs3xxc_nand_common.dtsi b/target/linux/realtek/dts/rtl93xx_linksys_lgs3xxc_nand_common.dtsi index 61d972f6d3b..8fd5615c992 100644 --- a/target/linux/realtek/dts/rtl93xx_linksys_lgs3xxc_nand_common.dtsi +++ b/target/linux/realtek/dts/rtl93xx_linksys_lgs3xxc_nand_common.dtsi @@ -90,39 +90,39 @@ }; &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>; @@ -158,5 +158,5 @@ reg = <0x7300000 0x900000>; }; }; - }; + }; }; -- 2.47.3