[PATCH 1/3] arm64: dts: apple: t602x: Fix cpus node indentation
From: Sven Peter
Date: Sun Aug 30 2026 - 10:23:11 EST
Drop the extra space indentation of the closing brace of the cpus node.
Fixes: e1514f9b3755 ("arm64: dts: apple: Add initial t602x device trees")
Signed-off-by: Sven Peter <sven@xxxxxxxxxx>
---
arch/arm64/boot/dts/apple/t602x-common.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/apple/t602x-common.dtsi b/arch/arm64/boot/dts/apple/t602x-common.dtsi
index 9c800a391e7e..66b6f8347d19 100644
--- a/arch/arm64/boot/dts/apple/t602x-common.dtsi
+++ b/arch/arm64/boot/dts/apple/t602x-common.dtsi
@@ -254,7 +254,7 @@ l2_cache_2: l2-cache-2 {
cache-unified;
cache-size = <0x1000000>;
};
- };
+ };
blizzard_opp: opp-table-0 {
compatible = "operating-points-v2";
--
2.55.0