mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation
@ 2026-08-30 14:22 Sven Peter
  2026-08-30 14:22 ` [PATCH 1/3] arm64: dts: apple: t602x: " Sven Peter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sven Peter @ 2026-08-30 14:22 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, asahi,
	linux-arm-kernel, devicetree, linux-kernel, Sven Peter

Hi,

Just a small series to drop a spurious space in our dts file. No
functional changes.

Best,

Sven

Signed-off-by: Sven Peter <sven@kernel.org>
---
Sven Peter (3):
      arm64: dts: apple: t602x: Fix cpus node indentation
      arm64: dts: apple: t6030: Fix cpus node indentation
      arm64: dts: apple: t6032: Fix cpus node indentation

 arch/arm64/boot/dts/apple/t602x-common.dtsi | 2 +-
 arch/arm64/boot/dts/apple/t6030.dtsi        | 2 +-
 arch/arm64/boot/dts/apple/t6032.dtsi        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 08dbfad3f5040f5bdb6c529da20d6d4e81fefd72
change-id: 20260830-b4-apple-dts-fixes-2b7949a1a2f9

Best regards,
--  
Sven Peter <sven@kernel.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] arm64: dts: apple: t602x: Fix cpus node indentation
  2026-08-30 14:22 [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation Sven Peter
@ 2026-08-30 14:22 ` Sven Peter
  2026-08-30 14:22 ` [PATCH 2/3] arm64: dts: apple: t6030: " Sven Peter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Sven Peter @ 2026-08-30 14:22 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, asahi,
	linux-arm-kernel, devicetree, linux-kernel, Sven Peter

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@kernel.org>
---
 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/3] arm64: dts: apple: t6030: Fix cpus node indentation
  2026-08-30 14:22 [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation Sven Peter
  2026-08-30 14:22 ` [PATCH 1/3] arm64: dts: apple: t602x: " Sven Peter
@ 2026-08-30 14:22 ` Sven Peter
  2026-08-30 14:22 ` [PATCH 3/3] arm64: dts: apple: t6032: " Sven Peter
  2026-08-30 15:46 ` [PATCH 0/3] arm64: dts: apple: " Janne Grunau
  3 siblings, 0 replies; 5+ messages in thread
From: Sven Peter @ 2026-08-30 14:22 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, asahi,
	linux-arm-kernel, devicetree, linux-kernel, Sven Peter

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@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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 3/3] arm64: dts: apple: t6032: Fix cpus node indentation
  2026-08-30 14:22 [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation Sven Peter
  2026-08-30 14:22 ` [PATCH 1/3] arm64: dts: apple: t602x: " Sven Peter
  2026-08-30 14:22 ` [PATCH 2/3] arm64: dts: apple: t6030: " Sven Peter
@ 2026-08-30 14:22 ` Sven Peter
  2026-08-30 15:46 ` [PATCH 0/3] arm64: dts: apple: " Janne Grunau
  3 siblings, 0 replies; 5+ messages in thread
From: Sven Peter @ 2026-08-30 14:22 UTC (permalink / raw)
  To: Janne Grunau, Neal Gompa
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, asahi,
	linux-arm-kernel, devicetree, linux-kernel, Sven Peter

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

Fixes: 67d9574cf8ed ("arm64: dts: apple: Initial T603[124] (M3 Max and Ultra) device trees")
Signed-off-by: Sven Peter <sven@kernel.org>
---
 arch/arm64/boot/dts/apple/t6032.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/apple/t6032.dtsi b/arch/arm64/boot/dts/apple/t6032.dtsi
index bbf19ecdaaec..61d044f3a734 100644
--- a/arch/arm64/boot/dts/apple/t6032.dtsi
+++ b/arch/arm64/boot/dts/apple/t6032.dtsi
@@ -283,7 +283,7 @@ l2_cache_5: l2-cache-5 {
 			cache-unified;
 			cache-size = <0x1000000>;
 		};
-	 };
+	};
 
 	die0: soc@200000000 {
 		compatible = "simple-bus";

-- 
2.55.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation
  2026-08-30 14:22 [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation Sven Peter
                   ` (2 preceding siblings ...)
  2026-08-30 14:22 ` [PATCH 3/3] arm64: dts: apple: t6032: " Sven Peter
@ 2026-08-30 15:46 ` Janne Grunau
  3 siblings, 0 replies; 5+ messages in thread
From: Janne Grunau @ 2026-08-30 15:46 UTC (permalink / raw)
  To: Sven Peter
  Cc: Neal Gompa, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	asahi, linux-arm-kernel, devicetree, linux-kernel

On Sun, Aug 30, 2026 at 04:22:06PM +0200, Sven Peter wrote:
> Hi,
> 
> Just a small series to drop a spurious space in our dts file. No
> functional changes.
> 
> Best,
> 
> Sven
> 
> Signed-off-by: Sven Peter <sven@kernel.org>
> ---
> Sven Peter (3):
>       arm64: dts: apple: t602x: Fix cpus node indentation
>       arm64: dts: apple: t6030: Fix cpus node indentation
>       arm64: dts: apple: t6032: Fix cpus node indentation
> 
>  arch/arm64/boot/dts/apple/t602x-common.dtsi | 2 +-
>  arch/arm64/boot/dts/apple/t6030.dtsi        | 2 +-
>  arch/arm64/boot/dts/apple/t6032.dtsi        | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

whole series

Reviewed-by: Janne Grunau <j@jannau.net>

Janne

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-30 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:22 [PATCH 0/3] arm64: dts: apple: Fix cpus node indentation Sven Peter
2026-08-30 14:22 ` [PATCH 1/3] arm64: dts: apple: t602x: " Sven Peter
2026-08-30 14:22 ` [PATCH 2/3] arm64: dts: apple: t6030: " Sven Peter
2026-08-30 14:22 ` [PATCH 3/3] arm64: dts: apple: t6032: " Sven Peter
2026-08-30 15:46 ` [PATCH 0/3] arm64: dts: apple: " Janne Grunau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®