[PATCH 2/2] arm64: dts: s32g3: Correct indentation

From: Krzysztof Kozlowski

Date: Mon Jul 06 2026 - 06:41:22 EST


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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/freescale/s32g3.dtsi | 32 ++++++++++++------------
1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/s32g3.dtsi b/arch/arm64/boot/dts/freescale/s32g3.dtsi
index 22e80fc03f9c..6eafa9139557 100644
--- a/arch/arm64/boot/dts/freescale/s32g3.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32g3.dtsi
@@ -534,22 +534,22 @@ usbmisc: usbmisc@44064200 {
reg = <0x44064200 0x200>;
};

- usbotg: usb@44064000 {
- compatible = "nxp,s32g3-usb", "nxp,s32g2-usb";
- reg = <0x44064000 0x200>;
- interrupt-parent = <&gic>;
- interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, /* OTG Core */
- <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>; /* OTG Wakeup */
- clocks = <&clks 94>, <&clks 95>;
- fsl,usbmisc = <&usbmisc 0>;
- ahb-burst-config = <0x3>;
- tx-burst-size-dword = <0x10>;
- rx-burst-size-dword = <0x10>;
- phy_type = "ulpi";
- dr_mode = "host";
- maximum-speed = "high-speed";
- status = "disabled";
- };
+ usbotg: usb@44064000 {
+ compatible = "nxp,s32g3-usb", "nxp,s32g2-usb";
+ reg = <0x44064000 0x200>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, /* OTG Core */
+ <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>; /* OTG Wakeup */
+ clocks = <&clks 94>, <&clks 95>;
+ fsl,usbmisc = <&usbmisc 0>;
+ ahb-burst-config = <0x3>;
+ tx-burst-size-dword = <0x10>;
+ rx-burst-size-dword = <0x10>;
+ phy_type = "ulpi";
+ dr_mode = "host";
+ maximum-speed = "high-speed";
+ status = "disabled";
+ };

spi0: spi@401d4000 {
compatible = "nxp,s32g3-dspi", "nxp,s32g2-dspi";
--
2.53.0