arm64: dts: layerscape: Fix GICv3 ITS node names
authorRob Herring <robh@kernel.org>
Wed, 8 Feb 2023 18:34:38 +0000 (12:34 -0600)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Mar 2023 07:38:45 +0000 (15:38 +0800)
The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

index 9e50976..678bb03 100644 (file)
                interrupt-controller;
                interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |
                                         IRQ_TYPE_LEVEL_LOW)>;
-               its: gic-its@6020000 {
+               its: msi-controller@6020000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
                        reg = <0x0 0x06020000 0 0x20000>;/* GIC Translater */
index e5fb137..8f6090a 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               its: gic-its@6020000 {
+               its: msi-controller@6020000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
                        reg = <0x0 0x6020000 0 0x20000>;
index 348d9e3..d2f5345 100644 (file)
@@ -60,7 +60,7 @@
                interrupt-controller;
                interrupts = <1 9 0x4>;
 
-               its: gic-its@6020000 {
+               its: msi-controller@6020000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
                        reg = <0x0 0x6020000 0 0x20000>;
index 50c19e8..ea6a94b 100644 (file)
                interrupt-controller;
                interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
 
-               its: gic-its@6020000 {
+               its: msi-controller@6020000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
                        reg = <0x0 0x6020000 0 0x20000>;