Commit 04b09f6e authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo

arm64: dts: layerscape: Fix GICv3 ITS node names

The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a39e724e
...@@ -131,7 +131,7 @@ gic: interrupt-controller@6000000 { ...@@ -131,7 +131,7 @@ gic: interrupt-controller@6000000 {
interrupt-controller; interrupt-controller;
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) | interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |
IRQ_TYPE_LEVEL_LOW)>; IRQ_TYPE_LEVEL_LOW)>;
its: gic-its@6020000 { its: msi-controller@6020000 {
compatible = "arm,gic-v3-its"; compatible = "arm,gic-v3-its";
msi-controller; msi-controller;
reg = <0x0 0x06020000 0 0x20000>;/* GIC Translater */ reg = <0x0 0x06020000 0 0x20000>;/* GIC Translater */
......
...@@ -123,7 +123,7 @@ gic: interrupt-controller@6000000 { ...@@ -123,7 +123,7 @@ gic: interrupt-controller@6000000 {
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
its: gic-its@6020000 { its: msi-controller@6020000 {
compatible = "arm,gic-v3-its"; compatible = "arm,gic-v3-its";
msi-controller; msi-controller;
reg = <0x0 0x6020000 0 0x20000>; reg = <0x0 0x6020000 0 0x20000>;
......
...@@ -60,7 +60,7 @@ gic: interrupt-controller@6000000 { ...@@ -60,7 +60,7 @@ gic: interrupt-controller@6000000 {
interrupt-controller; interrupt-controller;
interrupts = <1 9 0x4>; interrupts = <1 9 0x4>;
its: gic-its@6020000 { its: msi-controller@6020000 {
compatible = "arm,gic-v3-its"; compatible = "arm,gic-v3-its";
msi-controller; msi-controller;
reg = <0x0 0x6020000 0 0x20000>; reg = <0x0 0x6020000 0 0x20000>;
......
...@@ -395,7 +395,7 @@ gic: interrupt-controller@6000000 { ...@@ -395,7 +395,7 @@ gic: interrupt-controller@6000000 {
interrupt-controller; interrupt-controller;
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
its: gic-its@6020000 { its: msi-controller@6020000 {
compatible = "arm,gic-v3-its"; compatible = "arm,gic-v3-its";
msi-controller; msi-controller;
reg = <0x0 0x6020000 0 0x20000>; reg = <0x0 0x6020000 0 0x20000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment