* [PATCH] arm64: dts: broadcom: stringray: Fix GICv3 ITS node name
@ 2023-02-07 23:47 Rob Herring
2023-02-08 18:39 ` Florian Fainelli
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2023-02-07 23:47 UTC (permalink / raw)
To: Krzysztof Kozlowski, Ray Jui, Scott Branden,
Broadcom internal kernel review list
Cc: devicetree, linux-arm-kernel, linux-kernel
The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.
While we're here, fix the unit-address which shouldn't have a comma.
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
index e05901abe957..59c0b4442741 100644
--- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
+++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
@@ -178,7 +178,7 @@ gic: interrupt-controller@2c00000 {
<0x02e00000 0x600000>; /* GICR */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
- gic_its: gic-its@63c20000 {
+ gic_its: msi-controller@63c20000 {
compatible = "arm,gic-v3-its";
msi-controller;
#msi-cells = <1>;
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: broadcom: stringray: Fix GICv3 ITS node name
2023-02-07 23:47 [PATCH] arm64: dts: broadcom: stringray: Fix GICv3 ITS node name Rob Herring
@ 2023-02-08 18:39 ` Florian Fainelli
0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2023-02-08 18:39 UTC (permalink / raw)
To: bcm-kernel-feedback-list, Rob Herring, Krzysztof Kozlowski,
Ray Jui, Scott Branden
Cc: devicetree, linux-arm-kernel, linux-kernel
On Tue, 7 Feb 2023 17:47:09 -0600, Rob Herring <robh@kernel.org> wrote:
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
>
> While we're here, fix the unit-address which shouldn't have a comma.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
Applied to https://github.com/Broadcom/stblinux/commits/devicetree-arm64/next, thanks!
--
Florian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-08 18:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 23:47 [PATCH] arm64: dts: broadcom: stringray: Fix GICv3 ITS node name Rob Herring
2023-02-08 18:39 ` Florian Fainelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).