[PATCH 2/3] arm64: dts: apple: t6030: Fix cpus node indentation

From: Sven Peter

Date: Sun Aug 30 2026 - 10:23:16 EST


Drop the extra space indentation of the closing brace of the cpus node.

Fixes: e81af013dbdd ("arm64: dts: apple: Initial T6030 (M3 Pro) device trees")
Signed-off-by: Sven Peter <sven@xxxxxxxxxx>
---
arch/arm64/boot/dts/apple/t6030.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/apple/t6030.dtsi b/arch/arm64/boot/dts/apple/t6030.dtsi
index dda9568af11f..5ff12edfc553 100644
--- a/arch/arm64/boot/dts/apple/t6030.dtsi
+++ b/arch/arm64/boot/dts/apple/t6030.dtsi
@@ -208,7 +208,7 @@ l2_cache_1: l2-cache-1 {
cache-unified;
cache-size = <0x1000000>;
};
- };
+ };

timer {
compatible = "arm,armv8-timer";

--
2.55.0