[PATCH 2/3] arm64: dts: apple: t6030: Fix cpus node indentation
Sven Peter
sven at kernel.org
Sun Aug 30 07:22:08 PDT 2026
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 at kernel.org>
---
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
More information about the linux-arm-kernel
mailing list