[PATCH] ARM: dts: aspeed: Correct indentation

Krzysztof Kozlowski krzysztof.kozlowski at oss.qualcomm.com
Mon Jul 6 03:19:31 PDT 2026


Correct spaces or mix of tabs+spaces into proper tab-indented lines.
No functional impact (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>

---

Ongoing bigger work for all bindings and DTS with built-in checker (dt-check-style).
---
 .../aspeed-bmc-inventec-transformers.dts      | 200 +++++++++---------
 .../boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts |   2 +-
 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi       |   2 +-
 3 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-transformers.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-transformers.dts
index c713cb7a6187..e51c726b4a55 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-transformers.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-inventec-transformers.dts
@@ -13,33 +13,33 @@ / {
        compatible = "inventec,transformer-bmc", "aspeed,ast2600";
 
        aliases {
-               serial4 = &uart5;
+	       serial4 = &uart5;
        };
 
        chosen {
-               stdout-path = &uart5;
-               bootargs = "console=ttyS4,115200n8";
+	       stdout-path = &uart5;
+	       bootargs = "console=ttyS4,115200n8";
        };
 
        memory at 80000000 {
-               device_type = "memory";
-               reg = <0x80000000 0x80000000>;
+	       device_type = "memory";
+	       reg = <0x80000000 0x80000000>;
        };
 
        leds {
-               compatible = "gpio-leds";
+	       compatible = "gpio-leds";
 
-               // UID led
-               uid {
-                       label = "UID_LED";
-                       gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>;
-               };
+	       // UID led
+	       uid {
+		       label = "UID_LED";
+		       gpios = <&gpio0 ASPEED_GPIO(X, 0) GPIO_ACTIVE_LOW>;
+	       };
 
-               // Heart beat led
-               heartbeat {
-                       label = "HB_LED";
-                       gpios = <&gpio0 ASPEED_GPIO(P, 7) GPIO_ACTIVE_LOW>;
-               };
+	       // Heart beat led
+	       heartbeat {
+		       label = "HB_LED";
+		       gpios = <&gpio0 ASPEED_GPIO(P, 7) GPIO_ACTIVE_LOW>;
+	       };
        };
 };
 
@@ -47,8 +47,8 @@ &mdio0 {
        status = "okay";
 
        ethphy0: ethernet-phy at 0 {
-               compatible = "ethernet-phy-ieee802.3-c22";
-               reg = <1>;
+	       compatible = "ethernet-phy-ieee802.3-c22";
+	       reg = <1>;
        };
 };
 
@@ -64,22 +64,22 @@ &fmc {
        status = "okay";
 
        flash at 0 {
-               status = "okay";
-               m25p,fast-read;
-               label = "bmc";
-               spi-max-frequency = <33000000>;
-               spi-tx-bus-width = <2>;
-               spi-rx-bus-width = <2>;
+	       status = "okay";
+	       m25p,fast-read;
+	       label = "bmc";
+	       spi-max-frequency = <33000000>;
+	       spi-tx-bus-width = <2>;
+	       spi-rx-bus-width = <2>;
 #include "openbmc-flash-layout.dtsi"
        };
 
        flash at 1 {
-               status = "okay";
-               m25p,fast-read;
-               label = "bmc2";
-               spi-max-frequency = <33000000>;
-               spi-tx-bus-width = <2>;
-               spi-rx-bus-width = <2>;
+	       status = "okay";
+	       m25p,fast-read;
+	       label = "bmc2";
+	       spi-max-frequency = <33000000>;
+	       spi-tx-bus-width = <2>;
+	       spi-rx-bus-width = <2>;
        };
 };
 
@@ -89,12 +89,12 @@ &spi1 {
        pinctrl-0 = <&pinctrl_spi1_default>;
 
        flash at 0 {
-               status = "okay";
-               m25p,fast-read;
-               label = "bios";
-               spi-max-frequency = <33000000>;
-               spi-tx-bus-width = <1>;
-               spi-rx-bus-width = <1>;
+	       status = "okay";
+	       m25p,fast-read;
+	       label = "bios";
+	       spi-max-frequency = <33000000>;
+	       spi-tx-bus-width = <1>;
+	       spi-rx-bus-width = <1>;
        };
 };
 
@@ -115,9 +115,9 @@ &i2c0 {
 
        //Set bmc' slave address;
        bmc_slave at 10 {
-               compatible = "ipmb-dev";
-               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
-               i2c-protocol;
+	       compatible = "ipmb-dev";
+	       reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+	       i2c-protocol;
        };
 };
 
@@ -129,9 +129,9 @@ &i2c3 {
        // FRU AT24C512C-SSHM-T
        status = "okay";
        eeprom at 50 {
-               compatible = "atmel,24c512";
-               reg = <0x50>;
-               pagesize = <128>;
+	       compatible = "atmel,24c512";
+	       reg = <0x50>;
+	       pagesize = <128>;
        };
 };
 
@@ -143,26 +143,26 @@ &i2c6 {
        status = "okay";
 
        tmp75 at 49 {
-               compatible = "ti,tmp75";
-               reg = <0x49>;
+	       compatible = "ti,tmp75";
+	       reg = <0x49>;
        };
 
        tmp75 at 4f {
-               compatible = "ti,tmp75";
-               reg = <0x4f>;
+	       compatible = "ti,tmp75";
+	       reg = <0x4f>;
        };
 
        tmp468 at 48 {
-               compatible = "ti,tmp468";
-               reg = <0x48>;
+	       compatible = "ti,tmp468";
+	       reg = <0x48>;
        };
 };
 
 &i2c7 {
        status = "okay";
        adm1278 at 40 {
-               compatible = "adi,adm1278";
-               reg = <0x40>;
+	       compatible = "adi,adm1278";
+	       reg = <0x40>;
        };
 };
 
@@ -172,15 +172,15 @@ &i2c8 {
        status = "okay";
 
        eeprom at 51 {
-               compatible = "atmel,24c512";
-               reg = <0x51>;
-               pagesize = <128>;
+	       compatible = "atmel,24c512";
+	       reg = <0x51>;
+	       pagesize = <128>;
        };
 
        eeprom at 53 {
-               compatible = "atmel,24c512";
-               reg = <0x53>;
-               pagesize = <128>;
+	       compatible = "atmel,24c512";
+	       reg = <0x53>;
+	       pagesize = <128>;
        };
 };
 
@@ -194,17 +194,17 @@ &i2c10 {
        status = "okay";
 
        i2c-mux at 71 {
-               compatible = "nxp,pca9544";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               reg = <0x71>;
+	       compatible = "nxp,pca9544";
+	       #address-cells = <1>;
+	       #size-cells = <0>;
+	       reg = <0x71>;
        };
 
        i2c-mux at 73 {
-               compatible = "nxp,pca9544";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               reg = <0x73>;
+	       compatible = "nxp,pca9544";
+	       #address-cells = <1>;
+	       #size-cells = <0>;
+	       reg = <0x73>;
        };
 };
 
@@ -213,46 +213,46 @@ &i2c11 {
        status = "okay";
 
        i2c-mux at 70 {
-               compatible = "nxp,pca9544";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               reg = <0x70>;
+	       compatible = "nxp,pca9544";
+	       #address-cells = <1>;
+	       #size-cells = <0>;
+	       reg = <0x70>;
 
-               pcie_eeprom_riser1: i2c at 0 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <0>;
+	       pcie_eeprom_riser1: i2c at 0 {
+		       #address-cells = <1>;
+		       #size-cells = <0>;
+		       reg = <0>;
 
-                       eeprom at 55 {
-                               compatible = "atmel,24c512";
-                               reg = <0x55>;
-                               pagesize = <128>;
-                       };
-               };
+		       eeprom at 55 {
+			       compatible = "atmel,24c512";
+			       reg = <0x55>;
+			       pagesize = <128>;
+		       };
+	       };
 
-               pcie_eeprom_riser2: i2c at 1 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <1>;
+	       pcie_eeprom_riser2: i2c at 1 {
+		       #address-cells = <1>;
+		       #size-cells = <0>;
+		       reg = <1>;
 
-                       eeprom at 55 {
-                               compatible = "atmel,24c512";
-                               reg = <0x55>;
-                               pagesize = <128>;
-                       };
-               };
+		       eeprom at 55 {
+			       compatible = "atmel,24c512";
+			       reg = <0x55>;
+			       pagesize = <128>;
+		       };
+	       };
 
-               pcie_eeprom_riser3: i2c at 2 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <2>;
+	       pcie_eeprom_riser3: i2c at 2 {
+		       #address-cells = <1>;
+		       #size-cells = <0>;
+		       reg = <2>;
 
-                       eeprom at 55 {
-                               compatible = "atmel,24c512";
-                               reg = <0x55>;
-                               pagesize = <128>;
-                       };
-               };
+		       eeprom at 55 {
+			       compatible = "atmel,24c512";
+			       reg = <0x55>;
+			       pagesize = <128>;
+		       };
+	       };
        };
 };
 
@@ -260,8 +260,8 @@ &i2c12 {
        status = "okay";
 
        psu0:psu0 at 58 {
-               compatible = "pmbus";
-               reg = <0x58>;
+	       compatible = "pmbus";
+	       reg = <0x58>;
        };
 };
 
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts
index 8a7fb55ab489..5a3e8a3941d4 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-opp-vesnin.dts
@@ -82,7 +82,7 @@ &fmc {
 	flash at 0 {
 		status = "okay";
 		m25p,fast-read;
-        label = "bmc";
+		label = "bmc";
 #include "openbmc-flash-layout.dtsi"
 	};
 
diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
index 56bb3b0444f7..edf4b74f5aba 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
@@ -517,7 +517,7 @@ timer: timer at 1e782000 {
 				clocks = <&syscon ASPEED_CLK_APB1>;
 				clock-names = "PCLK";
 				status = "disabled";
-                        };
+			};
 
 			uart1: serial at 1e783000 {
 				compatible = "ns16550a";
-- 
2.53.0




More information about the linux-arm-kernel mailing list