[PATCH] arm64: dts: rockchip: rk3399: Fix GICv3 ITS node name

Rob Herring posted 1 patch 2 years, 7 months ago
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: rockchip: rk3399: Fix GICv3 ITS node name
Posted by Rob Herring 2 years, 7 months ago
The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 4391aea25984..588e1509e423 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -552,7 +552,7 @@ gic: interrupt-controller@fee00000 {
 		      <0x0 0xfff10000 0 0x10000>, /* GICH */
 		      <0x0 0xfff20000 0 0x10000>; /* GICV */
 		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
-		its: interrupt-controller@fee20000 {
+		its: msi-controller@fee20000 {
 			compatible = "arm,gic-v3-its";
 			msi-controller;
 			#msi-cells = <1>;
-- 
2.39.1
Re: [PATCH] arm64: dts: rockchip: rk3399: Fix GICv3 ITS node name
Posted by Heiko Stuebner 2 years, 6 months ago
On Tue, 7 Feb 2023 17:47:49 -0600, Rob Herring wrote:
> The GICv3 ITS is an MSI controller, therefore its node name should be
> 'msi-controller'.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: rk3399: Fix GICv3 ITS node name
      commit: 0643bedf921efd88df73847fb0bb31f9f8692ce0

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>