diff mbox series

arm64: dts: broadcom: stringray: Fix GICv3 ITS node name

Message ID 20230207234709.201229-1-robh@kernel.org
State Accepted
Commit 47600f84a8bfe4c57e3bd9ed928c14e957679c8a
Headers show
Series arm64: dts: broadcom: stringray: Fix GICv3 ITS node name | expand

Commit Message

Rob Herring Feb. 7, 2023, 11:47 p.m. UTC
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(-)

Comments

Florian Fainelli Feb. 8, 2023, 6:39 p.m. UTC | #1
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
diff mbox series

Patch

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