All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node
@ 2025-06-09 20:37 Rob Herring (Arm)
  2025-06-13  2:26 ` Andrew Jeffery
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-06-09 20:37 UTC (permalink / raw)
  To: Avi Fishman, Tomer Maimon, Tali Perry, Patrick Venture,
	Nancy Yuen, Benjamin Fair, Krzysztof Kozlowski, Conor Dooley
  Cc: openbmc, devicetree, linux-kernel

The Arm GIC "ppi-partitions" node is only relevant to GICv3 and makes no
sense for GICv2 implementations which the GIC-400 is. PPIs in GICv2 have
no CPU affinity.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
index fead4dde590d..acd3137d2464 100644
--- a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
+++ b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
@@ -32,11 +32,6 @@ gic: interrupt-controller@dfff9000 {
 			#interrupt-cells = <3>;
 			interrupt-controller;
 			#address-cells = <0>;
-			ppi-partitions {
-				ppi_cluster0: interrupt-partition-0 {
-					affinity = <&cpu0 &cpu1 &cpu2 &cpu3>;
-				};
-			};
 		};
 	};
 
-- 
2.47.2



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

* Re: [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node
  2025-06-09 20:37 [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node Rob Herring (Arm)
@ 2025-06-13  2:26 ` Andrew Jeffery
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Jeffery @ 2025-06-13  2:26 UTC (permalink / raw)
  To: Avi Fishman, Tomer Maimon, Tali Perry, Patrick Venture,
	Nancy Yuen, Benjamin Fair, Krzysztof Kozlowski, Conor Dooley,
	Rob Herring (Arm)
  Cc: openbmc, devicetree, linux-kernel

On Mon, 09 Jun 2025 15:37:20 -0500, Rob Herring (Arm) wrote:
> The Arm GIC "ppi-partitions" node is only relevant to GICv3 and makes no
> sense for GICv2 implementations which the GIC-400 is. PPIs in GICv2 have
> no CPU affinity.
> 
> 

Thanks, I've applied this to be picked up through the BMC tree.

-- 
Andrew Jeffery <andrew@codeconstruct.com.au>



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

* [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node
@ 2025-07-10  3:09 Andrew Jeffery
  2025-07-21 15:32 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2025-07-10  3:09 UTC (permalink / raw)
  To: soc; +Cc: joel, Rob Herring (Arm), Andrew Jeffery

From: "Rob Herring (Arm)" <robh@kernel.org>

The Arm GIC "ppi-partitions" node is only relevant to GICv3 and makes no
sense for GICv2 implementations which the GIC-400 is. PPIs in GICv2 have
no CPU affinity.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250609203721.2852879-1-robh@kernel.org
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
---
Hello SoC maintainers,

We have a single devicetree patch for v6.17 for the Nuvoton ARM64 BMC
SoCs. Perhaps it could be picked up as a fix, but I don't consider it
urgent.

Cheers,

Andrew
---
 arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
index fead4dde590dfff3f7d28a47c2b883462a6e51eb..acd3137d2464aef4224df62fe840ff6fe4db37ca 100644
--- a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
+++ b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
@@ -32,11 +32,6 @@ gic: interrupt-controller@dfff9000 {
 			#interrupt-cells = <3>;
 			interrupt-controller;
 			#address-cells = <0>;
-			ppi-partitions {
-				ppi_cluster0: interrupt-partition-0 {
-					affinity = <&cpu0 &cpu1 &cpu2 &cpu3>;
-				};
-			};
 		};
 	};
 

---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250710-nuvoton-arm64-dt-aad849024247

Best regards,
-- 
Andrew Jeffery <andrew@codeconstruct.com.au>


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

* Re: [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node
  2025-07-10  3:09 Andrew Jeffery
@ 2025-07-21 15:32 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2025-07-21 15:32 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: soc

Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 10 Jul 2025 12:39:38 +0930 you wrote:
> From: "Rob Herring (Arm)" <robh@kernel.org>
> 
> The Arm GIC "ppi-partitions" node is only relevant to GICv3 and makes no
> sense for GICv2 implementations which the GIC-400 is. PPIs in GICv2 have
> no CPU affinity.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> Link: https://patch.msgid.link/20250609203721.2852879-1-robh@kernel.org
> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
> 
> [...]

Here is the summary with links:
  - arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node
    https://git.kernel.org/soc/soc/c/8e7e63fc479a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-07-21 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 20:37 [PATCH] arm64: dts: nuvoton: npcm8xx: Drop the GIC "ppi-partitions" node Rob Herring (Arm)
2025-06-13  2:26 ` Andrew Jeffery
  -- strict thread matches above, loose matches on Subject: below --
2025-07-10  3:09 Andrew Jeffery
2025-07-21 15:32 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.